mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
brkthru: 6809 types (nw)
This commit is contained in:
parent
8351c97612
commit
f7b0a9c5d7
@ -373,11 +373,11 @@ INTERRUPT_GEN_MEMBER(brkthru_state::vblank_irq)
|
||||
MACHINE_CONFIG_START(brkthru_state::brkthru)
|
||||
|
||||
/* basic machine hardware */
|
||||
MCFG_CPU_ADD("maincpu", M6809, MASTER_CLOCK/8) /* 1.5 MHz ? */
|
||||
MCFG_CPU_ADD("maincpu", MC6809E, MASTER_CLOCK/8) /* 1.5 MHz ? */
|
||||
MCFG_CPU_PROGRAM_MAP(brkthru_map)
|
||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", brkthru_state, vblank_irq)
|
||||
|
||||
MCFG_CPU_ADD("audiocpu", M6809, MASTER_CLOCK/8) /* 1.5 MHz ? */
|
||||
MCFG_CPU_ADD("audiocpu", MC6809, MASTER_CLOCK/2) /* 1.5 MHz ? */
|
||||
MCFG_CPU_PROGRAM_MAP(sound_map)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user