Skip to content

Emulator v24.3.2

Latest
Compare
Choose a tag to compare
@vircon32 vircon32 released this 02 Mar 19:03
· 2 commits to main since this release

This is the Vircon32 emulator for computers. This version mainly improves performance in graphics, with better handling of OpenGL drawing. It also fixes the wrong GPU use percentage shown in the emulator menu bar.

The present version is considered virtually "final", save for bug fixes that might be needed in the future, since all planned features are already supported.

How to install:

Choose from the files below to install the Vircon32 emulator on Windows, Linux or MacOS. Depending on your operating system, the process to prepare the emulator for use will be different. For the Raspberry Pi 4 use the same process as in Linux Debian. Note that previous Pi versions are not supported.

Windows:

Just extract the ZIP into any folder. All needed DLL libraries are already included.

Linux:

Install the DEB or RPM package (depending on your system) using the corresponding commands:

DEB:

(1) Install package: sudo dpkg -i <package>
(2) Install dependencies: sudo apt-get install -f

RPM:

Install package along with its dependencies:
sudo yum localinstall <package>