mirror of https://github.com/mgba-emu/mgba.git
GB: Add override for Pokemon Gold demo (fixes #1097)
This commit is contained in:
parent
27ea14ea94
commit
0b23d219f3
|
@ -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 } }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue