aboutsummaryrefslogtreecommitdiff
path: root/src/example
AgeCommit message (Collapse)Author
2024-08-04Started adding CBM tape file support. Still the bulk of it to do, butHEADmasterIan C
framework is there.
2024-04-11Added VIC-20 + 8K PRG exampleIan C
2024-04-11Turns out you do need the BASIC stub in a PRG. Updated docs and headers.Ian C
2024-04-11Added Vic-20 PRG output. Not sure BASIC stub is needed so checkin prior toIan C
removal.
2021-11-20Added Intel HEX output handlerIan C
2021-09-21Imported V1.9V1.9Ian C
2021-09-21Imported V1.8V1.8Ian C
2021-09-21Imported V1.7V1.7Ian Cowburn
2019-02-04Modified CPC tape out. Still not working.Ian Cowburn
2017-02-13Attempts to make CPC output work.Ian C
2017-01-17Fixed compilation error in dump test.Ian Cowburn
2017-01-17Small tweak to dump tool.Ian C
2017-01-17Added 3-byte word output to cpcout and added small tool for investigating CPCIan C
CDT files.
2017-01-11Updated Spectrum example.Ian C
2017-01-05Tweaks to (still broken) CPC output.Ian C
2016-12-29Fix for example makefile.Ian C
2016-12-29Attempt to wrap CPC TAP in CDT.Ian C
2016-12-22First stab at CPC TAPE file.Ian C
2016-12-16Added CPC example skeleton.Ian C
2016-12-16Added initial files for CPC output.Ian C
2016-09-27Updated Spectrum example.Ian C
2016-09-14Merge branch 'master' of https://github.com/noddybox/casmIan C
2016-09-14Added option for BASIC loader to Spectrum TAP file.Ian C
2016-07-07Tweaked NES example tiles.Ian C
2016-06-06Fixed palette in NES example.Ian C
2016-06-06Merge branch 'master' of https://github.com/noddybox/casmIan C
2016-06-06Tweaks to NES example to trial NES CHR editor.Ian C
2016-05-26Added extra NES ROM options.Ian C
2016-05-25Improved NES example (Hello World)Ian C
2016-05-20Fixed error in NES header (missing zero byte)Ian C
2016-05-20First pass at NES ROM support.Ian C
2016-05-04First pass at SNES ROM output.Ian C
Still to do: * ROM type * ROM checksums
2016-04-19Fixes Gameboy outputIan C
* Fixes Gameboy output * Documentation changes for Gameboy * Gameboy example now works
2016-04-19Fixs to GB 16-bit register load op and othersIan C
2016-04-18Update Gameboy test (still not working)Ian C
2016-04-18Fixed 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-17Various fixesIan 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-15Started on Gameboy support.Ian C
2016-04-06Added ZX81 output driverIan C
2016-03-22Fixes to T64 output.Ian C
2016-03-21Added initial version of T64 output driver.Ian C
2016-03-20Move output drivers to separate files in preperation for additional drivers.Ian C