MAME中自带DOS下通用的AC97声卡驱动程序,包括Intel的AC97、VIA的AC97、SiS7012的AC97声卡等等。可惜的是,它们被集成于MAME中而不容易直接拿出来用作AC97声卡的驱动程序。我经过观察,发现是里面的WSS.C文件是这些AC97声卡的驱动程序,并经过一番修改,成功地用DJGPP编译成了可执行文件。不过,虽然它能运行了,它只是一个演示程序,可以显示出系统中所装的AC97声卡的一些信息来,可惜因为我不知道怎么将它改编为驱动程序,所以还不能当作驱动程序来用呢。。希望大家帮忙,将它改编为DOS下真正的通用AC97声卡的驱动程序来!这多有意义呀。。
下面上传这个已编译的WSS.EXE文件:
打开附件
MAME comes with a general AC97 sound card driver under DOS, including Intel's AC97, VIA's AC97, SiS7012's AC97 sound card, etc. Unfortunately, they are integrated in MAME and not easy to take out directly as the driver program for AC97 sound cards. I observed that the WSS.C file inside is the driver program for these AC97 sound cards, and after some modification, I successfully compiled it into an executable file with DJGPP. However, although it can run, it is just a demo program that can display some information of the AC97 sound card installed in the system. Unfortunately, because I don't know how to adapt it into a driver program, it still can't be used as a driver. I hope everyone can help adapt it into a real general AC97 sound card driver under DOS! How meaningful this is..
The compiled WSS.EXE file is uploaded below:
Open the attachment