git.y1.nz

SameBoy

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

commit f8a105e8d01543b295bbd7893ef01140e61b77f1
parent 97c758ba7589be084964fcafbeb60401ca9daf9c
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sun,  6 Feb 2022 14:42:53 +0200

Stop whining GCC

Diffstat:
MCore/memory.c1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Core/memory.c b/Core/memory.c @@ -507,6 +507,7 @@ internal uint8_t GB_read_oam(GB_gameboy_t *gb, uint8_t addr) case GB_MODEL_SGB2_NO_SFC: return 0; } + unreachable(); } static uint8_t read_high_memory(GB_gameboy_t *gb, uint16_t addr)

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