Skip to content

Commit

Permalink
Release 0.6.0.19
Browse files Browse the repository at this point in the history
----------------
Merged PR #46 - Block attempt to write read-only memory on F256
Merged PR #49 - Unblock F256K keyboard emulation on latest kernel
Merged PR #50 - Made scaling choices pixel perfect
  • Loading branch information
Daniel Tremblay committed Nov 7, 2023
1 parent 4237084 commit 7d80dbd
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Main/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.6.0.18")]
[assembly: AssemblyFileVersion("0.6.0.18")]
[assembly: AssemblyVersion("0.6.0.19")]
[assembly: AssemblyFileVersion("0.6.0.19")]
2 changes: 2 additions & 0 deletions Main/UI/MainWindow.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 11 additions & 3 deletions Release Notes.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
Release 0.6.0.18
Release 0.6.0.19
----------------
Merged PR #42: Allow right-clicking on the debug window to copy to clipboard.
Merged PR #43: Use dropdown for selecting the board mode instead of a button that linear searches.
Merged PR #46 - Block attempt to write read-only memory on F256
Merged PR #49 - Unblock F256K keyboard emulation on latest kernel
Merged PR #50 - Made scaling choices pixel perfect

** TODO: Update the Keyboard device for F256Jr (PS/2 ScanCode Set 2).
** TODO: Users can now modify the CPU registers when in debug mode. The registers have a white background when editable.
** TODO: Implemented the various cursor modes and rates.
** TODO: Add breaklines in debugger listing, when memory is not contiguous.
** TODO: Setup Virtual Joystick for the F256.
** TODO: Implement and IEC interface to connect via USB to XUM1541
** TODO: Fix SD Card implementation for F256.
** TODO: Fix resolution menu and GPU such that it adheres to the machines MCR and the machine type.

Release 0.6.0.18
----------------
Merged PR #42: Allow right-clicking on the debug window to copy to clipboard.
Merged PR #43: Use dropdown for selecting the board mode instead of a button that linear searches.

Release 0.6.0.17
----------------
Expand Down

0 comments on commit 7d80dbd

Please sign in to comment.