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.
Snap can be installed from the command line on openSUSE Leap 15.x and Tumbleweed.
You need first add the snappy repository from the terminal. Leap 15.5 users, for example, can do this with the following command:
sudo zypper addrepo --refresh https://download.opensuse.org/repositories/system:/snappy/openSUSE_Leap_15.5 snappy
Swap out openSUSE_Leap_15.5
for openSUSE_Leap_15.4
or openSUSE_Tumbleweed
if you’re using a different version of openSUSE.
With the repository added, import its GPG key:
sudo zypper --gpg-auto-import-keys refresh
Finally, upgrade the package cache to include the new snappy repository:
sudo zypper dup --from snappy
Snap can now be installed with the following:
sudo zypper install snapd
You then need to either reboot, logout/login or source /etc/profile
to have /snap/bin added to PATH.
Additionally, enable and start both the snapd and the snapd.apparmor services with the following commands:
sudo systemctl enable --now snapd
sudo systemctl enable --now snapd.apparmor
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.