summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/balsente.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2017-12-08 18:44:23 -0500
committer AJR <ajrhacker@users.noreply.github.com>2017-12-08 18:44:31 -0500
commit13a70d311857594b48f581943a832190b468809a (patch)
treeef0c2fd7ff32dfd3ef4190468e56e7a80584fdb6 /src/mame/drivers/balsente.cpp
parent86de1bea06a70d4ec6c0fb17078e0d95d25c9be6 (diff)
m6809: Start resolving the great device type/clock divider mix-up
Diffstat (limited to 'src/mame/drivers/balsente.cpp')
-rw-r--r--src/mame/drivers/balsente.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/balsente.cpp b/src/mame/drivers/balsente.cpp
index 3ac9c893e11..04dcafcb0f0 100644
--- a/src/mame/drivers/balsente.cpp
+++ b/src/mame/drivers/balsente.cpp
@@ -1280,7 +1280,7 @@ INPUT_PORTS_END
static MACHINE_CONFIG_START( balsente )
/* basic machine hardware */
- MCFG_CPU_ADD("maincpu", M6809, XTAL_20MHz/16) /* xtal verified but not speed */
+ MCFG_CPU_ADD("maincpu", MC6809E, XTAL_20MHz/16) /* xtal verified but not speed */
MCFG_CPU_PROGRAM_MAP(cpu1_map)
MCFG_CPU_VBLANK_INT_DRIVER("screen", balsente_state, balsente_update_analog_inputs)