SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 07e76a4ecf14e2968eae52005634b464375397f6 parent 1b3f52e8c08afd9d52cae7212fa757c8ca8a8e94 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 9 Jan 2021 23:28:30 +0200 Oh boy, looks like my CGB-B is unique Diffstat:
| M | Core/apu.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Core/apu.c b/Core/apu.c @@ -735,7 +735,7 @@ static inline uint16_t effective_channel4_counter(GB_gameboy_t *gb) effective_counter |= 0x4; } if (effective_counter & 0x800) { - effective_counter |= 0x408; + effective_counter |= 0x408; // TODO: Only my CGB-B does that! Others behave like C! } if (effective_counter & 0x1000) { effective_counter |= 0x10;
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.