mirror of
https://github.com/holub/mame
synced 2025-06-26 06:14:12 +03:00
fixed crash at startup (nw)
This commit is contained in:
parent
28ce5850a5
commit
ce970164a9
@ -1446,7 +1446,11 @@ static MACHINE_CONFIG_DERIVED( to9, to7 )
|
||||
|
||||
MCFG_DEVICE_REMOVE( THOM_PIA_IO )
|
||||
|
||||
MCFG_DEVICE_REMOVE("centronics")
|
||||
MCFG_DEVICE_MODIFY("centronics")
|
||||
MCFG_CENTRONICS_ACK_HANDLER(NULL)
|
||||
MCFG_CENTRONICS_BUSY_HANDLER(NULL)
|
||||
MCFG_CENTRONICS_PERROR_HANDLER(NULL)
|
||||
|
||||
MCFG_DEVICE_REMOVE("cent_data_out")
|
||||
|
||||
MCFG_MC6846_MODIFY( "mc6846", to9_timer )
|
||||
|
Loading…
Reference in New Issue
Block a user