Commit Graph

625 Commits

Author SHA1 Message Date
Ivan Tatarinov ba1d1395b3
Merge pull request #31 from zxdos/master
Merge pull request #51 from ivan-tat/master
2021-04-24 20:51:02 +03:00
Ivan Tatarinov aa3c0d1f10
Merge pull request #51 from ivan-tat/master
utils: separated `Print` function into `Print.inc` file
2021-04-24 20:49:24 +03:00
Ivan Tatarinov 46f5d18b8b utils: separated `Print` function into `Print.inc` file 2021-04-24 20:46:41 +03:00
Ivan Tatarinov fe2bda5950 utils: small optimizations using DEFINE pseudo-op 2021-04-24 20:38:38 +03:00
Ivan Tatarinov 363ea0a7a3 utils: used `esxdos` macro when possible 2021-04-24 20:01:38 +03:00
Ivan Tatarinov 0d09f30e80
Merge pull request #30 from zxdos/master
Merge pull request #50 from ivan-tat/master
2021-04-24 19:55:27 +03:00
Ivan Tatarinov abdd8895fd
Merge pull request #50 from ivan-tat/master
utils: divided `zxuno.inc` into `esxdos.def` and `zxuno.def`
2021-04-24 19:53:11 +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 e325d4f605
Merge pull request #29 from zxdos/master
sync with upstream
2021-04-24 19:25:20 +03:00
Ivan Tatarinov c1c7f21e08
Merge pull request #48 from ivan-tat/master
Makefile: initial commit
2021-04-24 17:50:54 +03:00
Ivan Tatarinov a19633fede Makefile: initial commit
+ added ability to build `utils` and install them into `SD` directory
2021-04-24 17:49:19 +03:00
Ivan Tatarinov a64977954e
Merge pull request #45 from ivan-tat/master
SD: added missing utilities
2021-04-24 14:03:12 +03:00
Ivan Tatarinov 829a2b0ef0 Merge branch 'master' of github.com:ivan-tat/zxuno 2021-04-24 14:00:16 +03:00
Ivan Tatarinov 6363bcb319 SD: added missing utilities
+ SD: added missing `BACKUP`, `BACKZX2`, `CORCLEAN`, `COREBIOS`, `UPGRADE`
2021-04-24 13:59:30 +03:00
kounch 3626dff8c5 Remove scaped quotes that break builds on MacOS 2021-04-24 12:47:14 +02:00
Ivan Tatarinov 2daa6803c2
Merge pull request #28 from zxdos/master
Merge pull request #44 from ivan-tat/master
2021-04-24 13:17:07 +03:00
Ivan Tatarinov 9bbef3a29f
Merge pull request #44 from ivan-tat/master
utils: added ability to build `BACKZXD` and `UPGRZXD`
2021-04-24 13:15:11 +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 ecfec52389
Merge pull request #27 from zxdos/master
Merge pull request #42 from ivan-tat/master
2021-04-24 12:13:51 +03:00
Ivan Tatarinov 7f9f5b90c4
Merge pull request #42 from ivan-tat/master
utils: added `Makefile`, fixed compilation of some files
2021-04-24 12:11:45 +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
Ivan Tatarinov 0e984157b7
Merge pull request #26 from zxdos/master
Merge pull request #41 from ivan-tat/master
2021-04-24 12:02:49 +03:00
Ivan Tatarinov fbc34773f6
Merge pull request #41 from ivan-tat/master
utils: add copyright and licensing information to some files
2021-04-24 11:38:30 +03:00
Ivan Tatarinov d2bd67db8a utils: add copyright and licensing information to some files 2021-04-24 11:34:39 +03:00
Ivan Tatarinov b9e1a4f71b
Merge pull request #25 from zxdos/master
Merge pull request #40 from ivan-tat/master
2021-04-22 13:12:32 +03:00
Ivan Tatarinov f6bd04945a
Merge pull request #40 from ivan-tat/master
sdk: updated `README.md` and fixed `setvars.sh`
2021-04-22 13:08:52 +03:00
Ivan Tatarinov 4459da9f82 sdk: updated `README.md`, added some references 2021-04-22 13:04:36 +03:00
Ivan Tatarinov 5e14beed18 sdk: fix AND operand in `setvars.sh` script 2021-04-22 13:01:42 +03:00
Ivan Tatarinov cf81b2340b
Merge pull request #24 from zxdos/master
Merge pull request #39 from ivan-tat/master
2021-04-20 10:45:06 +03:00
Ivan Tatarinov 3002cd087c
Merge pull request #39 from ivan-tat/master
sdk: added missing targets `clean` and `dist-clean` for `zx7b` and `tools`
2021-04-20 10:44:24 +03:00
Ivan Tatarinov a9444e0cd6 sdk: added missing targets `clean` and `dist-clean` for `zx7b` and `tools` 2021-04-20 10:42:23 +03:00
Ivan Tatarinov 180e2ddf12
Merge pull request #23 from zxdos/master
Merge pull request #38 from ivan-tat/master
2021-04-20 10:19:37 +03:00
Ivan Tatarinov 7257e01aed
Merge pull request #38 from ivan-tat/master
sdk: updated `sjasmplus`, added `z88dk`, updated `README.md`
2021-04-20 10:18:56 +03:00
Ivan Tatarinov e3a486c87e sdk: removed old `sjasmplus.exe`, fixed a typo in `README.md` 2021-04-20 10:12:27 +03:00
Ivan Tatarinov 450659dcf3
Merge pull request #22 from zxdos/master
sync with upstream
2021-04-20 10:05:03 +03:00
Ivan Tatarinov b0915e9ca7 sdk: updated `sjasmplus`, added `z88dk`, updated `README.md` 2021-04-20 09:58:30 +03:00
kounch 297968c2b2 Manual de ZXDOS+ 1.4.7
Añadido core 128 de Kyp
Añadido core extra transparente
Correcciones varias
2021-04-19 20:47:05 +02:00
Ivan Tatarinov a5fe70bf26 sdk: (fix) allowed execution of precompiled binaries in `sdk/bin/` in GNU environment on Windows platform 2021-04-18 19:13:58 +03:00
antoniovillena c418267fa1 Subo mapas de flash 2021-04-18 16:41:33 +02:00
antoniovillena ec3a5e589b Hago core especial transparente 2021-04-18 16:31:28 +02:00
antoniovillena c5ad170db1 Creo cores especiales 2021-04-18 14:35:04 +02:00
antoniovillena a31653031d Arreglo bug de grabación core >=20 2021-04-18 12:18:03 +02:00
Ivan Tatarinov a75434a143 software/iwconfig: fixed target's name in `Makefile` (`zcc` feature) 2021-04-17 23:04:20 +03:00
Ivan Tatarinov bb11a95534 modflash: improved error handling when building, small fix in `Makefile` 2021-04-17 23:01:32 +03:00
antoniovillena f166a91ace Añado bootloader_core21_35.asm 2021-04-17 21:46:56 +02:00
antoniovillena 09a3354b65 Merge branch 'master' of https://github.com/antoniovillena/zxuno 2021-04-17 20:48:53 +02:00
antoniovillena f52a76b1e6 Actualizo firmware a 0.84. Corrijo bugs acceso a parte alta de flash. Afecta a ZXDOS y ZXDOS+ 2021-04-17 20:48:29 +02:00
Ivan Tatarinov 394b0f1f0a
Merge pull request #21 from zxdos/master
sync with upstream
2021-04-15 19:39:16 +03:00
Ivan Tatarinov 0940c194d8
Merge pull request #37 from ivan-tat/master
sdk: improve `cmake` MinGW cross-compilation setup, update `README.md`
2021-04-15 19:34:39 +03:00
Ivan Tatarinov 5cf69f5b6c software: added explicit prerequisites for `ugophy` in `Makefile`, removed autogenerated `ugoph.tap` 2021-04-15 19:29:15 +03:00