SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 770885440f5fe656d6dc04acdcfa77a4ef711a85 parent 4f408eae7cc2d390ff941a8669d0f513d61fd915 Author: Lior Halphon <LIJI32@gmail.com> Date: Sat, 12 Dec 2020 19:09:53 +0200 Minor changes to debugger output Diffstat:
| M | Core/debugger.c | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Core/debugger.c b/Core/debugger.c @@ -1821,7 +1821,7 @@ static bool apu(GB_gameboy_t *gb, char *arguments, char *modifiers, const debugg GB_log(gb, "\nCH4:\n"); - GB_log(gb, " Current volume: %u, current internal counter: 0x%x (next increase in %u ticks)\n", + GB_log(gb, " Current volume: %u, current internal counter: 0x%04x (next increase in %u ticks)\n", gb->apu.noise_channel.current_volume, gb->apu.noise_channel.counter, gb->apu.noise_channel.counter_countdown);
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.