diff --git a/various_flashers/1MBscorch/1MBscorchflasher.xex b/various_flashers/1MBscorch/1MBscorchflasher.xex index 62e11b9..4c6498e 100644 Binary files a/various_flashers/1MBscorch/1MBscorchflasher.xex and b/various_flashers/1MBscorch/1MBscorchflasher.xex differ diff --git a/various_flashers/1MBscorch/scorch_XLXE.bin b/various_flashers/1MBscorch/scorch_XLXE.bin index 6c31bfc..86eb6a3 100644 Binary files a/various_flashers/1MBscorch/scorch_XLXE.bin and b/various_flashers/1MBscorch/scorch_XLXE.bin differ diff --git a/various_flashers/OneChip512k_scorch/OneChip512k_scorchflasher.xex b/various_flashers/OneChip512k_scorch/OneChip512k_scorchflasher.xex new file mode 100644 index 0000000..359bc4d Binary files /dev/null and b/various_flashers/OneChip512k_scorch/OneChip512k_scorchflasher.xex differ diff --git a/various_flashers/OneChip512k_scorch/macroflashname.asx b/various_flashers/OneChip512k_scorch/macroflashname.asx new file mode 100644 index 0000000..4604cdf --- /dev/null +++ b/various_flashers/OneChip512k_scorch/macroflashname.asx @@ -0,0 +1,6 @@ +.define TITLE dta c'Scorch' +.define CARTSIZE dta c'512' +.define BANKS 64 +.macro BANKS_FILE + ins "scorch_XLXE.bin",+:1*8192,8192 +.endm diff --git a/various_flashers/OneChip512k_scorch/readme b/various_flashers/OneChip512k_scorch/readme new file mode 100644 index 0000000..7c240d4 --- /dev/null +++ b/various_flashers/OneChip512k_scorch/readme @@ -0,0 +1,4 @@ +Source repository, develop branch: + +https://github.com/pkali/scorch_src +current bin is from version https://github.com/pkali/scorch_src/commit/a30705910794c3c99ea1d7b7a8fe24840969a1cb diff --git a/various_flashers/OneChip512k_scorch/scorch_XLXE.bin b/various_flashers/OneChip512k_scorch/scorch_XLXE.bin new file mode 100644 index 0000000..3a73154 Binary files /dev/null and b/various_flashers/OneChip512k_scorch/scorch_XLXE.bin differ