Browse Source

Fix RomLdr "O" Option Return, Issue #630

- Removed interrupts disable prior to invoking hardware monitor from RomLdr.

Co-Authored-By: HubertH <51236138+hubertushirsch@users.noreply.github.com>
pull/633/head
Wayne Warthen 2 months ago
parent
commit
bb93010716
No known key found for this signature in database GPG Key ID: 8B34ED29C07EEB0A
  1. 2
      Source/HBIOS/romldr.asm

2
Source/HBIOS/romldr.asm

@ -1732,7 +1732,7 @@ hwmon:
;;;hwmon1:
; Launch Hardware Monitor from ROM Bank 3
call ldelay ; wait for UART buf to empty
di ; suspend interrupts
;;;di ; suspend interrupts
ld a,HWMON_BNK + BID_IMG0 ; hardware monitor bank offset by start of ROM APP banks
ld ix,HWMON_IMGLOC ; execution resumes here
jp HB_BNKCALL ; do it

Loading…
Cancel
Save