Skip to content

Commit d79e9ee

Browse files
committed
Release 4 prep
Adjust displayed version in "About & Help" menu. Prepared various documentation files for the release.
1 parent 5e02236 commit d79e9ee

File tree

5 files changed

+9
-15
lines changed

5 files changed

+9
-15
lines changed

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ valuable support (in alphabetical order): adtbm, deft & lydon
1313

1414
Very special thanks to AmzokPhase101 for very patiently and with great thoroughness performing
1515
a lot of tests plus the most intense "demo marathon" series regression tests.
16-
The results of the "demo marathon" tests are documented in doc/demos.md.
16+
The results of the "demo marathon" tests are documented in tests/demos.md.
1717

1818
C64MEGA65:
1919
----------

MEGA65/vhdl/config.vhd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ type WHS_RECORD_ARRAY_TYPE is array (0 to WHS_RECORDS - 1) of WHS_RECORD_TYPE;
7676

7777
constant SCR_WELCOME : string :=
7878

79-
"\n Commodore 64 for MEGA65 [WIPv4-RC3]\n\n" &
79+
"\n Commodore 64 for MEGA65 Version 4\n\n" &
8080

8181
" MiSTer port 2022 by MJoergen & sy2002\n" &
8282
" Powered by MiSTer2MEGA65\n\n\n" &
@@ -96,7 +96,7 @@ constant SCR_WELCOME : string :=
9696

9797
constant HELP_1 : string :=
9898

99-
"\n Commodore 64 for MEGA65 [WIPv4-RC3]\n\n" &
99+
"\n Commodore 64 for MEGA65 Version 4\n\n" &
100100

101101
" MiSTer port 2022 by MJoergen & sy2002\n" &
102102
" Powered by MiSTer2MEGA65\n\n\n" &
@@ -126,7 +126,7 @@ constant HELP_1 : string :=
126126

127127
constant HELP_2 : string :=
128128

129-
"\n Commodore 64 for MEGA65 [WIPv4-RC3]\n\n" &
129+
"\n Commodore 64 for MEGA65 Version 4\n\n" &
130130

131131
" Post-processing:\n\n" &
132132

@@ -155,7 +155,7 @@ constant HELP_2 : string :=
155155

156156
constant HELP_3 : string :=
157157

158-
"\n Commodore 64 for MEGA65 [WIPv4-RC3]\n\n" &
158+
"\n Commodore 64 for MEGA65 Version 4\n\n" &
159159

160160
" Flicker-free experience on HDMI:\n\n" &
161161

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Experience the [Commodore 64](https://en.wikipedia.org/wiki/Commodore_64) with
55
great accuracy and sublime compatibility on your
66
[MEGA65](https://mega65.org/)!
77

8-
Learn more about where to [download and how to get started](#Installation).
9-
108
![Commodore64](doc/c64.jpg)
119

1210
This core is based on the

VERSIONS.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
Version 4 - MONTH, DD, YYYY
2-
===========================
3-
4-
RELEASE CURRENTLY PLANNED "BEFORE CHRISTMAS".
5-
6-
RELEASE CANDIDATE 3 RELEASED ON NOVEMBER 18, 2022
1+
Version 4 - November, 25, 2022
2+
==============================
73

84
Productivity release: Write support for the virtual C1541 and a 512 KB RAM
95
Expansion Unit (1750 REU) are the main features: Save your high-scores and

tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Before releasing a new version we strive to run all regression tests from
55
this folder. Since running through all the [demos](demos.md) takes some
66
serious effort, it might be that we are not always doing it.
77

8-
Version 4 - MONTH, DD, YYYY
9-
---------------------------
8+
Version 4 - November, 25, 2022
9+
------------------------------
1010

1111
| Status | Test | Done by | Date
1212
|:-------------------|---------------------------------------------|:-----------------------|:--------------------------

0 commit comments

Comments
 (0)