Reply 260 of 2419, by truth_deleted
That's awesome work on your emulation! Especially with lack of examples and supposedly error-prone documents on the standard. 😀 I watched the video clip and the CD audio is certainly robust. Are any audio track problems repeatable?
I wonder if 95 DOS and the 95 mscdex driver produce the same problem as pure dos and its version of mscdex. Also, perhaps a dos program could run via the 95 DOS box and work while mapping through the protected mode layer.
If mapping through mscdex emulation, then I would think that the OGG format would be supported in your emulation, too.
Edit: When 95b+IDE+S3 is not shut down properly, it will freeze on boot; one way to fix is to boot with F8. I think we have a solution, disable scandisk on boot via msdos.sys:
[Options]
Autoscan=0
Edit2: the CD audio emulation works flawlessly! Confirmed it works in DOS6.22 and 7.0 (95) via "Cubic Player"; interesting that when using Cubic Player in 95 DOS box, it communicates by "Play by LBA" (Atapi command 0xa5) instead of by MSF. 95 must be using atypical(?) mapping to play back DOS-based CD audio.