From ce970164a923ecbd0f055a218a98e836a476b456 Mon Sep 17 00:00:00 2001 From: smf- Date: Mon, 10 Feb 2014 13:44:59 +0000 Subject: [PATCH] fixed crash at startup (nw) --- src/mess/drivers/thomson.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/mess/drivers/thomson.c b/src/mess/drivers/thomson.c index 367dae6e50e..3cb260ebf10 100644 --- a/src/mess/drivers/thomson.c +++ b/src/mess/drivers/thomson.c @@ -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 )