mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed kram, kram2, elecyoyo, elecyoyo2, sdungeon regressions (nw)
This commit is contained in:
parent
35e2ccf072
commit
3b967a356e
@ -655,7 +655,7 @@ static MACHINE_CONFIG_DERIVED( mcu, qix )
|
||||
|
||||
MCFG_MACHINE_START_OVERRIDE(qix_state,qixmcu)
|
||||
|
||||
MCFG_DEVICE_MODIFY("pia1")
|
||||
MCFG_DEVICE_MODIFY("pia0")
|
||||
MCFG_PIA_READPB_HANDLER(READ8(qix_state, qixmcu_coin_r))
|
||||
MCFG_PIA_WRITEPB_HANDLER(WRITE8(qix_state, qixmcu_coin_w))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user