mirror of
https://github.com/holub/mame
synced 2025-05-07 14:54:35 +03:00
ginganin: 6809 type identification (nw)
This commit is contained in:
parent
1a0382951d
commit
b3b02fc1c2
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user