summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/de_3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/de_3.c')
-rw-r--r--src/mame/drivers/de_3.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/de_3.c b/src/mame/drivers/de_3.c
index 1fe6039ff67..ae8a961cace 100644
--- a/src/mame/drivers/de_3.c
+++ b/src/mame/drivers/de_3.c
@@ -1,5 +1,5 @@
/*
- DataEast/Sega Version 3
+ DataEast/Sega Version 3
*/
#include "emu.h"
#include "cpu/m6800/m6800.h"
@@ -16,7 +16,7 @@ public:
static ADDRESS_MAP_START( de_3_map, ADDRESS_SPACE_PROGRAM, 8 )
ADDRESS_MAP_UNMAP_HIGH
ADDRESS_MAP_END
-
+
static INPUT_PORTS_START( de_3 )
INPUT_PORTS_END
@@ -32,9 +32,9 @@ static MACHINE_CONFIG_START( de_3, de_3_state )
/* basic machine hardware */
MCFG_CPU_ADD("maincpu", M6800, 1000000)
MCFG_CPU_PROGRAM_MAP(de_3_map)
-
+
MCFG_MACHINE_RESET( de_3 )
-
+
/* video hardware */
MCFG_DEFAULT_LAYOUT(layout_pinball)
MACHINE_CONFIG_END