Arculator (Source)
Arculator emulates an Archimedes (old A3xx,A4xx,A3000,A540, or newer A5000, A30x0, A4000) with an ARM2 or ARM3, between 512k and 16 megabytes of RAM, up to four floppy drives, two IDE hard discs and a multisync monitor.
Arculator has good compatibility, sound, and is easy to use.
You will need the following libraries :
SDL2
wxWidgets 3.x
OpenAL
and their dependencies. ALSA is also needed to build podules.
Open a terminal window, navigate to the Arculator directory then enter
./configure --enable-release-build
make
then ./arculator to run.
configure options are :
--enable-release-build : Generate release build. Recommended for regular use.
--enable-debug : Compile with debugging enabled.
--disable-podules : Don't build external podules
The menu is a pop-up menu in the Linux port. Right-click on the main window when mouse is not
captured.