mirror of
https://github.com/a2-4am/4cade.git
synced 2024-09-12 22:56:02 +00:00
v5.0-alpha.1 release
This commit is contained in:
parent
aa62ea3ea7
commit
4a0e7eb630
@ -3,7 +3,7 @@
|
||||
|
||||
~
|
||||
|
||||
revision 05 / serial number 20210219
|
||||
revision 05 / serial number 20220519
|
||||
|
||||
~
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
||||
; increase text window width so we can print to the edge of the screen without scrolling
|
||||
inc $21
|
||||
; print version or build number in lower right corner
|
||||
ldx #30
|
||||
ldx #28
|
||||
ldy #23
|
||||
jsr SetCursorPosition
|
||||
+LDADDR LoadingVersion
|
||||
@ -102,7 +102,7 @@
|
||||
}
|
||||
|
||||
; set up text window so it only covers lower left corner
|
||||
lda #30
|
||||
lda #28
|
||||
sta $21
|
||||
lda #19
|
||||
sta $22
|
||||
@ -277,14 +277,14 @@ REPLAY
|
||||
!text "R E P L A Y"
|
||||
!ifndef RELEASE {
|
||||
LoadingVersion
|
||||
!byte 6
|
||||
!text "build "
|
||||
!byte 8
|
||||
!text " build "
|
||||
LoadingBuild
|
||||
!word BUILDNUMBER
|
||||
} else {
|
||||
LoadingVersion
|
||||
!byte 10
|
||||
!text " v4.0"
|
||||
!byte 12
|
||||
!text "v5.0-alpha.1"
|
||||
}
|
||||
Loading64K
|
||||
!byte 3
|
||||
|
Loading…
Reference in New Issue
Block a user