duhhhhhhhhhh (nw)

This commit is contained in:
Olivier Galibert 2016-04-27 23:39:19 +02:00
parent 5607ec442e
commit 7b69efa1b5
3 changed files with 4 additions and 4 deletions

View File

@ -736,7 +736,7 @@ static MACHINE_CONFIG_START( niyanpai, niyanpai_state )
MCFG_CPU_VBLANK_INT_DRIVER("screen", niyanpai_state, interrupt)
MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("tmp68301",tmp68301_device,irq_callback)
MCFG_TMP68301_ADD("tmp68301", "maincpu")
MCFG_DEVICE_ADD("tmp68301", TMP68301, 0)
MCFG_TMP68301_OUT_PARALLEL_CB(WRITE16(niyanpai_state, tmp68301_parallel_port_w))
MCFG_CPU_ADD("audiocpu", TMPZ84C011, 8000000) /* TMPZ84C011, 8.00 MHz */

View File

@ -760,7 +760,7 @@ static MACHINE_CONFIG_START( realbrk, realbrk_state )
MCFG_CPU_VBLANK_INT_DRIVER("screen", realbrk_state, interrupt)
MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("tmp68301",tmp68301_device,irq_callback)
MCFG_TMP68301_ADD("tmp68301", "maincpu")
MCFG_DEVICE_ADD("tmp68301", TMP68301, 0)
MCFG_TMP68301_OUT_PARALLEL_CB(WRITE16(realbrk_state,realbrk_flipscreen_w))
/* video hardware */

View File

@ -2106,7 +2106,7 @@ static MACHINE_CONFIG_START( seta2, seta2_state )
MCFG_CPU_VBLANK_INT_DRIVER("screen", seta2_state, seta2_interrupt)
MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("tmp68301",tmp68301_device,irq_callback)
MCFG_TMP68301_ADD("tmp68301", "maincpu")
MCFG_DEVICE_ADD("tmp68301", TMP68301, 0)
// video hardware
MCFG_SCREEN_ADD("screen", RASTER)
@ -2336,7 +2336,7 @@ static MACHINE_CONFIG_START( namcostr, seta2_state )
MCFG_CPU_VBLANK_INT_DRIVER("screen", seta2_state, seta2_interrupt)
MCFG_CPU_IRQ_ACKNOWLEDGE_DEVICE("tmp68301",tmp68301_device,irq_callback)
MCFG_TMP68301_ADD("tmp68301", "maincpu") // does this have a ticket dispenser?
MCFG_DEVICE_ADD("tmp68301", TMP68301, 0) // does this have a ticket dispenser?
// video hardware
MCFG_SCREEN_ADD("screen", RASTER)