added scorch

This commit is contained in:
Jakub Husak
2024-03-12 00:22:00 +01:00
parent 9481aab1bb
commit 3bce9f7dbc
4 changed files with 10 additions and 0 deletions
Binary file not shown.
@@ -0,0 +1,7 @@
.define TITLE dta c'Scorch'
.define CARTSIZE dta c'1024'
.define BANKS 128
.define TWOCHIPS
.macro BANKS_FILE
ins "scorch_XLXE.bin",+:1*8192,8192
.endm
+3
View File
@@ -0,0 +1,3 @@
Source repository:
https://github.com/pkali/scorch_src
current bin is from version https://github.com/pkali/scorch_src/commit/a30705910794c3c99ea1d7b7a8fe24840969a1cb
Binary file not shown.