Skip to content

Releases: simonowen/simcoupe

v1.2.15 release

01 Aug 16:46

Choose a tag to compare

Changes since the last release:

  • fixed data loss when modifying compressed disk images
  • fixed double-click issue affecting Driver users [Win32]
  • fixed MRU entries for relative paths passed on command-line [Win32]
  • fixed white window flash on startup [Win32]
  • fixed stuck display image if ROM fast boot failed
  • added Paula DAC on port 0x60, used by Inner Circle Sample Demo
  • added zoom menu check against current zoom level [Win32]
  • added hidden option to control SAA high-pass filter
  • added hidden option to randomise im 2 bus values

v1.2.14 release

05 May 00:26

Choose a tag to compare

Changes since the last release:

  • fixed emulator startup with no Win32 audio device (#97)
  • fixed key modifier use with numeric keypad (#93)
  • fixed disassembly addr mismatch from previous view (#96)
  • fixed debugger graphics view mode 1+2 crash (#94)
  • fixed crash on emulator exit with active print job
  • fixed use of Win32 disk devices with valid partition tables
  • fixed SDIDE sector writing only alternate bytes
  • fixed harsh click on first beeper use
  • fixed unused index prefix on 59 (LD E,C) disassembly
  • disabled motion blur option for now

v1.2.13 release

14 Jan 17:46

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

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

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

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

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

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

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

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.