summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/jeutel.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/jeutel.c')
-rw-r--r--src/mame/drivers/jeutel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/jeutel.c b/src/mame/drivers/jeutel.c
index 0ffac4f5c56..65f27d9c329 100644
--- a/src/mame/drivers/jeutel.c
+++ b/src/mame/drivers/jeutel.c
@@ -12,7 +12,7 @@ public:
static ADDRESS_MAP_START( jeutel_map, AS_PROGRAM, 8 )
ADDRESS_MAP_UNMAP_HIGH
ADDRESS_MAP_END
-
+
static INPUT_PORTS_START( jeutel )
INPUT_PORTS_END
@@ -28,7 +28,7 @@ static MACHINE_CONFIG_START( jeutel, jeutel_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", Z80, 3300000)
MCFG_CPU_PROGRAM_MAP(jeutel_map)
-
+
MCFG_MACHINE_RESET( jeutel )
MACHINE_CONFIG_END