zxuno-git/utils
Ivan Tatarinov e9fcc99ea4 utils: moved `esxdos.def` and `zxuno.def` into `sdk/include` 2021-04-25 11:27:06 +03:00
..
LICENSES utils: added `README.md` 2021-04-25 09:26:53 +03:00
.gitignore utils: added `README.md` 2021-04-25 09:26:53 +03:00
ESPRST Actualization 2019-07-23 20:21:08 +03:00
IWCONFIG Actualization 2019-07-23 20:21:08 +03:00
Makefile utils: moved `esxdos.def` and `zxuno.def` into `sdk/include` 2021-04-25 11:27:06 +03:00
Print.inc utils: separated `rdflsh` function into `rdflsh.inc` file 2021-04-24 21:15:15 +03:00
README.md utils: added kounch to contributors 2021-04-25 10:00:50 +03:00
README.md.license utils: added `README.md` 2021-04-25 09:26:53 +03:00
ROMS.ZX1 Actualizo ROMSUPGR para dar soporte a ZXDOS+ 2021-01-12 18:50:51 +01:00
ROMS.ZX1.license utils: add copyright and licensing information to some files 2021-04-24 11:34:39 +03:00
back16m.asm utils: added `README.md` 2021-04-25 09:26:53 +03:00
back32m.asm utils: added kounch to contributors 2021-04-25 10:00:50 +03:00
backup.asm utils: added kounch to contributors 2021-04-25 10:00:50 +03:00
corclean.asm utils: added `README.md` 2021-04-25 09:26:53 +03:00
corebios.asm utils: added `README.md` 2021-04-25 09:26:53 +03:00
rdflsh.inc utils: uploaded `rdflsh.inc` 2021-04-24 21:21:50 +03:00
romsback.asm utils: added kounch to contributors 2021-04-25 10:00:50 +03:00
romsupgr.asm utils: added `README.md` 2021-04-25 09:26:53 +03:00
rst28.inc utils: uploaded `rst28.inc` 2021-04-24 23:18:20 +03:00
upgr16m.asm utils: added `README.md` 2021-04-25 09:26:53 +03:00
upgr32m.asm utils: added kounch to contributors 2021-04-25 10:00:50 +03:00
upgrade.asm utils: added `README.md` 2021-04-25 09:26:53 +03:00
wrflsh.inc utils: separated `wrflsh` function into `wrflsh.inc` file 2021-04-24 21:44:26 +03:00

README.md

ESXDOS utilities

Authors

ESXDOS utilities:

  • 2019, 2021 Antonio Villena

File ROMS.ZX1:

  • desUBIKado

This document:

Contributors

ESXDOS utilities:

This document:

  • No one yet.

Licenses

ESXDOS utilities are under GNU GPL-3.0 license.
This document is under GNU FDL-1.3 or later license.

Targets

Files:

  • BACK16M
  • BACKUP
  • BACKZX2
  • BACKZXD
  • CORCLEAN
  • COREBIOS
  • ROMSBACK
  • ROMSUPGR
  • UPGR16M
  • UPGRADE
  • UPGRZX2
  • UPGRZXD

Build utilities

Using GNU environment on Windows, Linux, FreeBSD etc.

Build

make

Compiled files will be stored in build directory.

Clean

make clean