VOGONS

Common searches


Search results

Display options

Re: TNDLPT : Tandy Sound on parallel port

in Marvin \ Sound
I am mostly interested in the sequence of instructions that is equivalent to "out 0c0h,al" on a Tandy, because that is presumably the biggest difference. The equivalent is something like this: int lpt_stat = lpt_port + 1; int lpt_ctrl = lpt_port + 2; outp(lpt_port, cmd_byte); outp(lpt_ctrl, 0x0C); …

Re: OPL2LPT

in Marvin \ Sound
USB-to-parallel dongles certainly won't work. Those can only drive printers, not other parallel port hardware. A PCI-Express parallel port will work. (If you have a laptop with a ExpressCard slot, that will work as well.) On the software side, there isn't much support for Windows. Serge has an …

Re: Lotech Tandy Soundboard - (mostly finished)

in Marvin \ Sound
Well, here's a quick TSR: http://github.com/pdewacht/lotech Obviously untested. Should work with QEMM. (EMM386 doesn't allow intercepting port 0C0h. With EMM386 it still listens on a few other ports for later Tandy's and IBM PS/1, but that's of very limited usefulness.)

Re: OPL2LPT

in Marvin \ Sound
@Megadisk Works for me with Jill of the Jungle shareware version 1.2 downloaded here. @MadMax2023 In the INSTALL program, "Select Sound Card" -> "No Sound" and "Select Music Card" => "Sound Blaster or 100% Compatible". The hardware settings don't matter.

Re: OPL2LPT

in Marvin \ Sound
@MadMax2023 The non-working games in your list seem to all be protected mode games. Protected mode became common in DOS games starting from 1994 or so -- a telltale sign is that the system requirements include a 386 and 4MB RAM. And of course the iconic DOS/4GW startup banner. Protected mode games …

Re: OPL3LPT : OPL3 FM Synthesis on parallel port

in Marvin \ Sound
Author of the OPL2LPT software here. The OPL2LPT TSR currently strictly emulates an Adlib card. It intercepts the Adlib port range and transfers the commands over the parallel port. So the TSR works with any real-mode game that would work with a real Adlib card. If you want to test compatiblity with …

Re: OPL2LPT

in Marvin \ Sound
I've made a new release of the OPL2LPT software. Download it here. New features: - The "patching" optimization/hack now also works with QEMM and JEMM. Previously it only worked with EMM386. (@noop: this should solve your problem without new command line switches :happy:) - ADPATCH can now patch …

Page 1 of 3