Skip to content

Commit dc1dc95

Browse files
committed
Fix port conflict with UM82C088
1 parent 5ea109b commit dc1dc95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/MACROS.INC

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ PACK_NIB MACRO
4848
; Clear ISA bus before I/O port read
4949
;----------------------------------------------------------------------------;
5050
ISA_CLEAR MACRO
51-
MOV AL, 0FFH ; write all 1s to bus to clear buffer ICs
52-
OUT 0C0H, AL ; write to any unused port
51+
MOV AL, 0FFH ; write all 1s to bus to clear buffer ICs
52+
OUT 0BFH, AL ; write to any unused port
5353
ENDM

0 commit comments

Comments
 (0)