summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/wpc_flip2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/wpc_flip2.c')
-rw-r--r--src/mame/drivers/wpc_flip2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/wpc_flip2.c b/src/mame/drivers/wpc_flip2.c
index 81a238a6768..160b30bf99c 100644
--- a/src/mame/drivers/wpc_flip2.c
+++ b/src/mame/drivers/wpc_flip2.c
@@ -14,7 +14,7 @@ public:
static ADDRESS_MAP_START( wpc_flip2_map, ADDRESS_SPACE_PROGRAM, 8 )
ADDRESS_MAP_UNMAP_HIGH
ADDRESS_MAP_END
-
+
static INPUT_PORTS_START( wpc_flip2 )
INPUT_PORTS_END
@@ -30,9 +30,9 @@ static MACHINE_CONFIG_START( wpc_flip2, wpc_flip2_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6809, 2000000)
MCFG_CPU_PROGRAM_MAP(wpc_flip2_map)
-
+
MCFG_MACHINE_RESET( wpc_flip2 )
-
+
/* video hardware */
MCFG_DEFAULT_LAYOUT(layout_pinball)
MACHINE_CONFIG_END