zxuno-git/modflash
antoniovillena 21063ecead Merge branch 'master' of https://github.com/antoniovillena/zxuno 2021-05-10 17:16:38 +02: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 Actualizo flash.zx1 2021-05-10 17:16:18 +02: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 Update README.md 2021-05-10 17:12:38 +02: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: renamed `setvars.sh` and `setvars.bat` into `setenv.sh` and `setenv.bat` 2021-04-28 15:02:00 +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: renamed `setvars.sh` and `setvars.bat` into `setenv.sh` and `setenv.bat` 2021-04-28 15:02:00 +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 Antonio Villena

Contributors

2021 Ivan Tatarinov ivan-tat@ya.ru (Makefile)

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