From 4a0e7eb630d997dbf8e852c3ba84532b0420f4a2 Mon Sep 17 00:00:00 2001 From: 4am Date: Thu, 19 May 2022 16:55:03 -0400 Subject: [PATCH] v5.0-alpha.1 release --- res/CREDITS | 2 +- src/4cade.init.a | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/res/CREDITS b/res/CREDITS index 06f5f6263..1d355551f 100644 --- a/res/CREDITS +++ b/res/CREDITS @@ -3,7 +3,7 @@ ~ - revision 05 / serial number 20210219 + revision 05 / serial number 20220519 ~ diff --git a/src/4cade.init.a b/src/4cade.init.a index 6329a575c..66d32b5dc 100644 --- a/src/4cade.init.a +++ b/src/4cade.init.a @@ -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