Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DOSBox-VirtIsa

This fork focuses on building an emulation environment for a custom ISA card.

Purpose of this fork

  • 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.

Build instructions

Linux (CMake)

  1. Install build dependencies:

    • cmake
    • build-essential
    • libsdl1.2-dev
    • libsdl-net1.2-dev
    • libpng-dev
    • libasound2-dev
    • libgl1-mesa-dev
  2. Configure and build:

    cmake -S . -B build -DCMAKE_BUILD_TYPE=Release
    cmake --build build --parallel
  3. Run:

    ./build/dosbox

About

Dosbox fork for custom ISA-card

Topics

Resources

Stars

Watchers

Forks

Contributors

Languages