Skip to content

Commit

Permalink
(nw) don't let #include guards get out of sync with filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
cuavas committed Sep 24, 2019
1 parent aa231ad commit 71766f2
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/devices/bus/spectrum/beta.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
Technology Research Beta Disk interface
*********************************************************************/
#ifndef MAME_BUS_SPECTRUM_BETAV2_H
#define MAME_BUS_SPECTRUM_BETAV2_H
#ifndef MAME_BUS_SPECTRUM_BETA_H
#define MAME_BUS_SPECTRUM_BETA_H

#include "exp.h"
#include "softlist.h"
Expand Down Expand Up @@ -95,5 +95,4 @@ DECLARE_DEVICE_TYPE(SPECTRUM_BETAV2, spectrum_betav2_device)
DECLARE_DEVICE_TYPE(SPECTRUM_BETAV3, spectrum_betav3_device)
DECLARE_DEVICE_TYPE(SPECTRUM_BETAPLUS, spectrum_betaplus_device)


#endif // MAME_BUS_SPECTRUM_BETAV2_H
#endif // MAME_BUS_SPECTRUM_BETA_H

0 comments on commit 71766f2

Please sign in to comment.