Commit Graph

8 Commits

Author SHA1 Message Date
Ivan Tatarinov e9fcc99ea4 utils: moved `esxdos.def` and `zxuno.def` into `sdk/include` 2021-04-25 11:27:06 +03:00
Ivan Tatarinov f882b0ffd2 utils: separated `rst28` function into `rst28.inc` file 2021-04-24 23:16:05 +03:00
Ivan Tatarinov aac709bed5 utils: separated `wrflsh` function into `wrflsh.inc` file 2021-04-24 21:44:26 +03:00
Ivan Tatarinov a5b0f746f3 utils: updated `Makefile` 2021-04-24 21:19:57 +03:00
Ivan Tatarinov 46f5d18b8b utils: separated `Print` function into `Print.inc` file 2021-04-24 20:46:41 +03:00
Ivan Tatarinov 3013d04671 utils: divided `zxuno.inc` into `esxdos.def` and `zxuno.def` 2021-04-24 19:50:36 +03:00
Ivan Tatarinov 162bad53d8 utils: added ability to build `BACKZXD` and `UPGRZXD`
* added ability to build `BACKZXD` and `UPGRZXD` in `Makefile`
- removed binaries `BACKZXD` and `UPGRZXD`. Use `Makefile` to build from sources
2021-04-24 13:11:28 +03:00
Ivan Tatarinov 71ecff82a5 utils: added `Makefile`, fixed compilation of some files
+ added `.gitignore`, `Makefile`
* fixed `backup.asm`, `corclean.asm`, `corebios.asm`, `upgrade.asm`
- removed binaries `BACK16M`, `BACKUP`, `BACKZX2`, `CORCLEAN`, `COREBIOS`, `ROMSBACK`, `ROMSUPGR`, `UPGR16M`, `UPGRADE`, `UPGRZX2`. Use `Makefile` to build from sources
2021-04-24 12:07:55 +03:00