SameBoy/Core
Lior Halphon c40b86d4a4 Merge branch 'master' into rateless_apu 2016-09-21 00:23:59 +03:00
..
apu.c Volumes no longer doubles 2016-09-20 19:58:30 +03:00
apu.h Volumes no longer doubles 2016-09-20 19:58:30 +03:00
debugger.c Added a tick-counting debugger command 2016-09-16 11:58:31 +03:00
debugger.h Memory viewer now has a Goto command, different memory space modes, and allows viewing/editing specific banks 2016-08-19 14:54:54 +03:00
display.c Forgot to emulate LCDC bit 0! 2016-09-18 21:00:05 +03:00
display.h Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe. 2016-06-18 20:29:11 +03:00
gb.c APU is now being run lazily 2016-09-13 17:33:48 +03:00
gb.h Merge branch 'master' into rateless_apu 2016-09-20 20:05:03 +03:00
joypad.c Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe. 2016-06-18 20:29:11 +03:00
joypad.h Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe. 2016-06-18 20:29:11 +03:00
mbc.c Properly setting MBC RAM 2016-09-10 13:25:18 +03:00
mbc.h Support for an alternative MBC1 wiring, should solve most N-in-1 carts (Issue #3) 2016-07-09 19:25:25 +03:00
memory.c APU is now being run lazily 2016-09-13 17:33:48 +03:00
memory.h Improved DMA accuracy, mooneyegb test ROMs no longer crash miserably. (but still fail) 2016-08-03 23:31:10 +03:00
save_struct.h Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe. 2016-06-18 20:29:11 +03:00
symbol_hash.c Initial Windows support 2016-08-20 17:51:17 +03:00
symbol_hash.h Symbol support in the expression evaluator 2016-07-15 14:31:27 +03:00
timing.c Merge branch 'master' into rateless_apu 2016-09-20 20:05:03 +03:00
timing.h Accuracy improvements to timers 2016-08-06 00:24:12 +03:00
z80_cpu.c The HALT bug also happens on CGBs, regardless of DMG mode. 2016-09-20 22:59:25 +03:00
z80_cpu.h Mass name and type changes. Save states are now compatible between 32- and 64-bit systems. Maybe. 2016-06-18 20:29:11 +03:00
z80_disassembler.c Debugger can now read .sym files, and display them. (No expression support yet) 2016-07-13 23:00:50 +03:00