mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
fixed slither/slithera pia hookup (nw)
This commit is contained in:
parent
8dc57a3427
commit
5a89e028d5
@ -694,10 +694,12 @@ static MACHINE_CONFIG_DERIVED( slither, qix_base )
|
||||
MCFG_DEVICE_MODIFY("pia1")
|
||||
MCFG_PIA_READPA_HANDLER(READ8(qix_state, slither_trak_lr_r))
|
||||
MCFG_PIA_WRITEPB_HANDLER(WRITE8(qix_state, slither_76489_0_w))
|
||||
MCFG_PIA_READPB_HANDLER(NULL)
|
||||
|
||||
MCFG_DEVICE_MODIFY("pia2")
|
||||
MCFG_PIA_READPA_HANDLER(READ8(qix_state, slither_trak_ud_r))
|
||||
MCFG_PIA_WRITEPB_HANDLER(WRITE8(qix_state, slither_76489_1_w))
|
||||
MCFG_PIA_READPB_HANDLER(NULL)
|
||||
|
||||
/* video hardware */
|
||||
MCFG_FRAGMENT_ADD(slither_video)
|
||||
|
Loading…
Reference in New Issue
Block a user