From 7a85ac5adc27b8b1171ea56c56a3fb894240709c Mon Sep 17 00:00:00 2001 From: Vas Crabb Date: Sun, 1 Nov 2015 04:02:43 +1100 Subject: [PATCH] osborne1: add comment about three low bits of PIA0 PORTB affecting data direction --- src/mame/machine/osborne1.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mame/machine/osborne1.c b/src/mame/machine/osborne1.c index 1bfe32da7dd..50d5ea15130 100644 --- a/src/mame/machine/osborne1.c +++ b/src/mame/machine/osborne1.c @@ -181,9 +181,9 @@ WRITE8_MEMBER( osborne1_state::ieee_pia_pb_w ) /* bit description - 0 - 1 - 2 + 0 0 = DATAn as output, 1 = DATAn as input + 1 0 = NDAC/NRFD as output, 1 = NDAC/NRFD as input; also gates SRQ + 2 0 = EOI/DAV as output, 1 = EOI/DAV as input 3 EOI 4 ATN 5 DAV