summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/beaminv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/beaminv.c')
-rw-r--r--src/mame/drivers/beaminv.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/beaminv.c b/src/mame/drivers/beaminv.c
index 25a1a5a1d3b..9fa7c6e5aba 100644
--- a/src/mame/drivers/beaminv.c
+++ b/src/mame/drivers/beaminv.c
@@ -93,7 +93,7 @@ public:
/* the interrupt scanlines are a guess */
-#define INTERRUPTS_PER_FRAME (2)
+#define INTERRUPTS_PER_FRAME (2)
static const int interrupt_lines[INTERRUPTS_PER_FRAME] = { 0x00, 0x80 };
@@ -208,8 +208,8 @@ READ8_MEMBER(beaminv_state::v128_r)
*
*************************************/
-#define P1_CONTROL_PORT_TAG ("CONTP1")
-#define P2_CONTROL_PORT_TAG ("CONTP2")
+#define P1_CONTROL_PORT_TAG ("CONTP1")
+#define P2_CONTROL_PORT_TAG ("CONTP2")
WRITE8_MEMBER(beaminv_state::controller_select_w)
@@ -332,7 +332,7 @@ INPUT_PORTS_END
static MACHINE_CONFIG_START( beaminv, beaminv_state )
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", Z80, 2000000) /* 2 MHz ? */
+ MCFG_CPU_ADD("maincpu", Z80, 2000000) /* 2 MHz ? */
MCFG_CPU_PROGRAM_MAP(main_map)
MCFG_CPU_IO_MAP(main_io_map)