mirror of https://github.com/zxdos/zxuno.git
upgrade flash32.asm and backup32.asm to accept FLASH_32 instead FLASH
This commit is contained in:
parent
bef7bd98d6
commit
8777252bb2
BIN
SD/BIN/BACKZX2
BIN
SD/BIN/BACKZX2
Binary file not shown.
BIN
SD/BIN/BACKZXD
BIN
SD/BIN/BACKZXD
Binary file not shown.
BIN
SD/BIN/UPGRZX2
BIN
SD/BIN/UPGRZX2
Binary file not shown.
BIN
SD/BIN/UPGRZXD
BIN
SD/BIN/UPGRZXD
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -47,9 +47,9 @@
|
|||
|
||||
define VERSION "0.1"
|
||||
IF zxdos=1
|
||||
define FLASH_FILE "FLASH.ZX2"
|
||||
define FLASH_FILE "FLASH_32.ZX2"
|
||||
ELSE
|
||||
define FLASH_FILE "FLASH.ZXD"
|
||||
define FLASH_FILE "FLASH_32.ZXD"
|
||||
ENDIF
|
||||
|
||||
org $2000 ; comienzo de la ejecución de los comandos ESXDOS
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
; upgr32m.asm - write the content of a FLASH.ZX2 or FLASH.ZXD file, in
|
||||
; upgr32m.asm - write the content of a FLASH_32.ZX2 or FLASH_32.ZXD file, in
|
||||
; the root directory of the microSD card, to a 32 Meg SPI Flash memory.
|
||||
;
|
||||
; It must be run while using a "root" mode ROM.
|
||||
|
|
@ -44,9 +44,9 @@
|
|||
|
||||
define VERSION "0.1"
|
||||
IF zxdos=1
|
||||
define FLASH_FILE "FLASH.ZX2"
|
||||
define FLASH_FILE "FLASH_32.ZX2"
|
||||
ELSE
|
||||
define FLASH_FILE "FLASH.ZXD"
|
||||
define FLASH_FILE "FLASH_32.ZXD"
|
||||
ENDIF
|
||||
|
||||
org $2000 ; comienzo de la ejecución de los comandos ESXDOS
|
||||
|
|
|
|||
Loading…
Reference in New Issue