mirror of
https://github.com/libretro/mgba.git
synced 2024-11-27 02:00:42 +00:00
GB: Fix build
This commit is contained in:
parent
a9e6c0a659
commit
2052e2cfe4
@ -23,7 +23,8 @@ const uint32_t SGB_SM83_FREQUENCY = 0x418B1E;
|
||||
|
||||
const uint32_t GB_COMPONENT_MAGIC = 0x400000;
|
||||
|
||||
static const uint8_t _knownHeader[4] = { 0xCE, 0xED, 0x66, 0x66};
|
||||
static const uint8_t _knownHeader[4] = {0xCE, 0xED, 0x66, 0x66};
|
||||
static const uint8_t _registeredTrademark[] = {0x3C, 0x42, 0xB9, 0xA5, 0xB9, 0xA5, 0x42, 0x3C};
|
||||
|
||||
#define DMG0_BIOS_CHECKSUM 0xC2F5CC97
|
||||
#define DMG_BIOS_CHECKSUM 0x59C8598E
|
||||
|
Loading…
Reference in New Issue
Block a user