v5.0-alpha.1 release

This commit is contained in:
4am 2022-05-19 16:55:03 -04:00
parent aa62ea3ea7
commit 4a0e7eb630
2 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
~
revision 05 / serial number 20210219
revision 05 / serial number 20220519
~

View File

@ -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