new title screen

This commit is contained in:
4am 2022-08-27 20:42:36 -04:00
parent c9b3bdc83a
commit 8932bdae39
3 changed files with 0 additions and 4 deletions

BIN
res/COVER

Binary file not shown.

BIN
res/TITLE

Binary file not shown.

View File

@ -8,14 +8,12 @@ DrawTitle
+LDADDR TITLETOP
jsr DrawString
inc VTAB
lda #11
sta HTAB
lda OffscreenPage
ror
+LDADDR TITLE1
jsr DrawString
inc VTAB
lda #11
sta HTAB
@ -23,7 +21,6 @@ DrawTitle
ror
+LDADDR TITLE2
jsr DrawString
inc VTAB
lda #11
sta HTAB
@ -31,7 +28,6 @@ DrawTitle
ror
+LDADDR TITLEBOTTOM
jsr DrawString
inc VTAB
rts