summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/spiders.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/spiders.cpp')
-rw-r--r--src/mame/drivers/spiders.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/spiders.cpp b/src/mame/drivers/spiders.cpp
index 617c3afc1f8..c28978e00fe 100644
--- a/src/mame/drivers/spiders.cpp
+++ b/src/mame/drivers/spiders.cpp
@@ -539,7 +539,7 @@ INPUT_PORTS_END
static MACHINE_CONFIG_START( spiders )
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", MC6809, 2800000)
+ MCFG_CPU_ADD("maincpu", M6809, 2800000)
MCFG_CPU_PROGRAM_MAP(spiders_main_map)
MCFG_CPU_PERIODIC_INT_DRIVER(spiders_state, update_pia_1, 25)