update recovery, small optimization in loader.asm
This commit is contained in:
parent
a41fe6946c
commit
3567249a72
@ -80,7 +80,7 @@
|
|||||||
INC L
|
INC L
|
||||||
DJNZ .conf_header_loop
|
DJNZ .conf_header_loop
|
||||||
|
|
||||||
XOR A
|
;XOR A
|
||||||
JR .exit_conf_check
|
JR .exit_conf_check
|
||||||
.Conf_Packed:
|
.Conf_Packed:
|
||||||
SCF
|
SCF
|
||||||
@ -100,9 +100,9 @@
|
|||||||
DEC D ; multiple config!
|
DEC D ; multiple config!
|
||||||
|
|
||||||
.ONES_CONFIG:
|
.ONES_CONFIG:
|
||||||
LD IY,SP2000_Loader_Flag
|
LD IY,SP2000_Loader_Flag
|
||||||
;LD IX,#FFFD
|
;LD IX,#FFFD
|
||||||
LD IX,ACEX.Config_ID.Sp2000
|
LD IX,ACEX.Config_ID.Sp2000
|
||||||
|
|
||||||
.LOOP1:
|
.LOOP1:
|
||||||
LD A,(HL)
|
LD A,(HL)
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user