Updated Reflashing SNES SFC Repros (markdown)

sanni 2024-08-09 15:48:11 +02:00
parent 7ee0fd4ab1
commit 2c7a241740

@ -16,10 +16,7 @@ The CFI options only works on newer flashroms that support the common flash inte
- CFI HiROM: - CFI HiROM:
After you have selected either CFI LoROM or HiROM you can select the flash config based on how many flash chips your repro has installed like 1x 2MB, 2x2MB, 1x4MB, 2x4MB, 1x8MB and similar. After you have selected either CFI LoROM or HiROM you can select the flash config based on how many flash chips your repro has installed like 1x 2MB, 2x2MB, 1x4MB, 2x4MB, 1x8MB and similar.
Flash configs over 4MB will be either written with the first 4MB starting from file 0x0 to flashrom 0x400000. And then a second block up to 4MB from file 0x400000 to flashrom 0x0.
Flash configs over 4MB can be either written:
- with the first 4MB starting from file 0x0 to flashrom 0x400000. And then a second block up to 4MB from file 0x400000 to flashrom 0x0 if you select "standard (CDAB)"
- up to 8MB starting from file 0x0 to flashrom 0x0 if you select "in-order (ABCD)"
Note: CFI has the benefit that it also works for flashroms that are not currently supported by the manual options. It erases and writes the ROM automatically but it skips the blank-check for increased speed. Note: CFI has the benefit that it also works for flashroms that are not currently supported by the manual options. It erases and writes the ROM automatically but it skips the blank-check for increased speed.