summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2013-07-10Add config file parser and default config fileMike Pavone
2013-06-30Make VDP render in native pixel format of the renderer for a modest performan...Mike Pavone
2013-06-24Cleanup makefile and link math libraryMike Pavone
2013-06-17Add primitive vgm player for testingMike Pavone
2013-06-16Add support for logging YM2612 channels to WAVE filesMike Pavone
2013-05-27YM2612 WIP snapshot before register refactorMike Pavone
2013-05-23Initial PSG support. Mostly works, noise channel is borked though.Mike Pavone
2013-05-08Added z80 test generator and z80 test runner.Mike Pavone
2013-05-05Add a YM2612 stub implementation with just timers and status registers so tha...Mike Pavone
2013-04-30Initial stab at integartiong Z80 coreMike Pavone
2013-04-28Add header dependencies to offsetsMike Pavone
2013-04-25Get Z80 core working for simple programsMike Pavone
2013-04-21Improve color rendering accuracy and optimize SDL renderer a bitMike Pavone
2013-01-26Tweaks to make blastem compatible with m68k-testerMike Pavone
2013-01-20Add initial stab at Z80 decoder and disassemblerMike Pavone
2012-12-28cycles should return dstMike Pavone
2012-12-27Fix some bugs in emulation of CLRMike Pavone
2012-12-18Get Flavio's color bar demo kind of sort of workingMike Pavone
2012-12-08Mostly broken VDP core and savestate viewerMike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and addres...Mike Pavone
2012-11-27Add MakefileMike Pavone