A Human68k X68000 CUI emulator. Very similar to run68, it is written from scratch and emulates, besides the OS calls and the CPU, the sound hardware.
Uses Musashi for CPU emulation.
In the docs folder, there are some partially translated versions of puni docs.
First, have some required packages ready:
sudo apt-get install git build-essential portaudio19-dev zlib1g-dev
git clone --recursive https://github.com/vampirefrog/v68.git
# if we don't touch these, you'll need wine to build them with run68.exe
touch fake_ipl.inc fake_human.inc
make
For modifying the fake IPL you'll need wine to run run68:
sudo dpkg --add-architecture i386 && sudo apt-get update && sudo apt-get install wine32
Building the tests:
cd tests && make