mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-08-06 20:56:28 +02:00
Minor changes to debugger output
This commit is contained in:
@@ -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, "\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.current_volume,
|
||||||
gb->apu.noise_channel.counter,
|
gb->apu.noise_channel.counter,
|
||||||
gb->apu.noise_channel.counter_countdown);
|
gb->apu.noise_channel.counter_countdown);
|
||||||
|
Reference in New Issue
Block a user