Reverse engineered and C ported MT15.DRV (MT32-Sound-Driver) of the 1990 DOS game Stunts (https://www.mobygames.com/game/stunts) 1.0 and 1.1 in one source
Why:
Stunts 1.0 MT15.DRV seems to sound better than the 1.1 version (some strange slowdowns happens with 1.1) i want to understand what the differences are and how to port that stuff to C
Features:
Assembler source can be rebuild to 100% binary exact version of the original game drivers
Assembler can be partially mixed with C ported functions or all functions can be replaced by C code
It was a fun project with near to non relevance for anyone :)
1 comment
[ 4.1 ms ] story [ 15.1 ms ] threadWhy:
Stunts 1.0 MT15.DRV seems to sound better than the 1.1 version (some strange slowdowns happens with 1.1) i want to understand what the differences are and how to port that stuff to C
Features:
Assembler source can be rebuild to 100% binary exact version of the original game drivers
Assembler can be partially mixed with C ported functions or all functions can be replaced by C code
It was a fun project with near to non relevance for anyone :)