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