mirror of
https://github.com/holub/mame
synced 2025-05-30 17:41:47 +03:00
megatech.cpp: Fix Free Play regression
This commit is contained in:
parent
36b0b72649
commit
da598205c2
@ -679,7 +679,7 @@ static MACHINE_CONFIG_START( megatech, mtech_state )
|
||||
|
||||
MCFG_DEVICE_ADD("io1", CXD1095, 0)
|
||||
MCFG_CXD1095_IN_PORTA_CB(IOPORT("BIOS_DSW0"))
|
||||
MCFG_CXD1095_IN_PORTB_CB(IOPORT("BIOS_DSW0"))
|
||||
MCFG_CXD1095_IN_PORTB_CB(IOPORT("BIOS_DSW1"))
|
||||
MCFG_CXD1095_OUT_PORTE_CB(WRITE8(mtech_state, cart_select_w))
|
||||
|
||||
MCFG_DEVICE_ADD("io2", CXD1095, 0)
|
||||
|
Loading…
Reference in New Issue
Block a user