Simon Owen opublikował nową binarkę swojego emulatora (imo z dostępnych najlepszego) mikrokomputer Sam Coupe - przynajmniej dla mnie konstrukcji będącej ukoronowaniem historii Z80A w domowych mikrokomputerach.
20200827 build 28/08/2020
Changes since the last release:
- added support for Blue Alpha VoiceBox.
- changed default external memory to 1MB (new installs).
- changed motion blur to lerp instead of max.
- fixed error on minimising window [Win32]
- fixed wrong menu shortcut for motion blur (Shift-F6, not F7) [Win32]
- fixed AVI recording being half height.
- fixed New Disk only working if disk already existed.
- fixed function key options being truncated by old SimCoupe.
- fixed dropped tape files not adding to MRU menu.
→ NOWSZY [SAM] SimCoupe v1.2.16 26/05/2026
SimCoupe v1.2.16 26/05/2026
Changes since the last release:
- fixed bpu breakpoints being deleted on trigger (#99)
- fixed allowing dots in expression identifiers
- fixed debugger step-out not stopping after RETI/RETN
- fixed pasting of text containing extended BASIC keywords
- fixed SAM mouse capture release when opening GUI
- fixed audio pops after turbo mode running
- fixed allowing new/open disk when GUI was active
- fixed missed changes to disk image read-only status
- fixed initialising unnecessary SDL subsystems (#100)
- added -keyin command-line option for auto-typing (#105)
- added Command-V paste support on macOS (#110) [petemoore]
- added -exitonhalt option to aid automation (#100) [petemoore]
- added option to override resource file location (#101)
- added hidden support for Atom Lite interface as drive 1
- improved accuracy of mouse interface emulation
- changed to write only non-default options to SimCoupe.cfg
→ NOWSZY [SAM] SimCoupe v1.2.14 5/05/2025
SimCoupe v1.2.14 release 5/5/2025
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
→ NOWSZY [SAM] SimCoupe v1.2.13 14/01/2024
SimCoupe v1.2.13 release 14/01/2024
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)
→ NOWSZY [SAM] SimCoupe v1.2.6 10/09/2021
SimCoupe v1.2.6 release 10/09/2021
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.
→ NOWSZY [SAM] SimCoupe v1.2.5 26/08/2021
SimCoupe v1.2.5 release 26/08/2021
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.
SimCoupe v1.2.4 release 22/08/2021
Changes since the last dev release:
SimCoupe v1.2.3 release 14/08/2021
→ NOWSZY [SAM] SimCoupe v1.1 alpha Build 2020/07/07
20210707 build 07/07/2021
Changes since the last release:
- fixed main screen memory contention alignment (#54).
- fixed debugger single-stepping just index prefixes (#53).
- fixed instruction trace showing double registers when only half changed.
- fixed step-out feature in debugger.
- fixed debugger benchmark mode still processing interrupts.
- fixed cancelled line interrupt end event showing in debugger.
- added 'tryvrr' option (default=true) to try Variable Refresh Rate video.
- added Ctrl modifier to run more instructions using the KP4/5/6.
20210624 build 26/06/2021
*** TIMING BROKEN, DO NOT USE ***
Changes since the last release:
- improved frequency of generated sound output (#36)
- improved bus values from unhandled ports (fixes KEDisk)
- improved aspect ratio (59:54) to match signal details
- changed visible areas to better reflect what can be seen on a TV
- renamed borders option to visiblearea
- added alternate debugger display mode to give full refresh (#46)
- restored -autoboot command-line option (#49)
- removed prompt to save changes to disks
- fixed border artefact colour if using upper 8 colours
- fixed incorrect zoom handling when fullscreen/minimised/maximised
- fixed missing allophone data file in non-Windows installations
- fixed %s shown in disk insert message [SDL]
- fixed current debugger trace entry colour
- changed to more accurate Z80 CPU core
- changed to pull SAASound from official project at GitHub
20210501 build 01/05/2021
Changes since the last release:
- fixed fullscreen and window position saving issues (#31)
- fixed crash opening empty tape image (#34)
- fixed frozen screen after keyboard speedup (#35)
- fixed Blue Alpha VoiceBox being detected when disabled (#40)
- fixed half-height GIF animations (#38)
- fixed cursor positioning in hex edit mode (#41)
- fixed some UTF-8 path encoding issues (#32)
- fixed issue selecting non-existent recent file
- renamed Atom Legacy to Atom Classic
- hide some OS key combinations from emulation
- allow debugger to be toggled
→ [SAM] SimCoupe v1.1 alpha 1 Build 2020/08/19
20200819 build (updated), 19/08/2020
- updated D3D9 backend to D3D11 for G-Sync/FreeSync support (fullscreen).
- updated DirectSound backend to XAudio2 2.9, for better dynamic device support.
- added integer scaling to reduce scaling artefacts, especially in debugger.
- added sRGB support to rendering pipeline for gamma-correct blending.
- added motion blur option to reduce Gigascreen animation flicker.
- added alt- window scaling up to Alt-9 (500%).
- added multi-sector read support to ATA devices (used by PlayAnimHD).
- changed frame sync to be time based for smoother frame delivery.
- changed function key mappings to use strings in config file.
- fixed reset when LINE port set to zero giving black boot screen.
- fixed creating new MGT/CPM images.
- removed video scanline support, which is less useful on modern displays.
- removed window size snapping and forced window size changes.
- removed real Windows printer support.
20200711 build (refresh) 11/07/2020
- Fixed data corruption writing to Atom devices (doesn't affect Atom Lite).
- added more ROM0 symbols for jump table entries and block instruction.
- Added shortcut for UNTIL breakpoints, allowing just an address to be entered.
- Updated SAASound to v3.4.0 to fix #23
20200528 build 28/05/2020
- Changes since the last release:
- Added support for LPEN b0 over main screen.
- Added SOFF support for LPEN and HPEN.
- Fixed TXFMST active time after MIDI OUT.
- All current ASIC tests now match original hardware.
20200524 build 24 May 2020
- added experimental SSX screen image saving.
20200512 released 12 May 2020
- fixed CPI/CPD/CPIR/CPDR instruction timings
→ [SAM] SimCoupe v1.1 alpha 1 Build 2020/03/24
→ [SAM] SimCoupe v1.1 alpha 1 Build 2020/01/17
SimCoupe Version 1.1 alpha 1 build (20/01/19)
- fixed issue if PC changed when CPU is halted.
- fixed missing silence in WAV recordings.
- fixed bad WAV recordings under Linux x64.
- fixed refreshing debugger on reset or NMI.
- fixed PNG saving writing invalid images.
- fixed Atom media detection.
- fixed use of Atom Lite ROM when enabled in drive 1 slot.
- added keypad support for debugger number input.
- restored support for external SAASound library.
- moved ROM images to external files.
Vox populi
Ten artykuł nie byl jeszcze komentowany:(
Dodaj komentarz!!!!
wstecz30/08/2020 00:27
Inne treści związane z tematem
[ZX] #CSpect 3.3.1 17/07/2026
#CSpect oprócz emulacji ZX Spectrum, pozwala na zapoznanie się z softwarem ZX Spectrum NEXT, kickstartowego projektu, którego efektem to nowa wersją Spectrum, nie tylko będącą kompatybilną ze starymi modelami ale dającą nowe, współczesne mechanizmy.
Jeśli komuś zależy na świeżych aktualizacjach pozostaje mu dołączyć do grona supporterów projektu (i w ...
[zx] ZEsarUX 13 The Way of the Exploding Fist edition 9/06/2026
ZEsarUX to multiemulator maszynek ze stajni Sir Clive'a - znajdziemy w nim praktycznie wszystkie modele począwszy od ZX80, przez tradycyjne modele Spektrusia, łącznie z tymi, które pojawiły się już z logiem Amstrada, aż po egzotyczny Z88 Cambridge, gdyby nie brak QL można by było powiedzieć, iż emuluje on wszystko z tej rodziny. ZEsauRX poradzi sobie też z emulacją Sam ...
[SAM] SimCoupe v1.2.16 26/05/2026
Simon Owen opublikował nową binarkę swojego emulatora (imo z dostępnych najlepszego) mikrokomputer Sam Coupe - przynajmniej dla mnie konstrukcji będącej ukoronowaniem historii Z80A w domowych mikrokomputerach.
[zx] Fuse 1.9.1 1/08/2026
Nowa wersja emuiatore Fuse (Free Unix Spectrum Emulator), powstająca natywnie pod linuksa, doczekała się kolejnej wersji. W końcu pojawiły się binarki dla PC.
Przy okazji warto wspomnieć o emulatorze... stacji dyskietek do Timexa - projekt FDD3000, który wykorzystuje FUSE do pracy i wczoraj opublikował swoją binarkę 1.7 ciut wcześniej niż oficjalne repo projektu;)
[multi] BizHawk x64 2.11.1 1/05/2026
Wersja testowa multiemulatora BizHawk, specjalnie dla osób chcących sprawdzić i wspomóc projekt. Ten napisany w C# multiemulator pozwala udawać konsole: Nintendo Entertainment System / Famicom / Famicom Disk System (NES/FDS), Super Nintendo (SNES), Nintendo 64, Gameboy, Gameboy Color, Super Gameboy, Sega Master System, SG-1000, Game Gear, Sega Genesis / Sega-CD, Sega ...
![[SAM] SimCoupe v1.1 alpha 1 Build 2020/08/27](/Photos/www/picLogoty/644b522e1.jpg,134)




The Official SimCoupe Homepage - MGT SAM Coup emulator for Windows, DOS, Linux, BeOS and MacOS.
simcoupe - SAM Coupé emulator
