WIP: 5200 works on atari800 emu, still fails in Altirra

This commit is contained in:
2022-09-27 08:30:49 -04:00
parent 95303380e7
commit 0968613b02
3 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -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
View File
Binary file not shown.
BIN
View File
Binary file not shown.