gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit c8baae41be1a8f639649e587732509be7dcd564d parent b9432909b737c6e87948a12e45dc6b778f3a0323 Author: Toxa <untoxa@mail.ru> Date: Fri, 3 Sep 2021 15:11:08 +0300 fix SMS screen height in tiles constant Diffstat:
| M | gbdk-lib/include/sms/hardware.h | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gbdk-lib/include/sms/hardware.h b/gbdk-lib/include/sms/hardware.h @@ -180,7 +180,7 @@ extern volatile UBYTE VDP_ATTR_SHIFT; #define DEVICE_SCREEN_X_OFFSET 0 #define DEVICE_SCREEN_Y_OFFSET 0 #define DEVICE_SCREEN_WIDTH 32 -#define DEVICE_SCREEN_HEIGHT 28 +#define DEVICE_SCREEN_HEIGHT 24 #define DEVICE_SCREEN_BUFFER_WIDTH 32 #define DEVICE_SCREEN_BUFFER_HEIGHT 28 #define DEVICE_SCREEN_MAP_ENTRY_SIZE 2
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.