Skip to content

Commit

Permalink
causeway: correct mistake in VCPI check
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalak authored Jan 18, 2025
1 parent ac24d49 commit 98f4dd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bld/causeway/asm/cw32.asm
Original file line number Diff line number Diff line change
Expand Up @@ -4776,7 +4776,7 @@ cw16_IsHandler:
mov es:[(67h*4)+2],di
sti
;
cmp al,0
cmp ah,0
jne cw16_NotThere
or bx,3030h ;Turn to ASCII
cmp bh,'1'
Expand Down

0 comments on commit 98f4dd2

Please sign in to comment.