gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 9d03274342ee734afeb5fa1aadb569b9118d4e46 parent ed2f5698c12b8e61bf224db6284a5df54a1a3161 Author: Toxa <untoxa@mail.ru> Date: Sun, 5 Sep 2021 22:58:50 +0300 NINTENDO and SEGA definitions Diffstat:
| M | gbdk-lib/include/gb/gb.h | 2 | ++ |
| M | gbdk-lib/include/sms/sms.h | 2 | ++ |
2 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/gbdk-lib/include/gb/gb.h b/gbdk-lib/include/gb/gb.h @@ -9,6 +9,8 @@ #include <gbdk/version.h> #include <gb/hardware.h> +#define NINTENDO + /** Joypad bits. A logical OR of these is used in the wait_pad and joypad functions. For example, to see if the B button is pressed diff --git a/gbdk-lib/include/sms/sms.h b/gbdk-lib/include/sms/sms.h @@ -9,6 +9,8 @@ #include <gbdk/version.h> #include <sms/hardware.h> +#define SEGA + #define VBK_REG VDP_ATTR_SHIFT /** Joypad bits.
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.