pgregory / 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-C - Toggle caps-lock
  • RightAlt-F - Toggle fullscreen mode
  • RightAlt-M - Print ESP32 memory stats to the console
  • RightAlt-R - Soft-reset
  • RightAlt-Q - Quit

Compiling the Fab Agon Emulator (on Linux)

To make an optimised release build, run:

git submodule update --init
make

Then you can run the emulator with:

./fab-agon-emulator

Changing VDP version

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

./fab-agon-emulator --firmware 1.03

Other command-line options

Read about other command-line options with:

./fab-agon-emulator --help

Compiling for Windows

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++ 49.9%Language:Rust 39.3%Language:C 7.6%Language:Makefile 1.9%Language:Shell 1.3%