gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit ee24b4f31a85f089a8f2efc87eb77f84177521ae parent 2eceac2218ff886ceb96e3b87baf04788c1849f4 Author: Toxa <untoxa@mail.ru> Date: Wed, 28 Feb 2024 13:33:35 +0300 fix banks_nonintrinsic example by declaring SWITCH_RAM() differently for the MegaDuck Diffstat:
| M | gbdk-lib/include/gb/gb.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/include/gb/gb.h b/gbdk-lib/include/gb/gb.h @@ -568,7 +568,7 @@ __endasm; \ #if defined(__TARGET_duck) -#define SWITCH_RAM(b) +#define SWITCH_RAM(b) (0) #define ENABLE_RAM
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.