Skip to content

Releases: simonowen/simcoupe

v1.2.13 release

14 Jan 17:46
Compare
Choose a tag to compare

Changes since the last release:

  • fixed shifted SDL key symbols not working in debugger (#90)
  • fixed truncated WAV audio recordings due to missing close+flush
  • fixed "Pause" not clearing in Win32 caption after CPU reset (#91)
  • fixed phantom inputs on later SDL joystick axes causing issues (#80)

v1.2.12 release

01 Feb 23:05
Compare
Choose a tag to compare

Changes since the last release:

  • fixed joystick rotation axis causing unwanted movement (#80)
  • fixed booting of disks inserted during startup under macOS (#82)
  • fixed rogue No Disk error when saving from Legend of Eshan
  • fixed missing error for incompatible MGT formatting attempts (#86)
  • fixed no-disk formatting behaviour (#86)
  • fixed debugger data target display for negative index offsets (#88)
  • improved handling of DI;HALT state in debugger to reduce confusion
  • improved portable version compatibility for Linux builds

v1.2.11 release

04 May 20:33
Compare
Choose a tag to compare

Changes since the last release:

  • fixed main screen contention offset.
  • improved OpenGL 3 compatibility on macOS.
  • added LPEN b0 support in screen modes 1-3.
  • added WARP driver fallback for running in Windows VMs.
  • added basic motion blur support to SDL backend.

v1.2.10 release

07 Apr 19:05
Compare
Choose a tag to compare

Changes since the last release:

  • fixed clipboard paste not working on boot screen.
  • fixed broken Windows shell path auto-complete.
  • fixed various issues affecting initial SDL window size
  • improved portability of window position/size saving.
  • improved validation of ZX82 ROM containers.
  • moved samdos2 dosboot image to external resource file.
  • added support for older SAM ROM images (#77)
  • added manual play/pause to Win32 tape browser (#77)
  • added missing tape auto-load triggers.
  • added fast boot frame limit for broken or custom ROMs.

20220413: macOS package rebuilt to restore 10.15 (Catalina) support.

v1.2.9 release

13 Mar 01:35
Compare
Choose a tag to compare

Changes since the last release:

  • fixed read port MSB in block IN instructions (#75)
  • fixed utf-8 path issues under Windows (#74)
  • added additional Win-F11 shortcut for SAM F1 (#73)
  • help now opens Manual.md instead of ReadMe.md

v1.2.8 release

06 Nov 23:24
Compare
Choose a tag to compare

Changes since the last release:

  • improved HALT implementation to better match real Z80
  • improved behaviour of multiple breakpoints at same location (#70)
  • added clipboard support for built-in GUI text inputs (#71)
  • added basic session command history to debugger

v1.2.7 release

20 Oct 16:10
Compare
Choose a tag to compare

Changes since the last release:

  • fixed ATA IDENTIFY command returning too much data (#65)
  • fixed command-line disk images not auto-booting (#69)
  • fixed Win32 installer to add file associations (#66)
  • fixed command-line disks not getting added to MRU list.
  • changed Win32 installer to install x64 version if appropriate.
  • corrected documentation, which suggested default base was decimal (#67)

If you use the Win32 installer it's recommended that you uninstall the old version before installing the update. Most users will be moved to the 64-bit version that lives under Program Files rather than Program Files (x86). Start menu icons are now in a SimCoupe folder, with the old shortcuts still referencing an outdated version.

v1.2.6 release

10 Sep 21:52
Compare
Choose a tag to compare

Changes since the last release:

  • fixed read-only disk error with Pro-Dos v2 (#64)
  • fixed failure to recognise inserted tape images.
  • fixed missing icon end marker that risked crash under Win32.
  • changed Comet symbol export to always scrape from memory (#63)
  • changed symbol export to save use local line endings (#63)
  • changed to use MSVC runtime DLLs instead of static linking.

v1.2.5 release

26 Aug 22:15
Compare
Choose a tag to compare

Changes since the last release:

  • fixed CRLF issue reading old Linux/macOS configuration files (#62)
  • fixed first reset after DI;HALT failing due to incomplete CPU reset.
  • fixed file selector showing /home instead of full $HOME
  • fixed RETI to restore iff1 from iff2 (undocumented).
  • restored support for CMOS Z80 behaviour [out (c),0/255].
  • restored register init for hard/soft reset.
  • added support for in-memory Comet symbols. (#63)
  • added support for exporting debug symbols to .map (#63)
  • improved auto-type to ensure turbo mode is turned off.

v1.2.4 release

22 Aug 22:01
Compare
Choose a tag to compare
v1.2.4 release Pre-release
Pre-release

Changes since the last dev release:

  • fixed build optimisation on non-Windows versions.
  • fixed truncated trace address labels (#63).
  • added support for extracting Comet symbols (#63).
  • improved trace formatting, adding disassembly symbols.
  • restored memory contention tables for speed increase on some platforms.