summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/generic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/generic.h')
-rw-r--r--src/emu/machine/generic.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/machine/generic.h b/src/emu/machine/generic.h
index 70f0251ab67..6ff15ceb215 100644
--- a/src/emu/machine/generic.h
+++ b/src/emu/machine/generic.h
@@ -21,12 +21,12 @@
***************************************************************************/
/* total # of coin counters */
-#define COIN_COUNTERS 8
+#define COIN_COUNTERS 8
/* memory card actions */
-#define MEMCARD_CREATE 0
-#define MEMCARD_INSERT 1
-#define MEMCARD_EJECT 2
+#define MEMCARD_CREATE 0
+#define MEMCARD_INSERT 1
+#define MEMCARD_EJECT 2
@@ -145,4 +145,4 @@ INTERRUPT_GEN( irq7_line_hold );
INTERRUPT_GEN( irq7_line_pulse );
INTERRUPT_GEN( irq7_line_assert );
-#endif /* __MACHINE_GENERIC_H__ */
+#endif /* __MACHINE_GENERIC_H__ */