GB: Add override for Pokemon Gold demo (fixes #1097)

This commit is contained in:
Vicki Pfau 2018-05-31 09:19:43 -07:00
parent 27ea14ea94
commit 0b23d219f3
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@
#include <mgba-util/crc32.h>
static const struct GBCartridgeOverride _overrides[] = {
// None yet
// Pokemon Gold Spaceworld 1997 demo
{ 0x232a067d, GB_MODEL_AUTODETECT, GB_MBC3_RTC, { 0 } },
{ 0, 0, 0, { 0 } }
};