GitHub - jthlim/impulse-tracker: Original source code for Impulse Tracker, a music tracker for DOS
Impulse Tracker
Full source code for Impulse Tracker, including sound drivers, network drivers,
and some supporting documentation
Pre-Requisite Software
To build Impulse Tracker, you will need:
Turbo Assembler v4.1
Turbo Link v3.01
Borland MAKE v4.0
A DOS environment
Once you have these, building IT.EXE should be just a single call to MAKE
Sound drivers are build individually via M*.BAT files inside the SoundDrivers
subdirectory
Quick File Overview
IT.ASM:
Startup routines
IT_DISK.ASM:
Disk IO R...
Read more at github.com