ginganin: 6809 type identification (nw)

This commit is contained in:
AJR 2018-01-14 19:48:43 -05:00
parent 1a0382951d
commit b3b02fc1c2

View File

@ -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)