mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +03:00
bnstars1 regression fix (nw)
This commit is contained in:
parent
5548f9e15d
commit
817fab7d08
@ -1326,6 +1326,8 @@ static MACHINE_CONFIG_START( bnstars, bnstars_state )
|
|||||||
/* basic machine hardware */
|
/* basic machine hardware */
|
||||||
MCFG_CPU_ADD("maincpu", V70, 20000000) // 20MHz
|
MCFG_CPU_ADD("maincpu", V70, 20000000) // 20MHz
|
||||||
MCFG_CPU_PROGRAM_MAP(bnstars_map)
|
MCFG_CPU_PROGRAM_MAP(bnstars_map)
|
||||||
|
MCFG_CPU_IRQ_ACKNOWLEDGE_DRIVER(ms32_state,irq_callback)
|
||||||
|
|
||||||
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", bnstars_state, ms32_interrupt, "lscreen", 0, 1)
|
MCFG_TIMER_DRIVER_ADD_SCANLINE("scantimer", bnstars_state, ms32_interrupt, "lscreen", 0, 1)
|
||||||
|
|
||||||
MCFG_CPU_ADD("audiocpu", Z80, 4000000)
|
MCFG_CPU_ADD("audiocpu", Z80, 4000000)
|
||||||
|
Loading…
Reference in New Issue
Block a user