summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ginganin.cpp
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2018-01-14 19:48:43 -0500
committer AJR <ajrhacker@users.noreply.github.com>2018-01-14 19:48:43 -0500
commitb3b02fc1c24fe51d51f281db53fd82aa63275a18 (patch)
tree8a949c2f8ed9d1dc2fe710bd117cbd1a265fc078 /src/mame/drivers/ginganin.cpp
parent1a0382951d90dcde2b7732cdfb1594689f9c562a (diff)
ginganin: 6809 type identification (nw)
Diffstat (limited to 'src/mame/drivers/ginganin.cpp')
-rw-r--r--src/mame/drivers/ginganin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ginganin.cpp b/src/mame/drivers/ginganin.cpp
index ba32b1284c5..ec5da8ce425 100644
--- a/src/mame/drivers/ginganin.cpp
+++ b/src/mame/drivers/ginganin.cpp
@@ -250,7 +250,7 @@ static MACHINE_CONFIG_START( ginganin )
MCFG_CPU_PROGRAM_MAP(ginganin_map)
MCFG_CPU_VBLANK_INT_DRIVER("screen", ginganin_state, irq1_line_hold) /* ? (vectors 1-7 cointain the same address) */
- MCFG_CPU_ADD("audiocpu", M6809, SOUND_CLOCK)
+ MCFG_CPU_ADD("audiocpu", MC6809, SOUND_CLOCK) // MBL68B09?
MCFG_CPU_PROGRAM_MAP(sound_map)