First post, by Bondi
- Rank
- Oldbie
I'm trying to make the TDK PCMCIA MIDI card work in DOS. It's a EMU8000 based card. It has a DOS enabler that sets port 2xx for synthesizer and 3xx for MIDI output port.
As I understand the EMU8000 has to be initialized and then it can be fed with MIDI data. This is what aweutil does.
Aweutil is hardcoded for port 620h, and all other ports are calculated on this base. I was able to change it to 220h. TDK card can be set to 220h as well.
But aweutil still complains that "Initialization failed" when I run it. Maybe it also performs some checks to make sure it's the AWE card present?
Don't know much about how it actually works with this regard.
I'd be grateful for any hints on this.