Releases: raydac/zxpoly
Releases · raydac/zxpoly
Release 2.1.3
2.1.3 (06-mar-2021)
- improved INT tick processing
- added support of WebSocket for streaming
- added auto-restore of sound after turbo mode off
- fixed reading of samples from unsigned 8 bit WAV
- reworked form resize processing #18
- added Old TV Amber and Old TV Green filters #15
- added toggle button to activate virtual ZX-Keyboard #17
- added auto-releasing for SS+CS on virtual keyboard #12
- added configurable Protek joystick and
ZX-Keyboard Off
mode (either pressed F6 or flag in Options menu), to process
events only from selected joystick (ZX-Keyboard keys in the mode works only with pressed
CTRL) #11 - added way define custom ROM path through preferences #9
- added distributive for MacOS arm64 (game controller interface may not work)
- embedded JDK updated to Liberica OpenJDK 15.0.2+10
- added way change virtual keyboard skin through preferences #8
- added support for snapshot and file containers drag and drop into main form #7
- in Preferences added redefinition of keys mapped to Kempston joystick #5
- added support for mouse clickable virtual keyboard (show/hide by F5 pressing) #4
Release 2.1.2
2.1.2 (22-dec-2020)
- added support of flags
GFXLeveledAND
,GFXLeveledOR
andGFXLeveledXOR
into Spec256 configuration - added full-screen mode support, menu item
View -> Full Screen
- added black-white video filter
- updated dependencies
Release 2.1.1
2.1.1 (26-sep-2020)
- added support of reading WAV files through TAPE
- fixed ROM work in Spec256 mode
- improved Z80 emulation
- refactoring
Release 2.1.0
2.1.0 (12-sep-2020)
- improved internal timing
- base sound synthesizer frequency increased to 48000 Hz
- added item
Kempston mouse allowed
intoPreferences
, by default active - added item
Default ZX128
intoPreferences
to activate ZXMode just on start of the emulator - improved decode of
#7FFD
port in ZX-mode to increase compatibility - added support of loading ROM from local
bootstrap.rom
file placed in emulator folder - added support of TurboSound (NedoPC version)
- embedded GraalVM updated to 20.2.0
- improved Z80 emulation
- improved emulation of AY8910
- improved decoding of AY8910 port
- refactoring
Release 2.0.7
- 2.0.7 (16-aug-2020)
- added support for AY-3-8910
- added video filters #1
- added support of Covox on port #FB
- added explicit menu items to scale screen
- minor bug-fixing and refactoring
Release 2.0.6
- minor improvements in Spec256 emulation
- added support of POK trainers
- added support of Spec256 container export into editor
- added dialog to choose sound device for beeper if several devices detected
- GraalVM CE updated to 20.1.0
- improved ubuntu desktop icon script
- refactoring
- added MPEG TS streaming support (beta), requires installed FFmpeg
Release 2.0.5
- improved beeper to render playing TAP sound
- GraalVM CE 20.0.0 as embedded JDK image
- added support for gamepads and joysticks (through JInput library)
Release 2.0.4
- 2.0.4 (18-jan-2020)
- added support of beeper (turned off by default)
- added more ROM sources
- fixed ROM loading from WoS
- improved CPU sync in Spec256
Release 2.0.3
- 2.0.3 (31-dec-2019)
- added mix of colors with attribute colors in Spec256 mode
- fixed wrong default BackOverFF flag value in Spec256 loading
Release 2.0.2
- 2.0.2 (21-dec-2019)
- fixed IFF restore bug in SNA open-write
- minor emulator GUI improvements