plus4emu

Émulateur v1.2.10.1

Émulateur en ligne de comande de micro-ordinateurs Commodore de la série 264, à savoir le C16, C116 et le Plus/4. Ecrit en C++, seules les sources sont disponibles pour les dernières versions.

La dernière build Mac OS X connue est la [1.1.1->https://sourceforge.net/projects/plus4emu/files/plus4emu-MacOSX/plus4emu-1.1.1/plus4emu-1.1.1-macosx_i686.zip/download]. À noter que les sources de la dernière beta sont disponibles sur github.

Dernière mise à jour :

Plateformes

Commodore Plus/4 Commodore 16

Architecture

Mac OS X - macOS Mac OS X - macOS Intel x86 Intel x86

Téléchargement et liens

Historique des versions

v1.2.11-beta_20190320
Fixed copying and pasting upper/lower case characters, added limited support for PETSCII graphic characters.
Fixed horizontal scroll bug in multicolor character mode.
Changelog complet
Changes since version 1.2.11-beta_20170614: * Fixed copying and pasting upper/lower case characters, added limited support for PETSCII graphic characters. * Fixed horizontal scroll bug in multicolor character mode.
v1.2.11-beta_20170614
Fixed DigiBlaster bug, SID external input was muted by default.
Added new disable unit 8/9 buttons to the disk configuration window.
Fixed video breakpoints not working when the priority threshold is not zero.
Added support for comments (beginning with ; or #) in the breakpoint list.
Minor fixes in 1551 and TED emulation.
PAL/NTSC emulation can now use custom [GLSL](https://khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.50.pdf) shaders.
Changelog complet
Changes since version 1.2.10.1: * PAL/NTSC emulation can now use custom [GLSL](https://khronos.org/registry/OpenGL/specs/gl/GLSLangSpec.4.50.pdf) shaders. * Added new disable unit 8/9 buttons to the disk configuration window. * An empty D64 or D81 image is automatically created when trying to open a file that does not exist. * Disk and tape images can be opened from .zip format archives, the first packed file with matching extension is temporarily extracted and used in read-only mode. * Added support for comments (beginning with ; or #) in the breakpoint list. * Fixed DigiBlaster bug, SID external input was muted by default. * Minor fixes in 1551 and TED emulation. * Fixed video breakpoints not working when the priority threshold is not zero.
v1.2.10.1
Fixed preview bug in p4fliconv.
Changes since [version 1.2.10](https://github.com/istvan-v/plus4emu/releases/tag/1.2.10):
Changelog complet
Changes since [version 1.2.10](https://github.com/istvan-v/plus4emu/releases/tag/1.2.10): - Fixed preview bug in p4fliconv.
v1.2.10
Video display improvements and bug fixes; the screen is no longer blanked while the emulator is paused.
Various improvements and new features in the compress utility.
The debugger window is hidden only after a short delay when it is closed, this fixes the flickering while using the step buttons.
The debugger prints more detailed information about syntax and runtime errors in Lua scripts, and there is a new button to insert an empty breakpoint callback function.
Audio output fixes and improvements, WASAPI is now supported on Windows.
Minor bug fixes.
Added support for building with FLTK 1.3.x and Lua 5.2/5.3, and for building 64-bit Windows binaries.
New configuration options for C64 compatible SID emulation.
Changelog complet
Changes since version 1.2.9.2: - New configuration options for C64 compatible SID emulation. - Updated SID emulation to use reSID 1.0 instead of 0.16. - Video display improvements and bug fixes; the screen is no longer blanked while the emulator is paused. - The debugger window is hidden only after a short delay when it is closed, this fixes the flickering while using the step buttons. - The editor buffer in the monitor has been increased from 120 to 160 lines. - Memory dump is now also shown in ASCII format. - New execute ('x') type of breakpoints, the ignore data reads button has been removed. - In addition to the default hexadecimal format, it is also possible to specify numbers in the monitor in binary (e.g. %1010), octal (12o), and decimal (10l) format. - New "step" buttons for stepping to the 16-bit address at the top of the stack ('Return') or any 16-bit address specified by the user ('Step to'). - The debugger prints more detailed information about syntax and runtime errors in Lua scripts, and there is a new button to insert an empty breakpoint callback function. - It is possible to delete single breakpoints in Lua scripts by using a negative priority value. - Window icons have been implemented on non-Windows platforms if the emulator is built with FLTK 1.3.3 or newer. - The debugger window has been made resizeable within a limited range. - Audio output fixes and improvements, WASAPI is now supported on Windows. - Screenshots and printer output are saved in PNG format instead of TGA. - Various improvements and new features in the compress utility. - Snapshot and demo files can be compressed in epcompress format. - Added support for building with FLTK 1.3.x and Lua 5.2/5.3, and for building 64-bit Windows binaries. - OpenGL has been made an optional dependency at compile time. - Minor bug fixes. The binary packages for Linux and Windows are: - plus4emu-1.2.10-x86 - 32-bit, Lua 5.3.3 - plus4emu-1.2.10-x64 - 64-bit, Lua 5.3.3 - plus4emu-1.2.10_luajit-x64 - 64-bit, LuaJIT 2.1.0 beta2
v1.2.10-beta_20161230
updated SID emulation to use reSID 1.0 instead of 0.16
new execute ('x') type of breakpoints, the ignore data reads button has been removed
the debugger window has been made resizeable within a limited range
Changelog complet
Changes since version 1.2.10-beta_20161221: - updated SID emulation to use reSID 1.0 instead of 0.16 - new execute ('x') type of breakpoints, the ignore data reads button has been removed - it is possible to delete single breakpoints in Lua scripts by using a negative priority value - the debugger window has been made resizeable within a limited range - if the stack pointer is $FF, the stack dump is shown at $0200 instead of $0100 - scons -c install removes all configuration files installed by p4makecfg - more accurate emulation of 6522 VIA timers - minor optimizations
v1.2.10-beta_20161221
various improvements and new features in the compress utility
new configuration options for C64 compatible SID emulation
OpenGL has been made an optional dependency at compile time
The binary packages for this release include:
Changelog complet
Changes since version 1.2.10-beta_20160925: - new configuration options for C64 compatible SID emulation - screenshots and printer output are saved in PNG format instead of TGA - various improvements and new features in the compress utility - snapshot and demo files can be compressed in epcompress format - OpenGL has been made an optional dependency at compile time The binary packages for this release include: - plus4emu-1.2.10_beta-x86.exe: Windows 32-bit installer with Lua 5.3.3 - plus4emu-1.2.10_beta-x64.exe: Windows 64-bit installer with Lua 5.3.3 - plus4emu-1.2.10_beta_luajit-x64.exe: Windows 64-bit installer with LuaJIT 2.1.0 beta2 - plus4emu-1.2.10-beta_20161221-i686.tar.xz: Linux 32-bit with Lua 5.3.3 - plus4emu-1.2.10-beta_20161221-x86_64.tar.xz: Linux 64-bit with Lua 5.3.3 - plus4emu-1.2.10-beta_20161221_luajit-x86_64.tar.xz: Linux 64-bit with LuaJIT 2.1.0 beta2
v1.2.10-beta_20160925
video display improvements and bug fixes; the screen is no longer blanked while the emulator is paused
the debugger window is hidden only after a short delay when it is closed, this fixes the flickering while using the step buttons
the debugger prints more detailed information about syntax and runtime errors in Lua scripts, and there is a new button to insert an empty breakpoint callback function
audio output fixes and improvements, WASAPI is now supported on Windows
minor bug fixes
added support for building with FLTK 1.3.x and Lua 5.2/5.3, and for building 64-bit Windows binaries
new "step" buttons for stepping to the 16-bit address at the top of the stack ('Return') or any 16-bit address specified by the user ('Step to')
window icons have been implemented on non-Windows platforms if the emulator is built with FLTK 1.3.3 or newer
Changelog complet
Changes since version 1.2.9.2: - video display improvements and bug fixes; the screen is no longer blanked while the emulator is paused - the debugger window is hidden only after a short delay when it is closed, this fixes the flickering while using the step buttons - the editor buffer in the monitor has been increased from 120 to 160 lines - memory dump is now also shown in ASCII format - in addition to the default hexadecimal format, it is also possible to specify numbers in the monitor in binary (e.g. %1010), octal (12o), and decimal (10l) format - new "step" buttons for stepping to the 16-bit address at the top of the stack ('Return') or any 16-bit address specified by the user ('Step to') - the debugger prints more detailed information about syntax and runtime errors in Lua scripts, and there is a new button to insert an empty breakpoint callback function - window icons have been implemented on non-Windows platforms if the emulator is built with FLTK 1.3.3 or newer - audio output fixes and improvements, WASAPI is now supported on Windows - added support for building with FLTK 1.3.x and Lua 5.2/5.3, and for building 64-bit Windows binaries - minor bug fixes
v1.2.10-beta_20160916

Aucun détail pour cette version.

Captures d'écran

Screenshot de plus4emu