Skip to content

Commit

Permalink
Fix recovery menu being accessible before display is initialized
Browse files Browse the repository at this point in the history
  • Loading branch information
beckadamtheinventor committed Jul 1, 2024
1 parent cb8355f commit 8a87af8
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 3 deletions.
Binary file added artifacts/1.19.1106 alpha/BOSOS.8xp
Binary file not shown.
Binary file added artifacts/1.19.1106 alpha/BOSOS.rom
Binary file not shown.
Binary file added artifacts/1.19.1106 alpha/BOSOSPT2.BIN
Binary file not shown.
Binary file added artifacts/1.19.1106 alpha/BOSOSpt2.8xv
Binary file not shown.
Binary file added artifacts/1.19.1106 alpha/BOSUPDTR.BIN
Binary file not shown.
5 changes: 3 additions & 2 deletions src/boot.asm
Original file line number Diff line number Diff line change
Expand Up @@ -435,15 +435,16 @@ generate_boot_configs:
ret

os_return_soft:
call os_check_recovery_key
; ld hl,ti.mpIntMask
; set ti.bIntOn,(hl)
; set ti.bIntOSTmr,(hl)
call sys_FreeAll
call gfx_Set8bpp
xor a,a
call gfx_SetDraw

call os_check_recovery_key
call sys_FreeAll

call os_check_recovery_key
call fs_SanityCheck

Expand Down
2 changes: 1 addition & 1 deletion src/data/buildno.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19.1105 alpha
1.19.1106 alpha

0 comments on commit 8a87af8

Please sign in to comment.