This folder contains C and ASM source for a utility to play Protracker 3 modules using OSDK.
This has been built using the OSDK toolchain
To build, ensure you have OSDK installed and configured
Then type 'osdk_build' to build the project using command line (cmd on Windows OS machine)
Once done (normally a couple of seconds), enter 'osdk_execute' to start the Oric emulator and automatically load and run the game.
The main.c is a simple example showing how to include the ability to initialise and play mod files
pt3_asm is converted minimally adapted from the original - see that file for credits as I did not write this!
The .pt3 files are from the web and converted to assembly data files using the OSDK binary to text converter.