diff --git a/various_flashers/512kBscorch/macroflashname.asx b/various_flashers/256kBscorch/macroflashname.asx similarity index 67% rename from various_flashers/512kBscorch/macroflashname.asx rename to various_flashers/256kBscorch/macroflashname.asx index 8f77441..1ec7101 100644 --- a/various_flashers/512kBscorch/macroflashname.asx +++ b/various_flashers/256kBscorch/macroflashname.asx @@ -1,6 +1,6 @@ .define TITLE dta c'Scorch v1.52' -.define CARTSIZE dta c'512' -.define BANKS 64 +.define CARTSIZE dta c'256' +.define BANKS 32 .macro BANKS_FILE ins "scorch_XLXE.bin",+:1*8192,8192 .endm diff --git a/various_flashers/512kBscorch/readme b/various_flashers/256kBscorch/readme similarity index 74% rename from various_flashers/512kBscorch/readme rename to various_flashers/256kBscorch/readme index 297dfb8..0d6f395 100644 --- a/various_flashers/512kBscorch/readme +++ b/various_flashers/256kBscorch/readme @@ -2,4 +2,4 @@ Source repository: https://github.com/pkali/scorch_src current bin is from version https://github.com/pkali/scorch_src/commit/a30705910794c3c99ea1d7b7a8fe24840969a1cb -mads -m:macroflashname.asx -t -l ../../lib/flashwrite.asx -o:512kBscorchflasher.xex \ No newline at end of file +mads -m:macroflashname.asx -t -l ../../lib/flashwrite.asx -o:256kBscorchflasher.xex \ No newline at end of file diff --git a/various_flashers/512kBscorch/scorch_XLXE.bin b/various_flashers/256kBscorch/scorch_XLXE.bin similarity index 99% rename from various_flashers/512kBscorch/scorch_XLXE.bin rename to various_flashers/256kBscorch/scorch_XLXE.bin index 0cb9f0d..62aad00 100644 Binary files a/various_flashers/512kBscorch/scorch_XLXE.bin and b/various_flashers/256kBscorch/scorch_XLXE.bin differ