Fix an oopsie

This commit is contained in:
Lior Halphon 2021-10-10 20:05:57 +03:00
parent 4ce643d5eb
commit 40fc477b56
1 changed files with 0 additions and 1 deletions

View File

@ -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)