SameBoy/Core
Lior Halphon 1c2af7fa5b Fixed the default debugger input to strip new lines, fixing the debugger in SDL 2016-04-06 22:57:37 +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 Improved debugger command style and usability, made code more flexible 2016-04-06 01:43:35 +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 Fixed the default debugger input to strip new lines, fixing the debugger in SDL 2016-04-06 22:57:37 +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