git.y1.nz

SameBoy

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

commit 8676a7c7bcdf4d418b07b49e466e7d0fb63889fc
parent f810a2cd60344c818f2e9074dfbb5ced9e6cc38b
Author: Lior Halphon <LIJI32@gmail.com>
Date:   Sat, 22 Jan 2022 16:36:22 +0200

Typo

Diffstat:
MCore/debugger.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Core/debugger.c b/Core/debugger.c @@ -1668,7 +1668,7 @@ static bool dma(GB_gameboy_t *gb, char *arguments, char *modifiers, const debugg return true; } - GB_log(gb, "Next DMA write: [$FF%02X] = [$%04X]\n", gb->dma_current_dest, gb->dma_current_src); + GB_log(gb, "Next DMA write: [$FE%02X] = [$%04X]\n", gb->dma_current_dest, gb->dma_current_src); return true; }

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