pvmm / fab-agon-emulator

Agon Light, Agon Light 2, Agon Console8 Emulator for Linux, Windows, any system with libSDL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fab Agon Emulator

An emulator for the Agon Light, Agon Light 2, and Agon Console8 8-bit computers.

Keyboard Shortcuts

Emulator shortcuts are accessed with the right alt key (AltGr on some keyboards).

  • RightAlt-F - Toggle fullscreen mode
  • RightAlt-Q - Quit

Compiling the Fab Agon Emulator (on Linux)

To make an optimised release build, run:

cargo build -r

Then you can run the emulator with either:

cargo run -r

or

./target/release/fab-agon-emulator

Changing VDP version

By default, Fab Agon Emulator boots with 1.04 firmware. To start up with 1.03 firmware, run:

./target/release/fab-agon-emulator --firmware 1.03

Other command-line options

Read about other command-line options with:

./target/release/fab-agon-emulator --help

Compiling for Windows

To cross-compile on a Linux machine

Read make_win64_dist.sh.

To build on Windows (mingw)

About

Agon Light, Agon Light 2, Agon Console8 Emulator for Linux, Windows, any system with libSDL

License:GNU General Public License v3.0


Languages

Language:C++ 94.2%Language:C 4.4%Language:Rust 0.9%Language:BASIC 0.4%Language:Makefile 0.1%Language:Shell 0.1%