crazii

Results 203 comments of crazii

> 1. Load sbemu as usual. I did this way: > `sbemu /VOL9` > 2. Then change the output: > `sbemu /O0` > > This way doesn't work: `sbemu /VOL9...

It seems the device enumeration is OK but crashed on removing the unsupported device, probably a coding bug. BTW USBDDOS doesn't need LH. instead it will have no memory fragments...

You don't have to, but still you can try it. I've seen unsupported devices: Wireless(class 'ef')/Vendor specific(class 'ff') on my T540p too, it's on the board, and the video camera...

Thanks and Happy new year! it's Jan/01/2024 here in the morning already. :)

> It seems the device enumeration is OK but crashed on removing the unsupported device, probably a coding bug. BTW USBDDOS doesn't need LH. instead it will have no memory...

No, usbddos don't need any port-trapping. That is needed only for the Retrowave OPL driver.

I checked CWSDPMI again, it seems my previous conclusion is incorrect. CWSDPMI won't work because it pre-allocate all XMS for dpmi memory, but usbddosp needs free XMS to work, it...

Maybe. USBDDOS always uses xms allocation without checking the available size, it might work if jemm only "report" limited memory but still succeeding in allocation when total request exceeds that...

Yes the code between Linux source and mpxplay needs reconciliation, that is planned, but not quite sure when. I've never touched/read the linux part yet so you may ask jiyunomegami,...

Thanks for the detailed explanation. So let's leave it disabled by default. When I wrote ```mixer_speed_lq``` I just reused the interface (resample in place) and part of the code of...