Skip to content

Commit

Permalink
Release 0.7.0.8
Browse files Browse the repository at this point in the history
---------------
PR #61: clandrew - Don't let the user "add watch" on an invisible element
PR #60: clandrew - Fix problem where new breakpoints don't "take effect" until after you pause the debugger
PR #59: clandrew - Show debugger's breakpoint address instead of hardcoded FFFFFFFF
  • Loading branch information
Daniel Tremblay committed Sep 24, 2024
1 parent da5b4f4 commit ef5255b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 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.7.0.7")]
[assembly: AssemblyFileVersion("0.7.0.7")]
[assembly: AssemblyVersion("0.7.0.8")]
[assembly: AssemblyFileVersion("0.7.0.8")]
10 changes: 6 additions & 4 deletions Release Notes.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
Release 0.7.0.7
Release 0.7.0.8
---------------
Fixed typo in CPU Window - Address was mis-spelled.
Fixed Gamma Offset for F256K.
PR #61: clandrew - Don't let the user "add watch" on an invisible element
PR #60: clandrew - Fix problem where new breakpoints don't "take effect" until after you pause the debugger
PR #59: clandrew - Show debugger's breakpoint address instead of hardcoded FFFFFFFF

** 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: Implement an IEC interface to connect via USB to XUM1541 (try using the SerialPort class?).
Expand All @@ -18,6 +15,11 @@ PR #59: clandrew - Show debugger's breakpoint address instead of hardcoded FFFFF
** TODO: Saving basic files to emulated SD card often doesn't work or crashes the emulator.
** TODO: Support two joysticks and allow for multiple joystick buttons

Release 0.7.0.7
---------------
Fixed typo in CPU Window - Address was mis-spelled.
Fixed Gamma Offset for F256K.

Release 0.7.0.6
---------------
Added missing F256 kernel files: wget.bin and fm0*.bin
Expand Down

0 comments on commit ef5255b

Please sign in to comment.