diff --git a/reflasher/fw/ESXIDE.cod b/reflasher/fw/ESXIDE.cod index f56aeca..fc45391 100644 Binary files a/reflasher/fw/ESXIDE.cod and b/reflasher/fw/ESXIDE.cod differ diff --git a/reflasher/fw/ESXMMC.cod b/reflasher/fw/ESXMMC.cod index 272d9e5..007210e 100644 Binary files a/reflasher/fw/ESXMMC.cod and b/reflasher/fw/ESXMMC.cod differ diff --git a/reflasher/fw/bios.cod b/reflasher/fw/bios.cod index 933b861..c63912f 100644 Binary files a/reflasher/fw/bios.cod and b/reflasher/fw/bios.cod differ diff --git a/reflasher/fw/boot.cod b/reflasher/fw/boot.cod index c8af88a..c7d4421 100644 Binary files a/reflasher/fw/boot.cod and b/reflasher/fw/boot.cod differ diff --git a/reflasher/reflasher.a80 b/reflasher/reflasher.a80 index 7473a4d..cb79343 100644 --- a/reflasher/reflasher.a80 +++ b/reflasher/reflasher.a80 @@ -4,7 +4,7 @@ ; (c) 2020 z00m^SinDiKAT ; formatted for SjASMPlus -; Version: 1.2 +; Version: 1.3 device zxspectrum48 @@ -296,10 +296,10 @@ cl_st_ln_lp1: xor a ; Flash subroutine flash_exec: xor a ;ZXi enable flash - ld bc,#203B + ld bc,#703B out (c),a - ld bc,#213B + ld bc,#713B in a,(c) ;remember machine push af ld a,#FF ;HW - FF - Flash firmware @@ -448,7 +448,7 @@ verify1: ld a,(de) call dummy_loop flash_exit: pop af - ld bc,#213B + ld bc,#713B out (c),a ;back to previous machine ret @@ -855,9 +855,9 @@ txt_reserved6: db "X: Reserved",0 txt_reserved7: db "Y: Reserved",0 txt_reserved8: db "Z: Reserved",0 -txt_copyright: db #7f,"z00m^SinDiKAT 03/2020",0 +txt_copyright: db #7f,"z00m^SinDiKAT 06/2020",0 txt_title: db " ReFlasher for MB03+ Ultimate",0 -txt_version: db "Version: 1.2",0 +txt_version: db "Version: 1.3",0 txt_status: db "STATUS:",0 txt_action: db "Waiting for your action",0