tomsoftware / lemmings_music_player

Player to run Lemmings "AdLib.dat" File for playing Music & Sounds of the original Game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lemmings Music Player

DOS Player to use the Lemmings "AdLib.dat" to playback Music & Sounds of the original Game

The Lemmings Music is stored in the "AdLib.dat". After decompressing (http://www.camanis.net/lemmings/tools.php) the .dat file you get a DOS-COM-File (lib/driver).

This simple program "player.exe" adds an .EXE header before the .COM Program and runs the AdLib-lib by calling interupts (Int 61h like the original Lemmings game did)

screen

Regards Thomas

About

Player to run Lemmings "AdLib.dat" File for playing Music & Sounds of the original Game

License:MIT License


Languages

Language:Assembly 100.0%