upgrade flash32.asm and backup32.asm to accept FLASH_32 instead FLASH

This commit is contained in:
antoniovillena 2021-05-04 10:37:58 +02:00
parent bef7bd98d6
commit 8777252bb2
8 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
SD/FLASH.ZXD Normal file

Binary file not shown.

BIN
SD/FLASH_32.ZXD Normal file

Binary file not shown.

View File

@ -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

View File

@ -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