mirror of
https://github.com/holub/mame
synced 2025-06-10 06:47:18 +03:00
taitotz: fix inputs (nw)
This commit is contained in:
parent
da1126084c
commit
c1938b7180
@ -2668,10 +2668,10 @@ static MACHINE_CONFIG_START( taitotz, taitotz_state )
|
|||||||
|
|
||||||
/* TMP95C063F I/O CPU */
|
/* TMP95C063F I/O CPU */
|
||||||
MCFG_CPU_ADD("iocpu", TMP95C063, 25000000)
|
MCFG_CPU_ADD("iocpu", TMP95C063, 25000000)
|
||||||
MCFG_TMP95C063_PORT9_WRITE(IOPORT("INPUTS1"))
|
MCFG_TMP95C063_PORT9_READ(IOPORT("INPUTS1"))
|
||||||
MCFG_TMP95C063_PORTB_WRITE(IOPORT("INPUTS2"))
|
MCFG_TMP95C063_PORTB_READ(IOPORT("INPUTS2"))
|
||||||
MCFG_TMP95C063_PORTD_WRITE(IOPORT("INPUTS3"))
|
MCFG_TMP95C063_PORTD_READ(IOPORT("INPUTS3"))
|
||||||
MCFG_TMP95C063_PORTE_WRITE(IOPORT("INPUTS4"))
|
MCFG_TMP95C063_PORTE_READ(IOPORT("INPUTS4"))
|
||||||
|
|
||||||
MCFG_CPU_PROGRAM_MAP(tlcs900h_mem)
|
MCFG_CPU_PROGRAM_MAP(tlcs900h_mem)
|
||||||
MCFG_CPU_VBLANK_INT_DRIVER("screen", taitotz_state, taitotz_vbi)
|
MCFG_CPU_VBLANK_INT_DRIVER("screen", taitotz_state, taitotz_vbi)
|
||||||
|
Loading…
Reference in New Issue
Block a user