Skip to content

Commit bb93010

Browse files
Fix RomLdr "O" Option Return, Issue #630
- Removed interrupts disable prior to invoking hardware monitor from RomLdr. Co-Authored-By: HubertH <[email protected]>
1 parent f5a7c61 commit bb93010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/HBIOS/romldr.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,7 +1732,7 @@ hwmon:
17321732
;;;hwmon1:
17331733
; Launch Hardware Monitor from ROM Bank 3
17341734
call ldelay ; wait for UART buf to empty
1735-
di ; suspend interrupts
1735+
;;;di ; suspend interrupts
17361736
ld a,HWMON_BNK + BID_IMG0 ; hardware monitor bank offset by start of ROM APP banks
17371737
ld ix,HWMON_IMGLOC ; execution resumes here
17381738
jp HB_BNKCALL ; do it

0 commit comments

Comments
 (0)