Skip to content

A Video Game Music Player for the OPL2LPT sound card on Windows

Notifications You must be signed in to change notification settings

MemberA2600/OPL2LPTVGMPlayer

Repository files navigation

OPL2LPTVGMPlayer

A Video Game Music Player for the OPL2LPT sound card on Windows

(tested on Windows 7 / 10)

OPL2-LPTPlayer

I. What is this about?

Serdashop created a really cool device for old XT/AT laptops without expansion ports, so you can have proper music for the games of that era.

https://www.serdashop.com/OPL2LPT

I have to say, the games back then, like Alone in the Dark, Ultima VI or Duke Nukem II had great music that is worth to listen to. They are soo good I have an Adlib-clone card in my DOS machine (a Pentium III) so I can listen to them on the real deal, the OPL2 (YM3812).

Since I'm a big fan of this sound chip and I have a project related to the old-good Atari 2600 that will use this sound device, I had the idea I should create a player so I can listen to the music on my working PC without switching machines.

II. How does this work?

The original plan was to do this application thru Fortran 90, you can still find the original code in this repo. Unfortunately, even doing the proper process pointer thing, loading the inpout32 DLL worked and also I could ask if the DLL and the process was found in the proper location, but after that, in the DLL level, it failed to send the data to the LPT port adresses, so nothing happened.

Then came Visual Studio and C# in my mind, I tought Microsoft would grant the permissions to access the I/O ports in their own environment. And I was right!

The main deal is the Interface and VGMPlayer object. The player handles the VGM loading (using VGM2TXT application for help gathering the Adlib data), while the Interface communicates with the LPT port data and control addresses. Since I'm not really familiar with VS and C# (this is my most complex thing so far in this), I used some public bool variables to communicate between the Winforms Application and the VGMPlayer, since the playing loop is handled on a different async thread.

Used applications, inspirations:

About

A Video Game Music Player for the OPL2LPT sound card on Windows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published