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 ; increase text window width so we can print to the edge of the screen without scrolling
inc $21 inc $21
; print version or build number in lower right corner ; print version or build number in lower right corner
ldx #30 ldx #28
ldy #23 ldy #23
jsr SetCursorPosition jsr SetCursorPosition
+LDADDR LoadingVersion +LDADDR LoadingVersion
@ -102,7 +102,7 @@
} }
; set up text window so it only covers lower left corner ; set up text window so it only covers lower left corner
lda #30 lda #28
sta $21 sta $21
lda #19 lda #19
sta $22 sta $22
@ -277,14 +277,14 @@ REPLAY
!text "R E P L A Y" !text "R E P L A Y"
!ifndef RELEASE { !ifndef RELEASE {
LoadingVersion LoadingVersion
!byte 6 !byte 8
!text "build " !text " build "
LoadingBuild LoadingBuild
!word BUILDNUMBER !word BUILDNUMBER
} else { } else {
LoadingVersion LoadingVersion
!byte 10 !byte 12
!text " v4.0" !text "v5.0-alpha.1"
} }
Loading64K Loading64K
!byte 3 !byte 3