Octane's TIS-100 emulator: an emulator for the Tesselated Inteligence System (which is a fictional computer from TIS-100 puzzle game).
This emulator uses original game's save file format. Currently only sandbox segments are supported (Simple Sandbox / Stack Memory Sandbox / Image Console Sandbox).
make tis100Start the emulator by specifying a sandbox layout and a save file.
# Simple Sandbox
./tis100 -m simple USEG0.0.txt
# Stack Memory Sandbox
./tis100 -m stack USEG1.0.txt
# Image Console Sandbox
./tis100 -m image USEG2.0.txt