git.y1.nz

SameBoy

Accurate GB/GBC emulator
download: https://git.y1.nz/archives/sameboy.tar.gz
README | Files | Log | Refs | LICENSE

commit dbd33684e866ce58db589a794b9f6ce20b76cfc5
parent 4db047c7d1d07c016e61f3393e51819cb439b959
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun, 24 Jul 2022 14:34:32 +0300

Missed some switches

Diffstat:
MCore/apu.c1+
MCore/gb.c1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Core/apu.c b/Core/apu.c @@ -988,6 +988,7 @@ static inline uint16_t effective_channel4_counter(GB_gameboy_t *gb) } break; case GB_MODEL_AGB_A: + case GB_MODEL_GBP_A: /* TODO: AGBs are not affected, but AGSes are. They don't seem to follow a simple pattern like the other revisions. */ /* For the most part, AGS seems to do: diff --git a/Core/gb.c b/Core/gb.c @@ -1526,6 +1526,7 @@ static void reset_ram(GB_gameboy_t *gb) case GB_MODEL_CGB_D: case GB_MODEL_CGB_E: case GB_MODEL_AGB_A: + case GB_MODEL_GBP_A: /* Initialized by CGB-A and newer, 0s in CGB-0 */ break; case GB_MODEL_MGB: {

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.