summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/minx
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2024-11-27 05:12:25 +1100
committer Vas Crabb <vas@vastheman.com>2024-11-27 05:12:25 +1100
commitb97765105da8eedce27674906390cf5640bcbfa7 (patch)
tree1055e43125759b86988ad7848ec2a5c4c776bc19 /src/devices/cpu/minx
parentdc8ba812c1099cb34f419bce0c7cc5eaf5aa3dc0 (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.h6
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