zxuno-git/modflash
Ivan Tatarinov bb11a95534 modflash: improved error handling when building, small fix in `Makefile` 2021-04-17 23:01:32 +03:00
..
cores Añado FLASH.ZX1 2019-02-24 20:31:12 +01:00
roms Añado roms 2019-02-24 14:33:05 +01:00
128en.rom Añado modflash 2019-02-05 22:48:47 +01:00
CORE2.ZX1 Añado modflash 2019-02-05 22:48:47 +01:00
FLASH.ZX1 subo FLASH.ZX1 2021-01-14 10:53:24 +01:00
FLASHempty.ZX1 Doy estabilidad en el arranque 2019-03-12 00:03:06 +01:00
Makefile modflash: improved error handling when building, small fix in `Makefile` 2021-04-17 23:01:32 +03:00
README.md + added files `sdk/README.md`, `sdk/README.md.license`, `sdk/setvars.sh`, `sdk/bin/sjasmplus.exe.license` 2021-04-10 12:15:20 +03:00
README.md.license + added files `sdk/README.md`, `sdk/README.md.license`, `sdk/setvars.sh`, `sdk/bin/sjasmplus.exe.license` 2021-04-10 12:15:20 +03:00
addcores.bat sdk: added `GenRom` tool to SDK 2021-04-14 15:56:35 +03:00
addcores.sh modflash: improved error handling when building, small fix in `Makefile` 2021-04-17 23:01:32 +03:00
addroms.bat sdk: added `GenRom` tool to SDK 2021-04-14 15:56:35 +03:00
addroms.sh modflash: improved error handling when building, small fix in `Makefile` 2021-04-17 23:01:32 +03:00
cores.txt modflash: improve scripts (separate shared lists of ROMs and cores into roms.txt and cores.txt) 2021-04-06 22:49:17 +03:00
make.bat + sdk: added MinGW build target 2021-04-13 12:26:12 +03:00
roms.txt modflash: improve scripts (separate shared lists of ROMs and cores into roms.txt and cores.txt) 2021-04-06 22:49:17 +03:00

README.md

Authors

2021 Ivan Tatarinov ivan-tat@ya.ru

Contributors

No one yet.

License

This document is under GNU FDL-1.3 or later license.

Target

File FLASH.ZX1.

Windows

Build

make.bat

GNU/Linux

Build

make

Clean

make clean

or even to remove FLASH.ZX1 file:

make dist-clean