We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea109b commit dc1dc95Copy full SHA for dc1dc95
src/MACROS.INC
@@ -48,6 +48,6 @@ PACK_NIB MACRO
48
; Clear ISA bus before I/O port read
49
;----------------------------------------------------------------------------;
50
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
+ MOV AL, 0FFH ; write all 1s to bus to clear buffer ICs
+ OUT 0BFH, AL ; write to any unused port
53
ENDM
0 commit comments