Commit Graph

71 Commits

Author SHA1 Message Date
antoniovillena 123d92590c rtc 2022-10-26 07:09:47 +02:00
antoniovillena b2c2bcd55d finalizo mc 2022-09-19 22:29:03 +02:00
antoniovillena 285beea478 add mc 2022-09-19 20:18:25 +02:00
antoniovillena a8165d9556 Añado sjasmplus 2022-05-29 13:49:13 +02:00
Ivan Tatarinov f609ab195a sdk/include: added `filezxm.def` definitions for ZXM file format 2021-06-13 13:58:06 +03:00
Ivan Tatarinov ad5bfa7a4f sdk/include/regs.mac: small improvements 2021-06-13 13:53:28 +03:00
Ivan Tatarinov 9eb8173ad9 software/playrmov: added `Makefile` 2021-06-12 19:57:27 +03:00
Ivan Tatarinov 52b6f24794 sdk/include: added `regs.mac` macros to operate on CPU registers 2021-06-12 19:26:05 +03:00
Ivan Tatarinov 6d19576ef0 software/keymap: added `Makefile` 2021-06-11 20:40:58 +03:00
Ivan Tatarinov 040669db80 sdk, software: moved `.downloads` sub-directories into the single one at the root of the project 2021-06-11 14:00:49 +03:00
Ivan Tatarinov 751546b43b sdk/src/sdcc.inc.mk: finally fixed `prefix` parameter 2021-06-09 21:58:47 +03:00
Ivan Tatarinov be1043ac31 software/joyconf: added `Makefile`
sdk/src/sdcc.inc.mk: fixed `prefix` parameter for proper SDCC installation
various small improvements
2021-06-09 21:31:49 +03:00
Ivan Tatarinov 37c0f00037 sdk/src/sdcc.inc.mk: fixed installing file permissions 2021-06-09 14:21:57 +03:00
Ivan Tatarinov a02697420d sdk/common.mk: fixed `ZCCCFG` varible assignment 2021-06-09 14:02:23 +03:00
Ivan Tatarinov 8f0f618591 sdk/src/sdcc.inc.mk: replaced `awk` with `sed` 2021-06-09 14:00:33 +03:00
Ivan Tatarinov cc7d8fe227 sdk: added SDCC version 4.1.0 2021-06-09 13:27:30 +03:00
Ivan Tatarinov c6e79da2c7 sdk: added `extract.sh` script 2021-06-07 17:02:11 +03:00
Ivan Tatarinov 4b215ee998 sdk/src/Makefile: divided into smaller individual files 2021-06-05 22:46:41 +03:00
Ivan Tatarinov d8e514db6c sdk: moved downloaded files to `.downloads` directory 2021-06-05 21:06:25 +03:00
Ivan Tatarinov 69392a6013 utils: added `dmaplayw` utility 2021-06-05 11:41:40 +03:00
Ivan Tatarinov d1a73fc466 sdk/README.md: fixed table structure 2021-05-25 21:04:33 +03:00
Ivan Tatarinov 54d7dc49ed sdk/windows-x86/bin: added `sjasmplus.exe` to `.gitignore` 2021-05-25 19:55:33 +03:00
Ivan Tatarinov dd2942eb9b sdk: moved compiled binaries for Windows x86 host into `windows-x86` directory 2021-05-25 19:46:26 +03:00
Ivan Tatarinov 4eb3221861 sdk/include: added `dzx7b.mac` macros for ZX7 backwards decompressor 2021-05-25 14:04:42 +03:00
Ivan Tatarinov edebe94cbb sdk: added `dzx7b` utility 2021-05-25 14:02:19 +03:00
Ivan Tatarinov e63b76009a utils: added `zxunocfg` utility 2021-05-23 15:33:49 +03:00
Ivan Tatarinov a7525a98da sdk/include: moved `wreg` macro from `zxuno.def` to `rst28.mac` 2021-05-17 14:51:34 +03:00
Ivan Tatarinov 7994def759 sdk/include: moved `Print.inc`, `rdflsh.inc`, `rst28.inc`, `wrflsh.inc` from `utils` 2021-05-17 10:54:54 +03:00
Ivan Tatarinov dbdfa0d23f sdk/LICENSES: added `Unlicense` license text 2021-05-17 09:45:23 +03:00
Ivan Tatarinov 76693de85a sdk: added `ay.def`, `filestc.def`, `playstc.inc` 2021-05-15 13:10:57 +03:00
Ivan Tatarinov ddca0ab4d3 sdk: (fix) allowed execution of `lib/liblodepng.dll` for Windows 2021-05-05 23:50:28 +03:00
Ivan Tatarinov a16b6046bd sdk: added alternative `sjasmplus` compiler by aprisobal
* sdk: `sjasmplus` compiler by aprisobal is default now
2021-05-05 22:36:05 +03:00
Ivan Tatarinov f3a1881d65 sdk: added `GenTape` tool 2021-05-03 13:32:54 +03:00
Ivan Tatarinov 9366f19d7d sdk: added `Png2Rcs` tool 2021-05-03 12:49:31 +03:00
Ivan Tatarinov b9c31be6a0 sdk: added/fixed legal stuff 2021-05-02 22:59:40 +03:00
Ivan Tatarinov 92319afd49 sdk: added LodePNG library 2021-05-02 22:53:54 +03:00
Ivan Tatarinov a33a61fca9 sdk: renamed `setvars.sh` and `setvars.bat` into `setenv.sh` and `setenv.bat`
* common.mk, setenv.sh, setenv.bat: renamed `ZXUNOSDK` variable to more general `ZXSDK` as there're no special cases to use specific one for ZX-Uno project
2021-04-28 15:02:00 +03:00
Ivan Tatarinov 6e2f2a1c53 sdk: followed GNU standards in all Makefiles 2021-04-27 23:34:18 +03:00
Ivan Tatarinov cbacdd5d66 sdk: followed GNU standards in `src/sjasmplus.mk` 2021-04-27 18:09:02 +03:00
Ivan Tatarinov 73794aaf2e sdk: updated `src/tools/Makefile` and `src/zx7b/Makefile`
+ added `INSTALL` and `INSTALL_PROGRAM` variables
2021-04-26 20:28:06 +03:00
Ivan Tatarinov 5b4d96a16f sdk: followed GNU standards in `src/zx7b/Makefile` 2021-04-26 13:00:02 +03:00
Ivan Tatarinov d1bea27d1b sdk: followed GNU standards in `src/tools/Makefile` 2021-04-26 11:46:39 +03:00
Ivan Tatarinov 4fd5c71d4e sdk: added missing `rcs.c` 2021-04-25 19:14:49 +03:00
Ivan Tatarinov 720583ade5 sdk: added `rcs` tool 2021-04-25 18:08:41 +03:00
Ivan Tatarinov 94b6f966ab sdk: update build process for `Bit2Bin` tool 2021-04-25 14:14:08 +03:00
Ivan Tatarinov 4ff18c37f4 sdk: added `Bit2Bin` tool 2021-04-25 14:12:04 +03:00
Ivan Tatarinov 317d5fb339 sdk: updated `README.md` (added `include` sub-dir) 2021-04-25 11:42:02 +03:00
Ivan Tatarinov e9fcc99ea4 utils: moved `esxdos.def` and `zxuno.def` into `sdk/include` 2021-04-25 11:27:06 +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