diff options
Diffstat (limited to 'src/mess/machine/pc.c')
-rw-r--r-- | src/mess/machine/pc.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/machine/pc.c b/src/mess/machine/pc.c index 22b79589bb2..e26f60fd427 100644 --- a/src/mess/machine/pc.c +++ b/src/mess/machine/pc.c @@ -425,8 +425,7 @@ const struct pit8253_interface pcjr_pit8253_config = const i8251_interface mc1502_i8251_interface = { - DEVCB_NULL, /* XXX RxD data are accessible via PPI port C, bit 7 */ - DEVCB_NULL, + /* XXX RxD data are accessible via PPI port C, bit 7 */ DEVCB_NULL, DEVCB_NULL, DEVCB_NULL, |