Skip to content

Commit

Permalink
v4.19
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 1, 2023
1 parent e1eb296 commit 1ac60b0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
BeebEm Change History
=====================

Unreleased changes (Chris Needham, Mike Wyatt, Steve Inglis, Alistair Cree)
Version 4.19 (Chris Needham, Mike Wyatt, Steve Inglis, Alistair Cree)
------------
* Fixed NMOS 6502 instructions 6B (ARR imm) and EB (SBC imm).
* Fixed timings for instructions 83 (SAX (zp,X)), 8F (SAX abs),
Expand Down Expand Up @@ -38,6 +38,7 @@ Unreleased changes (Chris Needham, Mike Wyatt, Steve Inglis, Alistair Cree)
* Improved the Disc Export dialog, which now detects and avoids using file
names that are not valid on the host filesystem. The dialog box allows you
to double-click an entry to rename files.
* The BeebEm window on Windows 11 is now drawn with rounded corners disabled.

Version 4.18 (Chris Needham, Alistair Cree, Greg Cook)
------------
Expand Down
8 changes: 4 additions & 4 deletions Src/InnoSetup/BeebEmSetup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@

[Setup]
AppName=BeebEm
AppVerName=BeebEm V4.18
AppVerName=BeebEm V4.19
AppPublisher=Mike Wyatt
AppPublisherURL=http://www.mkw.me.uk/beebem/index.html
AppSupportURL=http://www.mkw.me.uk/beebem/index.html
AppUpdatesURL=http://www.mkw.me.uk/beebem/index.html
DefaultDirName={pf}\BeebEm
DefaultGroupName=BeebEm
OutputDir=Release
OutputBaseFilename=BeebEm418
OutputBaseFilename=BeebEm419
Compression=lzma
SolidCompression=yes
VersionInfoVersion=4.18.0.0
VersionInfoVersion=4.19.0.0

[Registry]
Root: HKLM; Subkey: SOFTWARE\BeebEm; ValueName: Version; ValueData: 4.18; ValueType: string; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\BeebEm; ValueName: Version; ValueData: 4.19; ValueType: string; Flags: uninsdeletekey
Root: HKLM; Subkey: SOFTWARE\BeebEm; ValueName: InstallPath; ValueData: {app}; ValueType: string; Flags: uninsdeletekey
Root: HKCU; Subkey: SOFTWARE\BeebEm; Flags: uninsdeletekey

Expand Down
6 changes: 3 additions & 3 deletions Src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Boston, MA 02110-1301, USA.

// BeebEm version
#define VERSION_MAJOR 4
#define VERSION_MINOR 17
#define VERSION_STRING "4.18"
#define VERSION_DATE "13 Jun 2022"
#define VERSION_MINOR 19
#define VERSION_STRING "4.19"
#define VERSION_DATE "1 May 2023"

0 comments on commit 1ac60b0

Please sign in to comment.