From 10e8df8e8236cef4577bdcd0c90f0b685e385a7e Mon Sep 17 00:00:00 2001 From: Lokathor Date: Tue, 27 Sep 2022 18:07:17 -0600 Subject: [PATCH] comments --- src/mmio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mmio.rs b/src/mmio.rs index 617100a..04fdd36 100644 --- a/src/mmio.rs +++ b/src/mmio.rs @@ -198,7 +198,7 @@ def_mmio!(0x0400_0202 = IF: VolAddress; "Interrupts Flagged def_mmio!(0x0400_0204 = WAITCNT: VolAddress; "Wait state control for interfacing with the ROM (can make reading the ROM give garbage when it's mis-configured)"); def_mmio!(0x0400_0208 = IME: VolAddress; "Interrupt Master Enable: Allows turning on/off all interrupts with a single access."); -// mGBA Debugging Console +// mGBA Logging def_mmio!(0x04FF_F600 = MGBA_LOG_BUFFER: VolBlock; "The buffer to put logging messages into.\n\nThe first 0 in the buffer is the end of each message."); def_mmio!(0x04FF_F700 = MGBA_LOG_SEND: VolAddress; "Write to this each time you want to reset a message (it also resets the buffer).");