diff options
author | 2024-11-27 05:12:25 +1100 | |
---|---|---|
committer | 2024-11-27 05:12:25 +1100 | |
commit | b97765105da8eedce27674906390cf5640bcbfa7 (patch) | |
tree | 1055e43125759b86988ad7848ec2a5c4c776bc19 /src/devices/cpu/minx | |
parent | dc8ba812c1099cb34f419bce0c7cc5eaf5aa3dc0 (diff) |
dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no Pai.
Also fixed a bunch more #include guards.
Diffstat (limited to 'src/devices/cpu/minx')
-rw-r--r-- | src/devices/cpu/minx/minxd.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/minx/minxd.h b/src/devices/cpu/minx/minxd.h index 08786c5dda8..4ab5803d1bb 100644 --- a/src/devices/cpu/minx/minxd.h +++ b/src/devices/cpu/minx/minxd.h @@ -7,8 +7,8 @@ ************************************************************/ -#ifndef MAME_CPU_MINX_MINXDASM_H -#define MAME_CPU_MINX_MINXDASM_H +#ifndef MAME_CPU_MINX_MINXD_H +#define MAME_CPU_MINX_MINXD_H #pragma once @@ -86,4 +86,4 @@ private: static const minxdasm mnemonic_cf[256]; }; -#endif +#endif // MAME_CPU_MINX_MINXD_H |