updated scorch

This commit is contained in:
Jakub Husak
2024-03-15 09:11:14 +01:00
parent 3bce9f7dbc
commit 2d228afb61
6 changed files with 10 additions and 0 deletions
Binary file not shown.
Binary file not shown.
@@ -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
@@ -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
Binary file not shown.