Skip to content

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

License

Notifications You must be signed in to change notification settings

rsenna/fab-agon-emulator

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 49.9%
  • Rust 39.3%
  • C 7.6%
  • Makefile 1.9%
  • Shell 1.3%