MASH16 -- THE CHIP16 EMULATOR

SUMMARY:

mash16 is an emulator for the chip16 platform, which aims to make writing
emulators easier for beginners.

It supports the full instruction set, and the user is encouraged to read the
source code.

SYNOPSIS:
mash16 filename [OPTIONS]

OPTIONS:
--no-audio              : disable audio output
--audio-sample-rate=n   : set audio sample rate (8000,11025,22050,44100 recommended)
--audio-buffer=n        : set audio buffer size (512-8192 recommended)
--verbose               : log emulation
--video-scaler=n        : screen scaler size (1,2,3,4)
--fullscreen            : use fullscreen mode
--no-cpu-limit          : do not restrict the speed of the emulation

--cpu-rec               : use (experimental) recompiler core

--break@n               : add a breakpoint at address n
