summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author smf- <smf-@users.noreply.github.com>2014-01-10 19:15:03 +0000
committer smf- <smf-@users.noreply.github.com>2014-01-10 19:15:03 +0000
commit6efc17f6956392e687b48deeeecea921364033e3 (patch)
tree0610cf95adc6fa402d388ff7e2d911b4d7c180a7 /src
parentf2bdaa6b2518f6c2eeb104ce23d8d84c8a4685c6 (diff)
Fixed atari 5200 startup (nw)
Diffstat (limited to 'src')
-rw-r--r--src/mess/drivers/atari400.c2
1 files changed, 2 insertions, 0 deletions
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 )