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 +LDADDR TITLETOP
jsr DrawString jsr DrawString
inc VTAB
lda #11 lda #11
sta HTAB sta HTAB
lda OffscreenPage lda OffscreenPage
ror ror
+LDADDR TITLE1 +LDADDR TITLE1
jsr DrawString jsr DrawString
inc VTAB
lda #11 lda #11
sta HTAB sta HTAB
@ -23,7 +21,6 @@ DrawTitle
ror ror
+LDADDR TITLE2 +LDADDR TITLE2
jsr DrawString jsr DrawString
inc VTAB
lda #11 lda #11
sta HTAB sta HTAB
@ -31,7 +28,6 @@ DrawTitle
ror ror
+LDADDR TITLEBOTTOM +LDADDR TITLEBOTTOM
jsr DrawString jsr DrawString
inc VTAB
rts rts