SameBoy/Core
Lior Halphon 3e135a7c00 More accurate emulation of the DMG-emulation-mode registers. 2016-04-05 23:21:51 +03:00
..
apu.c Initial public commit 2016-04-01 21:27:01 +03:00
apu.h Initial public commit 2016-04-01 21:27:01 +03:00
debugger.c Debugger's next command can now exit a function 2016-04-02 19:06:43 +03:00
debugger.h Initial public commit 2016-04-01 21:27:01 +03:00
display.c Correct OAM interrupt behavior 2016-04-02 16:29:27 +03:00
display.h Initial public commit 2016-04-01 21:27:01 +03:00
gb.c Moved the call to display_run to advance_cycle. 2016-04-02 19:15:07 +03:00
gb.h More accurate emulation of the DMG-emulation-mode registers. 2016-04-05 23:21:51 +03:00
joypad.c Initial public commit 2016-04-01 21:27:01 +03:00
joypad.h Initial public commit 2016-04-01 21:27:01 +03:00
memory.c More accurate emulation of the DMG-emulation-mode registers. 2016-04-05 23:21:51 +03:00
memory.h Initial public commit 2016-04-01 21:27:01 +03:00
timing.c Moved the call to display_run to advance_cycle. 2016-04-02 19:15:07 +03:00
timing.h Initial public commit 2016-04-01 21:27:01 +03:00
z80_cpu.c Initial public commit 2016-04-01 21:27:01 +03:00
z80_cpu.h Initial public commit 2016-04-01 21:27:01 +03:00
z80_disassembler.c Initial public commit 2016-04-01 21:27:01 +03:00