Reply 240 of 581, by pdw
Matze79: That's curious. The patched code does the standard 6 INs / 35 INs to provide the delays and with those timings that should work fine. Did you try games other than Keen? Do they all have the same problem? What does the OPL2TEST program do?
Zarchos: There's not a lot that can be done from inside the TSR, it runs in a rather constrained environment (16-bit protected mode, so it can't even access DOS or the BIOS). You might have better luck with a regular debugger. But you can get very far with just a simple disassembler, I'll publish a tutorial soonish.
---
I've got a new test version: http://2k38.be/adlipt/adliptx.exe
It doesn't fix the problems with GLX and IPLAY (I'm not sure if they can be fixed), but it fixes problems with some Adlib detection routines that I've encountered.
I've also added CPU detection code which hopefully works.
If nothing bad pop ups in the next couple of days I'll publish this as a real release.