Skip to content

Commit

Permalink
Update romldr.asm
Browse files Browse the repository at this point in the history
Correct conditional compilation for UNA.
  • Loading branch information
wwarthen committed Feb 7, 2024
1 parent 8079999 commit 9ad7798
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/HBIOS/romldr.asm
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,12 @@ purge:
call cin ; read and discard
djnz purge ; and loop till no more
;
#if (BIOS == BIOS_WBW)
#if (AUTOCON)
or $ff ; initial value
ld (conpend),a ; ... for conpoll routine
#endif
#endif
;
wtkey:
; wait for a key or timeout
Expand Down

0 comments on commit 9ad7798

Please sign in to comment.