From 2c7a241740ed7dfde8e45d8d788dfb42e9c1f855 Mon Sep 17 00:00:00 2001 From: sanni Date: Fri, 9 Aug 2024 15:48:11 +0200 Subject: [PATCH] Updated Reflashing SNES SFC Repros (markdown) --- Reflashing-SNES-SFC-Repros.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Reflashing-SNES-SFC-Repros.md b/Reflashing-SNES-SFC-Repros.md index e5816cb..d7906df 100644 --- a/Reflashing-SNES-SFC-Repros.md +++ b/Reflashing-SNES-SFC-Repros.md @@ -15,11 +15,8 @@ The CFI options only works on newer flashroms that support the common flash inte - CFI LoROM - 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. - -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)" +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. 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.