Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-29 | Attempt to wrap CPC TAP in CDT. | Ian C | |
2016-12-22 | First stab at CPC TAPE file. | Ian C | |
2016-12-16 | Added CPC example skeleton. | Ian C | |
2016-12-16 | Added initial files for CPC output. | Ian C | |
2016-09-27 | Updated Spectrum example. | Ian C | |
2016-09-14 | Merge branch 'master' of https://github.com/noddybox/casm | Ian C | |
2016-09-14 | Added option for BASIC loader to Spectrum TAP file. | Ian C | |
2016-07-07 | Tweaked NES example tiles. | Ian C | |
2016-06-06 | Fixed palette in NES example. | Ian C | |
2016-06-06 | Merge branch 'master' of https://github.com/noddybox/casm | Ian C | |
2016-06-06 | Tweaks to NES example to trial NES CHR editor. | Ian C | |
2016-05-26 | Added extra NES ROM options. | Ian C | |
2016-05-25 | Improved NES example (Hello World) | Ian C | |
2016-05-20 | Fixed error in NES header (missing zero byte) | Ian C | |
2016-05-20 | First pass at NES ROM support. | Ian C | |
2016-05-04 | First pass at SNES ROM output. | Ian C | |
Still to do: * ROM type * ROM checksums | |||
2016-04-19 | Fixes Gameboy output | Ian C | |
* Fixes Gameboy output * Documentation changes for Gameboy * Gameboy example now works | |||
2016-04-19 | Fixs to GB 16-bit register load op and others | Ian C | |
2016-04-18 | Update Gameboy test (still not working) | Ian C | |
2016-04-18 | Fixed problem with zero page detection. | Ian C | |
Zero page detection wasn't aggressive enough; by only doing the test on the last past, labels weren't being updated till the final pass. | |||
2016-04-17 | Various fixes | Ian C | |
* Added VCS example, which highlighted some bug in the zero page detection. * 6502 fixes for the above. Still a problem with code generation. * Updates to Gameboy code (example still not working in emulator). * Fixed listing not being generated when enabled. | |||
2016-04-15 | Started on Gameboy support. | Ian C | |
2016-04-06 | Added ZX81 output driver | Ian C | |
2016-03-22 | Fixes to T64 output. | Ian C | |
2016-03-21 | Added initial version of T64 output driver. | Ian C | |
2016-03-20 | Move output drivers to separate files in preperation for additional drivers. | Ian C | |