mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 21:34:20 +02:00
WIP: 5200 works on atari800 emu, still fails in Altirra
This commit is contained in:
+4
-2
@@ -6,7 +6,7 @@
|
|||||||
;Miami & Warsaw 2022
|
;Miami & Warsaw 2022
|
||||||
|
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
.def TARGET = 800; 5200 ; or 800
|
.def TARGET = 800 ;5200 ; or 800
|
||||||
;---------------------------------------------------
|
;---------------------------------------------------
|
||||||
|
|
||||||
OPT r+ ; saves 12 bytes :O
|
OPT r+ ; saves 12 bytes :O
|
||||||
@@ -229,6 +229,8 @@ FirstSTART
|
|||||||
.ENDIF
|
.ENDIF
|
||||||
VMAIN VBLinterrupt,7 ;jsr SetVBL
|
VMAIN VBLinterrupt,7 ;jsr SetVBL
|
||||||
|
|
||||||
|
mva #2 chactl ; necessary for 5200
|
||||||
|
|
||||||
START
|
START
|
||||||
; Startup sequence
|
; Startup sequence
|
||||||
jsr Initialize
|
jsr Initialize
|
||||||
@@ -1753,7 +1755,7 @@ font4x4
|
|||||||
.ENDIF
|
.ENDIF
|
||||||
org ROM_SETTINGS ; 5200 ROM settings address $bfe8
|
org ROM_SETTINGS ; 5200 ROM settings address $bfe8
|
||||||
; "01234567890123456789"
|
; "01234567890123456789"
|
||||||
.byte " SCORCH 5200 v" ;20 characters title
|
.byte " scorch 5200 v" ;20 characters title
|
||||||
build ; " "
|
build ; " "
|
||||||
.byte " "
|
.byte " "
|
||||||
.byte "7A" ;2 characters year .. 1900 + $7A = 2020
|
.byte "7A" ;2 characters year .. 1900 + $7A = 2020
|
||||||
|
|||||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user