mirror of
https://github.com/Pecusx/jataricart.git
synced 2026-05-20 22:33:22 +02:00
updated scorch to 1.50
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Binary file not shown.
+2
-2
@@ -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.
|
||||
Binary file not shown.
@@ -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.
Reference in New Issue
Block a user