Thx for quick replay.
Tiido wrote:
1) YMF71x uses two DMAs and two IRQs, referred to as A and B, which can then be assigned to any of the available physical DMA or IRQ channels.
Im still confused, its not actually straight forward.. Are these IRQ some internal card MB assignments? or they are meant for emulated SB card IRQ - so make sense to set 5 and 7 IRQ and DMA 1 or 5, if not it make sense to set some different values to keep IRQ 5/7 free.. Or A is for emulated IRQ and B is for real machine actual IRQ card assigment?
Tiido wrote:
2) The software loads AUTOEXEC in memory to modify it there instead of scanning through the file and trying to insert and shift stuff that way. It has a 32KB byte limit because of that. A file this big will be full of bunch of stuff and since the program will only try to update the first entry found, it is highly unlikely it is the right entry in a file this big with many confs in it, so you're definitely better off with manual update to the settings suggested by software.
Im used to this situation, utilities usually write code at the start of autoexec.bat and config.sys, so i can late easy integrate the code and copy it at the right place. Second scenarios is search for some specific line and adjust it or put it before / after.. this works too, but its a bit more messy especially if they not print detail what where was changed.
Other and more clean solution would be just print needed code in some *.txt or other filename like autoexec.YMH or Config.YMH and tell user to copy it at the right places. Important are exact commands, not integration of it to existing conf files..
Tiido wrote:3) That seems most strange...
Board out of test bench, later i got idea that problem could be video card too, Warcraft 2 with quite picky with Vesa 2.0 cards, but problem is usually black screen, not ASM DOS/4 extender crash report.
Tiido wrote:
4) YMF71x has no kind of SB16 compatibility, if you want 16bit sound you have to use WSS instead.
Its strange, because with all these SB emulation card, they is usually mention that SB PRO 2 not SB 16 is emulated, but for lots of games SB16 check is passing and sound is working. They are even games which are running only with SB 16 option, but not SB Pro(2).
Im old goal oriented goatman, i care about facts and freedom, not about egos+prejudices. Hoarding=sickness. If you want respect, gain it by your behavior. I hate stupid SW limits, SW=virtual world, everything should be possible if you have enough raw HW.