SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 40fc477b56e2c423f766184326127bc5c98460ed parent 4ce643d5eb2be9e122d0901898e043f934c7705a Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 10 Oct 2021 20:05:57 +0300 Fix an oopsie Diffstat:
| M | Core/sm83_cpu.c | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/Core/sm83_cpu.c b/Core/sm83_cpu.c @@ -1345,7 +1345,6 @@ static void ld_sp_hl(GB_gameboy_t *gb, uint8_t opcode) { gb->sp = gb->hl; cycle_oam_bug(gb, GB_REGISTER_HL); - cycle_no_access(gb); } static void rlc_r(GB_gameboy_t *gb, uint8_t opcode)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.