This fork focuses on building an emulation environment for a custom ISA card.
- Keep a DOSBox-based runtime for ISA development and experiments.
- Add a dedicated ISA emulation insertion point that is easy to tune (
src/isa/isa.cpp). - Provide an automated GitHub Actions compile check.
-
Install build dependencies:
cmakebuild-essentiallibsdl1.2-devlibsdl-net1.2-devlibpng-devlibasound2-devlibgl1-mesa-dev
-
Configure and build:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release cmake --build build --parallel -
Run:
./build/dosbox