mirror of
https://github.com/libretro/mgba.git
synced 2024-11-24 16:40:00 +00:00
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>
|
#include <mgba-util/crc32.h>
|
||||||
|
|
||||||
static const struct GBCartridgeOverride _overrides[] = {
|
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, 0, 0, { 0 } }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user