mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
Fix for c64gs crash (nw)
This commit is contained in:
parent
42a57d09f3
commit
a6870deec9
@ -1399,8 +1399,8 @@ static MACHINE_CONFIG_START( pal_gs, c64gs_state )
|
||||
MCFG_MOS6526_IRQ_CALLBACK(WRITELINE(c64_state, cia1_irq_w))
|
||||
MCFG_MOS6526_CNT_CALLBACK(DEVWRITELINE(PET_USER_PORT_TAG, pet_user_port_device, write_4))
|
||||
MCFG_MOS6526_SP_CALLBACK(DEVWRITELINE(PET_USER_PORT_TAG, pet_user_port_device, write_5))
|
||||
MCFG_MOS6526_PA_INPUT_CALLBACK(READ8(c64_state, cia1_pa_r))
|
||||
MCFG_MOS6526_PB_INPUT_CALLBACK(READ8(c64_state, cia1_pb_r))
|
||||
MCFG_MOS6526_PA_INPUT_CALLBACK(READ8(c64gs_state, cia1_pa_r))
|
||||
MCFG_MOS6526_PB_INPUT_CALLBACK(READ8(c64gs_state, cia1_pb_r))
|
||||
MCFG_MOS6526_PB_OUTPUT_CALLBACK(WRITE8(c64_state, cia1_pb_w))
|
||||
MCFG_DEVICE_ADD(MOS6526_2_TAG, MOS6526, XTAL_17_734472MHz/18)
|
||||
MCFG_MOS6526_TOD(50)
|
||||
|
Loading…
Reference in New Issue
Block a user