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/v30mz | |
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/v30mz')
-rw-r--r-- | src/devices/cpu/v30mz/v30mz.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/cpu/v30mz/v30mz.h b/src/devices/cpu/v30mz/v30mz.h index ab342184273..da1612977ff 100644 --- a/src/devices/cpu/v30mz/v30mz.h +++ b/src/devices/cpu/v30mz/v30mz.h @@ -1,7 +1,7 @@ // license:BSD-3-Clause // copyright-holders:Wilbert Pol,Bryan McPhail -#ifndef MAME_CPU_V32MZ_V30MZ_H -#define MAME_CPU_V32MZ_V30MZ_H +#ifndef MAME_CPU_V30MZ_V30MZ_H +#define MAME_CPU_V30MZ_V30MZ_H #include "cpu/nec/necdasm.h" @@ -229,4 +229,4 @@ protected: uint16_t m_debugger_temp; }; -#endif // MAME_CPU_V32MZ_V30MZ_H +#endif // MAME_CPU_V30MZ_V30MZ_H |