Permalink
Browse files

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

  • Loading branch information...
endrift committed May 31, 2018
1 parent 27ea14e commit 0b23d219f3ab29ddafbdb838c010ce2158a4ba51
Showing with 3 additions and 1 deletion.
  1. +3 −1 src/gb/overrides.c
View
@@ -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 } }
};

0 comments on commit 0b23d21

Please sign in to comment.