1
0
mirror of https://github.com/UzixLS/zx-sizif-xxs.git synced 2025-07-19 15:22:06 +03:00

magic rom: draw boxes after initing cpld at boot

This commit is contained in:
UzixLS
2021-06-24 13:35:15 +03:00
parent 4a732acc36
commit 5f782ac1e9

View File

@ -34,10 +34,10 @@ startup_handler:
ld ix, #5800 ; draw 4 rygb boxes on left top corner to indicate boot
ld (ix+0), #D2 ; r
ld (ix+1), #F6 ; y
ld (ix+2), #E4 ; g
ld (ix+3), #C9 ; b
call init_config
call init_cpld
ld (ix+2), #E4 ; g
ld (ix+3), #C9 ; b
ld hl, 0
jp exit_with_jp