crazii

Results 203 comments of crazii

Thanks to @jiyunomegami, now CMI driver works. I also tried to fix ES1371 agian, you can confirm both changes.

I think the CMI driver works, but the problem is the buffer is too long, the interrupt happens in too low frequency that the digital sounds will be delayed(SBEMU will...

I added experimental code for CMI, can you confirm the changes? thanks

What's the IRQ number used for your ES1371 card? is it below 7 (may be 5/7) or higher (9/10/11)? It might be that the default setup uses 5/7 to get...

I forgot that VirtualBox has a SBPCI sound card, I can debug with it. EDIT: not recognized, probably a ISA card. VMWare player has an SBPCI.

Yes, that's an experimental piece of code - the CMI spec/datasheet says only "count" no mentioning -1, so I just wanna try it. I just reverted it. BTW it seems...

> Also going forward it would be good to include the userbuild number in SBEMU as we are probably going to collect a lot of screen shots ;-) @volkertb could...

I believe I already did that for VT82xx, but there might be other problems. EDIT: I've fix a bug on VT8237, which is the same chip of 8233, but I...

> In fact... They are working better then my reference Sound Blaster Live which seems to have an audible back-tick with FX, not very disturbing, but the CMI and ES1371...

Then it's probably required by the spec, I remember a timer interrupt is used, you can tune the value of ```sc_sbliv.c```:867 ```emu10k1_writefn0(card, TIMER, 0x240); //set timer rate``` to see what...