From 6efc17f6956392e687b48deeeecea921364033e3 Mon Sep 17 00:00:00 2001 From: smf- Date: Fri, 10 Jan 2014 19:15:03 +0000 Subject: Fixed atari 5200 startup (nw) --- src/mess/drivers/atari400.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/mess/drivers/atari400.c b/src/mess/drivers/atari400.c index 1a12a39680d..12108d4a15b 100644 --- a/src/mess/drivers/atari400.c +++ b/src/mess/drivers/atari400.c @@ -2697,6 +2697,8 @@ static MACHINE_CONFIG_DERIVED( a5200, atari_common_nodac ) MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.00) MCFG_DEVICE_MODIFY("pia") + MCFG_PIA_READPA_HANDLER(NULL) // FIXME: is there anything connected here + MCFG_PIA_READPB_HANDLER(NULL) // FIXME: is there anything connected here MCFG_PIA_CB2_HANDLER(NULL) // FIXME: is there anything connected here MCFG_MACHINE_START_OVERRIDE( a400_state, a5200 ) -- cgit v1.2.3