diff options
author | Alex Pensinger <aplumafreak500@gmail.com> | 2020-12-05 14:05:11 -0500 |
---|---|---|
committer | Alex Pensinger <aplumafreak500@gmail.com> | 2020-12-05 14:05:11 -0500 |
commit | 4c7a0d8180021aed29eea0743f8f6924d12e9d1c (patch) | |
tree | aecf04c47de68ff5c52f4f028f20254aedf70f7d /src | |
parent | 182736a6f263c16573630493db35b60b5cc2b1be (diff) |
German Sapphire v1.1 uses the flash chip ID 0x09c2
Diffstat (limited to 'src')
-rw-r--r-- | src/libs/agb_flash_mx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/agb_flash_mx.c b/src/libs/agb_flash_mx.c index 5e2b0bce1..87e90f486 100644 --- a/src/libs/agb_flash_mx.c +++ b/src/libs/agb_flash_mx.c @@ -26,7 +26,7 @@ const struct FlashSetupInfo MX29L010 = 0 // appears to be unused }, { 3, 1 }, // wait state setup data -#if (GERMAN && SAPPHIRE && !DEBUG) // OK, why !DEBUG? +#if (GERMAN && SAPPHIRE && REVISON == 0 && !DEBUG) // OK, why !DEBUG? { { 0xBF, 0xD4 } } // ID #else { { 0xC2, 0x09 } } // ID |