updated scorch to 1.50

This commit is contained in:
Jakub Husak
2024-03-17 16:18:10 +01:00
parent 2d228afb61
commit 28df695a9d
9 changed files with 12 additions and 8 deletions
@@ -3,5 +3,5 @@
.define BANKS 128
.define TWOCHIPS
.macro BANKS_FILE
ins "scorch_XLXE.bin",+:1*8192,8192
ins "../OneChip256k_scorch/scorch_XLXE.bin",+:1*8192,8192
.endm
+3 -1
View File
@@ -1,3 +1,5 @@
Source repository:
https://github.com/pkali/scorch_src
current bin is from version https://github.com/pkali/scorch_src/commit/a30705910794c3c99ea1d7b7a8fe24840969a1cb
current bin is from version 1.50, https://github.com/pkali/scorch_src
This is mainly for use with old AtariMax cartridges, booting from the last-127th bank.
@@ -1,6 +1,6 @@
.define TITLE dta c'Scorch'
.define CARTSIZE dta c'512'
.define BANKS 64
.define CARTSIZE dta c'256'
.define BANKS 24
.macro BANKS_FILE
ins "scorch_XLXE.bin",+:1*8192,8192
.endm
@@ -0,0 +1,6 @@
Source repository, develop branch:
https://github.com/pkali/scorch_src
current bin is from version 1.50, https://github.com/pkali/scorch_src
This is for use with 1MB AtariMax cartridge (booting from either 0 or 127 bank) as well as jataricart 256/1024.
@@ -1,4 +0,0 @@
Source repository, develop branch:
https://github.com/pkali/scorch_src
current bin is from version https://github.com/pkali/scorch_src/commit/a30705910794c3c99ea1d7b7a8fe24840969a1cb
Binary file not shown.