Agon Light, Agon Light 2, Agon Console8 Emulator
Fab Agon Emulator is an emulator for the Agon Light, Agon Light 2, and Agon Console8 8-bit computers.
Install
sudo snap install fab-agon-emulator
Demos & Examples
Use *CAT
to view the contents of the virtual SD card. The demos
, examples
and tests
folders contain sample code you can LOAD
. There are also a couple of Agon games in other directories.
Firmware
The firmware files required by the emulator are in $HOME/snap/fab-agon-emulator/common/firmware
.
SD Card
The virtual SD Card is in $HOME/snap/fab-agon-emulator/common/sdcard
.
Command-line Options
The Fabulous Agon Emulator!
USAGE:
fab-agon-emulator [OPTIONS]
OPTIONS:
-d, --debugger Enable the eZ80 debugger
-b, --breakpoint Set a breakpoint before starting
-z, --zero Initialize ram with zeroes instead of random values
-f, --fullscreen Start in fullscreen mode
-h, --help Prints help information
-u, --unlimited-cpu Don't limit eZ80 CPU frequency
--firmware 1.03 Use 1.03 firmware (default is 1.04)
--sdcard <path> Sets the path of the emulated SDCard
--scale <max-height> Use perfect (integer) video mode scaling, up to
a maximum window height of <max-height>
ADVANCED:
--mos PATH Use a different MOS.bin firmware
--vdp PATH Use a different VDP dll/so firmware
Source
Source code for the Fab Agon Emulator can be found at: https://github.com/tomm/fab-agon-emulator/
The configuration to build this snap can be found at: https://github.com/popey/fab-agon-emulator-snap
Snaps are applications packaged with all their dependencies to run on all popular Linux distributions from a single build. They update automatically and roll back gracefully.
Snaps are discoverable and installable from the Snap Store, an app store with an audience of millions.
On Arch Linux, snap can be installed from the Arch User Repository (AUR). The manual build process is the Arch-supported install method for AUR packages, and you’ll need the prerequisites installed before you can install any AUR package. You can then install snap with the following:
git clone https://aur.archlinux.org/snapd.git
cd snapd
makepkg -si
Once installed, the systemd unit that manages the main snap communication socket needs to be enabled:
sudo systemctl enable --now snapd.socket
If AppArmor is enabled in your system, enable the service which loads AppArmor profiles for snaps:
sudo systemctl enable --now snapd.apparmor.service
To enable classic snap support, enter the following to create a symbolic link between /var/lib/snapd/snap
and /snap
:
sudo ln -s /var/lib/snapd/snap /snap
Either log out and back in again, or restart your system, to ensure snap’s paths are updated correctly.
To install Fab Agon Emulator, simply use the following command:
sudo snap install fab-agon-emulator
Browse and find snaps from the convenience of your desktop using the snap store snap.
Interested to find out more about snaps? Want to publish your own application? Visit snapcraft.io now.