bbisi wrote: 19 Dec 2025 16:22
1. i have an raven060 with Sound AWE64. But wich driver I can use. Or is the picots the better sound card?
Sorry, I seem to have missed that post.
Since you have the AWE64 I would use it :)
The biggest drawback I think is that those don't have Wavetable headers. But you can always use the oplmidi.prg driver for an OPL based software midi synth. (or hook up a hardware midi instrument to the midi jack)
If I were to get a new card I would go for an ES1868 or ES1869 based card.
Alternatively a YMF719 based one (commonly also called OPL3-SAx)
On Raven specifically, those ES186X cards has the potential for PCM playback with much lower cpu overhead and better quality, compared to most other soundblaster compatible cards which wants to have ISA-DMA for that.
This puts the ES as a solid first choice for me but if it hadn't been for that I would have kept using my YMF719 card.
I think Creative cards are all a bit iffy and it's hard to work out which models have the right combination of flaws I could live with.
Except for the nostalgia of getting an exact model you had as a youngster, I think it's just easier to get a better non-Creative card and chances are those might be cheaper too :)
- The nickname "Noiseblaster" is no fluke :)
- Early ones have OPL2 instead of OPL3. I would avoid.
- Middle ones use authentic OPL3 chips. nice.
- Later ones cost-reduced by using their own OPL clone (but it's a pretty good clone so I wouldn't mind)
- Some models lack wavetable header. I would avoid.
- MANY models have the hanging midi note bug that Creative cards are infamous for. I would avoid (if it's even possible?)
(It looks like someone on Vogons has developed a custom DSP firmware that fixes it, but I don't know how to flash soundblaster cards)
Another thing I'd consider when picking a soundcard is if it has internal headers for any kind of audio-input (cd-in, aux, or something like that).
Nice to have so that you can hook up the YM2149 output from the motherboard to an internal input on the soundcard.
I assume most or all cards will have this though.
2. i want to make a smd rom with other files in this rom. I want to use uip to receive files over the network. How can I make this
At the moment you'd have to build the rom+romdisk from source as there is no user tools for manipulating the final rom image post-build.
It would certainly be possible for someone to make such a tool though.
(Bootrom, TOS and Romdisk are distinct and separate parts of the image and there is a TOC. So I think the plumbing should be there to be able to manipulating a rom image; for example to replace the romdisk without rebuilding any of the other stuff)