Skip to content

Emulator v23.3.19

Compare
Choose a tag to compare
@vircon32 vircon32 released this 19 Feb 17:09
· 79 commits to main since this release

This is the Vircon32 emulator for computers. This version includes a fix for emulator audio management that could cause sound to be lost after certain events related to windows and menus.

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>

MacOS:

First extract the ZIP into any folder with write permission. To install dependencies, the Hombrew package manager is used (it can be installed from its website). The commands needed to install the dependencies are:

brew install sdl2
brew install sdl2_image
brew install openal-soft
brew install freealut
brew install tinyxml2