aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Update build system to allow switching roms without make cleanHEADmainBad Diode2023-09-081-6/+9
* Fix k mode instructionsBad Diode2023-08-301-11/+9
* Test and fix DEO with (DEI/DEO2 et al still incorrect)Bad Diode2023-08-291-1/+1
* Add swp, rot, dup, ovr instructionsBad Diode2023-08-281-1/+1
* Add datetime device (always starts at 0)Bad Diode2022-03-151-1/+1
* Change release optimization mode to -O3Bad Diode2021-05-291-1/+1
* Fix warnings and compilation issues on macOSBad Diode2021-05-231-4/+7
* Add some configuration parameters for compilationBad Diode2021-05-231-0/+2
* Move roms to separate directoryBad Diode2021-05-231-3/+2
* Small makefile cleanupBad Diode2021-05-231-22/+24
* Try fixing compilation issues on macOSBad Diode2021-05-231-3/+3
* Update makefile to try to fix a build issue on macOSBad Diode2021-05-221-4/+2
* Include bin2carr on the tools directoryBad Diode2021-05-221-2/+5
* Change dirty_tiles to use a u32[20] instead of u8[20][30]Bad Diode2021-05-201-1/+1
* Update build system to build the boot data on the flyBad Diode2021-05-201-1/+10
* Proof of concept of UXN on the GBABad Diode2021-05-181-0/+74