Mon, 27 May 2013 22:19:11 -0700 |
Mike Pavone |
YM2612 WIP update
|
Mon, 27 May 2013 20:56:02 -0700 |
Mike Pavone |
Fix deadlock on quit
|
Mon, 27 May 2013 20:37:55 -0700 |
Mike Pavone |
Fix sizeof expression passed to malloc in z80_init to avoid a minor memory error
|
Mon, 27 May 2013 09:54:58 -0700 |
Mike Pavone |
YM2612 WIP snapshot before register refactor
|
Fri, 24 May 2013 00:41:54 -0700 |
Mike Pavone |
Make Z80 writes to VDP/PSG not potentially crash the emulator
|
Fri, 24 May 2013 00:26:27 -0700 |
Mike Pavone |
Allow VDP/PSG writes from Z80
|
Thu, 23 May 2013 23:55:42 -0700 |
Mike Pavone |
Get rid of debug puts and limit based on audio rather than frame rate by default.
|
Thu, 23 May 2013 23:51:49 -0700 |
Mike Pavone |
Fix clipping in PSG core
|
Thu, 23 May 2013 23:42:42 -0700 |
Mike Pavone |
Initial PSG support. Mostly works, noise channel is borked though.
|
Wed, 22 May 2013 09:37:02 -0700 |
Mike Pavone |
Updated todo list
|
Tue, 21 May 2013 23:29:48 -0700 |
Mike Pavone |
Finish SRAM support for games without a SEGA mapper
|
Tue, 21 May 2013 22:08:59 -0700 |
Mike Pavone |
Support for SRAM with SEGA mapper. Half-finished support for SRAM without SEGA mapper.
|
Tue, 21 May 2013 19:26:20 -0700 |
Mike Pavone |
Refactor code gen for read/write functions
|
Tue, 21 May 2013 01:14:59 -0700 |
Mike Pavone |
Fix some minor copy pasta bugs that resulted in an unnecessary REX prefix being generated for some instructions
|
Tue, 21 May 2013 01:10:04 -0700 |
Mike Pavone |
m68k_trap is now replaced with a generated one so it can call the generated memory acccess functions. The old static memory access functions have been removed from runtime.S
|