This is an emulator for the Commander X16 computer system. You can find out more about the Commander X16 computer in the following videos.
You can start x16emu
either by clicking the icon on the desktop menu or from the command line. The latter allows you to specify additional arguments.
When starting x16emu without arguments, it will pick up the system ROM (rom.bin
) bundled with the snap. The system ROM filename/path can be overridden with the -rom
command line argument.
-keymap
tells the KERNAL to switch to a specific keyboard layout. Use it without an argument to view the supported layouts.
-sdcard
lets you specify an SD card image (partition table + FAT32).
-prg
lets you specify a .prg file that gets injected into RAM after start.
-bas
lets you specify a BASIC program in ASCII format that automatically typed in (and tokenized).
-run
executes the application specified through -prg or -bas using RUN or SYS, depending on the load address.
-echo
causes all KERNAL/BASIC output to be printed to the host's terminal. Enable this and use the BASIC command "LIST" to convert a BASIC program to ASCII (detokenize).
-log
enables one or more types of logging (e.g. -log KS):
K: keyboard (key-up and key-down events)
S: speed (CPU load, frame misses)
V: video I/O reads and writes
-debug
enables the debugger.
Run x16emu -h
to see all command line options.
This is an unofficial build made with ♥️ from the following sources.
The yaml used to generate this snap can be found at
Find out more at http://commanderx16.com
Thank you for your report. Information you provided will help us investigate further.
There was an error while sending your report. Please try again later.
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 Debian 9 (Stretch) and newer, snap can be installed directly from the command line:
sudo apt update
sudo apt install snapd
After this, install the snapd snap in order to get the latest snapd:
sudo snap install snapd
To install Commander X16 Emulator, simply use the following command:
sudo snap install x16emu
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.