-
286 12Mhz with OPL3LPT For Adlib audio
03/17/2020 at 20:10 • 0 comments -
OPL2LPT sound card : demo and assembly video
04/15/2018 at 17:04 • 0 commentsOPL2LPT sound card : New demo and assembly video by 'the Sound Card database'
-
OPL2LPT on Linux
02/24/2018 at 21:03 • 0 commentsVincent Bernat has been using OPL2LPT under linux
He wrote a great article on this, click here.
And he also recorded a comparison demo of OPL2LPT :
-
OPL2LPT - Indiana Jones and the fate of atlantis
12/23/2017 at 19:36 • 0 commentsOPL2LPT playing the music for the DOS game Indiana Jones and the fate of atlantis
-
Review/demo by Steve's tech shed
12/23/2017 at 18:42 • 0 commentsHere's a review/demo by Steve's tech shed
-
OPL2LPT playing Adlib jukebox music
12/23/2017 at 18:37 • 0 commentsHere's some music from the adlib jukebox, playing on OPL2LPT using the adlipt TSR driver.
-
Real OPL2 music on a modern PC using VirtualBox
12/23/2017 at 18:13 • 0 commentsSo on this modern core i7 Windows 7 PC, we want to use OPL2LPT
This PC has no parallel port, only PCI Express slots.
So I add a 5$ PCI EXPRESS parallel port to the system :
got his one from ebay:
https://www.benl.ebay.be/itm/Parallel-Port-DB25-25Pin-LPT-Printer-to-PCI-E-Express-Card-Converter-Adapter-1pc/141973277356
Plug OPL2LPT on your parallel port and make sure it is powered. (from USB, or for a cleaner sound, from a 5V usb battery pack)
Check that the windows parallel port driver is correctly configured :
Create an MSDOS virtual box image, install MSDOS or FreeDOS on it.
Copy opl2test.exe to your dos drive (you can load it from a floppy image an copy to c: drive)
Now shut down the virtual machine.
In the windows command line, run following commands to configure your windows LPT3 as DOS LPT1 port
C:\Program Files\Oracle\VirtualBox>VBoxManage modifyvm "DOSLPT" --lptmode1 LPT3
C:\Program Files\Oracle\VirtualBox>VBoxManage modifyvm "DOSLPT" --lpt1 0x378 7
Now startup again.
You can now run opl2test, MUSIC THROUGH A REAL OPL2 CHIP!!
This is a quick test with MSDOS 6.22
I then also tried the same with FreeDos :
Simply boot you virtualbox system from the standard installer image from http://www.freedos.org/download/, install the base installer packets, and you are good to go.
Copy the needed utilities from https://github.com/pdewacht/adlipt/releases/latest
And copy some games or applications to test… (from disk images)
For freedos, you can load the adlipt driver using Jload
Then run some game or music program, like adlib jukebox…
Real OPL2 sound through OPL2LPT parallel port adapter !!
-
Adlipt TSR version 0.6
12/23/2017 at 18:04 • 0 commentsThe new adlipt TSR version 0.6 is available here
The TSR is now much faster. This will especially be noticed by owners of 386 systems.
(Sadly, MOD players seem to be confused by this chance. If you have problems, you can use the parameterNOPATCH
to get the old behavior.)