Reply 20 of 28, by Kamerat
- Rank
- Oldbie
Gahhhrrrlic wrote on 2021-02-23, 09:07:I'm having similar problems with DOS support using this card. In my case checking the box to add dos support from the control panel causes the entire computer to hard lock and reboot so it could be an IRQ issue or w/e but I always have problems working on things like this through windows so I'd like to try a different approach.
What would be required to add support directly to pure dos, if I booted from a 6.22 diskette for example? Can I assume I need to make a config.sys edit to load some driver file, an autoexec exit to launch some exe file and then maybe rerun the exe from the prompt to set up all the configuration parameters? It usually goes something like that. I don't care if I get general midi or SB for the midi portion, just as long as I get some kind of sound + music support from a boot disk. Any guidance on what ingredients would go into this would help immensely so I can test it out. I know this isn't the greatest card for DOS but in the machine in question it's my only option. Thanks.
You should post your system configuration, especially which motherboard or chipset of your motherboard you are using.
Attached the DOS initializer for the Santa Cruz.
Some of the command line options for TBCDOS.EXE:
/P initializes to DDMA mode
/X initializes to CCLX mode
/L initializes to CCLS mode
/D no TSR (the TSR can be used for IRQ emulation if you cant use the PCI IRQ)
/S doesn't edit DOSSTART.BAT
/V verbose
/A <address> Sound Blaster IO
/M <DMA channel> Sound Blaster DMA
/I <interrupt> Sound Blaster IRQ
There's also some utilities for CS46XX based cards here: http://vsynchmame.mameworld.info/
Edit: Added more command line options.