Skip to content

Commit

Permalink
[META] prepare for R47 (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur authored Mar 30, 2024
1 parent 398d025 commit 5427d47
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

## Releases

### Unreleased changes
### Release 47 ("Roswell")

This is a major release with numerous bugfixes, as well as introducing 65C816 support.

Expand Down Expand Up @@ -36,6 +36,7 @@ This is a major release with numerous bugfixes, as well as introducing 65C816 su
* VERA: DC_HSCALE and DC_VSCALE values > 0x80 now render as they do on hardware.
* SMC 47.0.0 fast PS/2 read support
* Now with native build for Apple Silicon (built on the GitHub MacOS ARM runner)
* More changes in the [ROM](https://github.com/X16Community/x16-rom/tree/r47#release-47-roswell).


### Release 46 ("Winnipeg")
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

#define VER "47"
#define VER_NAME "Roswell"
#define VER_INFO "### Prerelease 47 (\"Roswell\")"
#define VER_INFO "### Release 47 (\"Roswell\")"
2 changes: 1 addition & 1 deletion src/video.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#define VERA_VERSION_MAJOR 47
#define VERA_VERSION_MINOR 0
#define VERA_VERSION_PATCH 0
#define VERA_VERSION_PATCH 2

#define ADDR_VRAM_START 0x00000
#define ADDR_VRAM_END 0x20000
Expand Down

0 comments on commit 5427d47

Please sign in to comment.