mirror of https://github.com/zxdos/zxuno.git
Arreglo make.bat
This commit is contained in:
parent
5d4df5f6a6
commit
1a4dc2482c
|
|
@ -1,3 +1,5 @@
|
|||
if not exist strings.bin.zx7b echo > strings.bin.zx7b
|
||||
if not exist version.asm echo define version 4 > version.asm
|
||||
sjasmplus firmware.asm
|
||||
fcut firmware_strings.rom 7e00 -7e00 strings.bin
|
||||
zx7b strings.bin strings.bin.zx7b
|
||||
|
|
|
|||
Loading…
Reference in New Issue