diff --git a/src/boards/coolgirl.c b/src/boards/coolgirl.c index 961082d..8f0a198 100644 --- a/src/boards/coolgirl.c +++ b/src/boards/coolgirl.c @@ -96,6 +96,7 @@ * */ +#include #include "mapinc.h" const uint32 SAVE_FLASH_SIZE = 1024 * 1024 * 8; @@ -123,7 +124,7 @@ static uint8 four_screen = 0; static uint8 lockout = 0; static uint32 prg_base = 0; /* [26:14] */ -static uint32 prg_mask = 0b11111000 << 14; /* 11111000, 128KB [20:14] */ +static uint32 prg_mask = 4063232 << 14; /* 11111000, 128KB [20:14] */ static uint8 prg_mode = 0; /* [2:0] */ static uint8 prg_bank_6000 = 0; /* [7:0] */ static uint8 prg_bank_a = 0; /* [7:0] */