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).");