update title page

This commit is contained in:
4am 2021-02-19 12:23:00 -05:00
parent e1474a8a08
commit 21c9523936
11 changed files with 79 additions and 12 deletions

BIN
res/COVER

Binary file not shown.

View File

@ -1,9 +1,4 @@
T O T A L
R E P L A Y
2
Total Replay II : Instant Replay
~
@ -15,7 +10,16 @@ design & interface * * * * * * * * * 4am
ports & rwts * * * * * * * * * * *qkumba
~
archive.org/details/TotalReplay
[eof]

BIN
res/TITLE

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

53
res/attic/ui.title.a Normal file
View File

@ -0,0 +1,53 @@
DrawTitle
lda #8
sta VTAB
lda #11
sta HTAB
lda OffscreenPage
ror
+LDADDR TITLETOP
jsr DrawString
inc VTAB
lda #11
sta HTAB
lda OffscreenPage
ror
+LDADDR TITLE1
jsr DrawString
inc VTAB
lda #11
sta HTAB
lda OffscreenPage
ror
+LDADDR TITLE2
jsr DrawString
inc VTAB
lda #11
sta HTAB
lda OffscreenPage
ror
+LDADDR TITLEBOTTOM
jsr DrawString
inc VTAB
rts
TITLETOP
!byte 17
!byte 6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7
TITLE1
!byte 17
!byte 3
!text " I N S T A N T "
!byte 3
TITLE2
!byte 17
!byte 3
!text " R E P L A Y "
!byte 3
TITLEBOTTOM
!byte 17
!byte $c,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9

View File

@ -69,10 +69,17 @@
sta zpCharMask
; print text title in same place as graphical title will appear
ldy #8
- lda TOTAL,y
ldy #14
- lda II,y
ora #$80
sta $04B7,y
+FORCE_UPPERCASE_IF_REQUIRED
sta $070C,y
dey
bpl -
ldy #12
- lda INSTANT,y
ora #$80
sta $04B5,y
dey
bpl -
ldy #10
@ -267,8 +274,10 @@ FoundMockingboardCallback
ora #$B0
jmp ROM_COUT
TOTAL
!text "T O T A L"
II
!text "Total Replay II"
INSTANT
!text "I N S T A N T"
REPLAY
!text "R E P L A Y"
!ifndef RELEASE {