mirror of
https://github.com/a2-4am/4sports.git
synced 2024-11-18 22:05:31 +00:00
update title page
This commit is contained in:
parent
e1474a8a08
commit
21c9523936
18
res/CREDITS
18
res/CREDITS
@ -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/attic/coverpix/PI.AUTOBAHN#062000
Normal file
BIN
res/attic/coverpix/PI.AUTOBAHN#062000
Normal file
Binary file not shown.
BIN
res/attic/coverpix/PI.CHESSMAST#062000
Normal file
BIN
res/attic/coverpix/PI.CHESSMAST#062000
Normal file
Binary file not shown.
BIN
res/attic/coverpix/PI.MICROCHESS#062000
Normal file
BIN
res/attic/coverpix/PI.MICROCHESS#062000
Normal file
Binary file not shown.
1
res/attic/coverpix/PI.POOL#062000
Normal file
1
res/attic/coverpix/PI.POOL#062000
Normal file
File diff suppressed because one or more lines are too long
BIN
res/attic/coverpix/PI.SHUFFLEBOARD#062000
Normal file
BIN
res/attic/coverpix/PI.SHUFFLEBOARD#062000
Normal file
Binary file not shown.
BIN
res/attic/coverpix/PI.STARRANK#062000
Normal file
BIN
res/attic/coverpix/PI.STARRANK#062000
Normal file
Binary file not shown.
53
res/attic/ui.title.a
Normal file
53
res/attic/ui.title.a
Normal 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
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user