SameBoy/Core
Lior Halphon 80d03f3c91 Added ROM-bank wrapping support, making bootleg game "Pocket Monster Adventures" boot.
(Although this game is better not booting)
2016-04-09 02:18:09 +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 Added mbc/cartridge command to debugger 2016-04-09 02:00:10 +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 Added support for multiple breakpoints 2016-04-07 00:25:41 +03:00
gb.h Added support for multiple breakpoints 2016-04-07 00:25:41 +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 Added ROM-bank wrapping support, making bootleg game "Pocket Monster Adventures" boot. 2016-04-09 02:18:09 +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