log Makefile @ 466:bc9e0829ffc7

age author description
Tue, 10 Sep 2013 21:20:54 -0700 Mike Pavone Fix vgmplay
Tue, 10 Sep 2013 21:07:13 -0700 Mike Pavone Fix stateview. Update "all" target in Makefile.
Fri, 26 Jul 2013 19:55:04 -0700 Mike Pavone Added support for saving savestates. Added gst savestate format test harness
Wed, 10 Jul 2013 09:38:05 -0700 Mike Pavone Add config file parser and default config file
Sun, 30 Jun 2013 11:45:58 -0700 Mike Pavone Make VDP render in native pixel format of the renderer for a modest performance gain and to make it easier to use OpenGL for rendering
Mon, 24 Jun 2013 21:30:38 -0700 Mike Pavone Cleanup makefile and link math library
Mon, 17 Jun 2013 00:54:14 -0700 Mike Pavone Add primitive vgm player for testing
Sun, 16 Jun 2013 17:57:57 -0700 Mike Pavone Add support for logging YM2612 channels to WAVE files
Mon, 27 May 2013 09:54:58 -0700 Mike Pavone YM2612 WIP snapshot before register refactor
Thu, 23 May 2013 23:42:42 -0700 Mike Pavone Initial PSG support. Mostly works, noise channel is borked though.
Wed, 08 May 2013 14:40:48 -0700 Mike Pavone Added z80 test generator and z80 test runner.
Sun, 05 May 2013 22:56:42 -0700 Mike Pavone Add a YM2612 stub implementation with just timers and status registers so that games that depend on it can run.
Tue, 30 Apr 2013 00:39:31 -0700 Mike Pavone Initial stab at integartiong Z80 core
Sun, 28 Apr 2013 13:45:00 -0700 Mike Pavone Add header dependencies to offsets
Thu, 25 Apr 2013 21:01:11 -0700 Mike Pavone Get Z80 core working for simple programs
Sun, 21 Apr 2013 19:12:48 -0700 Mike Pavone Improve color rendering accuracy and optimize SDL renderer a bit
Sat, 26 Jan 2013 01:33:32 -0800 Mike Pavone Tweaks to make blastem compatible with m68k-tester
Sun, 20 Jan 2013 19:11:24 -0800 Mike Pavone Add initial stab at Z80 decoder and disassembler
Fri, 28 Dec 2012 21:36:22 -0800 Mike Pavone cycles should return dst
Thu, 27 Dec 2012 10:40:03 -0800 Mike Pavone Fix some bugs in emulation of CLR
Tue, 18 Dec 2012 02:16:42 -0800 Mike Pavone Get Flavio's color bar demo kind of sort of working
Sat, 08 Dec 2012 02:00:54 -0800 Mike Pavone Mostly broken VDP core and savestate viewer
Tue, 04 Dec 2012 19:13:12 -0800 Mike Pavone M68K to x86 translation works for a limited subset of instructions and addressing modes
Tue, 27 Nov 2012 22:50:09 -0800 Mike Pavone Add Makefile