gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 0bfcb68109d72b8a68e5fff61d903caad2f81570 parent 02046e14c91246d6cd993797984eec17068a49f9 Author: Toxa <untoxa@mail.ru> Date: Thu, 15 Feb 2024 18:20:50 +0300 fix emu_debug.h macros Diffstat:
| M | gbdk-lib/include/gbdk/emu_debug.h | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/include/gbdk/emu_debug.h b/gbdk-lib/include/gbdk/emu_debug.h @@ -49,7 +49,7 @@ #define EMU_MESSAGE1(name, message_text) \ __asm \ -.MACRO name msg_t, ?llbl\ +.MACRO name msg_t, ?llbl \ ld d, d \ jr llbl \ .dw 0x6464 \ @@ -63,7 +63,7 @@ __endasm #define EMU_MESSAGE_SUFFIX(message_text, message_suffix) EMU_MESSAGE3(EMU_MACRONAME(__LINE__), message_text, message_suffix) #define EMU_MESSAGE3(name, message_text, message_suffix) \ __asm \ -.MACRO name msg_t, msg_s, ?llbl\ +.MACRO name msg_t, msg_s, ?llbl \ ld d, d \ jr llbl \ .dw 0x6464 \
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.