SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 8f9365251da6ad0194d3984d92c11394bc36304a parent b580e63c3712a70ec4e4c56122bbbbe54401f161 Author: Lior Halphon <LIJI32@gmail.com> Date: Sun, 10 Oct 2021 13:30:30 +0300 Timing adjustments Diffstat:
| M | Core/gb.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Core/gb.c b/Core/gb.c @@ -1199,7 +1199,7 @@ uint8_t GB_run(GB_gameboy_t *gb) { gb->vblank_just_occured = false; - if (gb->sgb && gb->sgb->intro_animation < 140) { + if (gb->sgb && gb->sgb->intro_animation < 96) { /* On the SGB, the GB is halted after finishing the boot ROM. Then, after the boot animation is almost done, it's reset. Since the SGB HLE does not perform any header validity checks,
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.