Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (26 loc) · 1.63 KB

v68

MSYS2 MINGW64 Build Linux Build macOS Build GitHub Release

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.

Building on debian 10

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