GB: Fix gcc build

This commit is contained in:
Jeffrey Pfau 2016-09-17 10:57:54 -07:00
parent 0f4889d69a
commit b8f26ebee8
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ const uint32_t SGB_LR35902_FREQUENCY = 0x418B1E;
const uint32_t GB_COMPONENT_MAGIC = 0x400000;
const uint32_t DMG_2_BIOS_CHECKSUM = 0x59C8598E;
const uint32_t CGB_BIOS_CHECKSUM = 0x41884E46;
#define DMG_2_BIOS_CHECKSUM 0x59C8598E
#define CGB_BIOS_CHECKSUM 0x41884E46
mLOG_DEFINE_CATEGORY(GB, "GB");