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