aboutsummaryrefslogtreecommitdiff
path: root/src/gbcpu.c
AgeCommit message (Collapse)Author
2016-05-08Changes for V1.2:V1.2Ian C
* Finished library support. * Finished SNES support * Fixed bad email in copyleft headers.
2016-04-19Fixs to GB 16-bit register load op and othersIan C
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