Re: Raven. A homemade Atari-like computer
Posted: 27 Dec 2025 19:59
I confirm everything you said and everything works perfectly.agranlund wrote: 10 Dec 2025 09:13Did you do these steps?luciodra wrote: 10 Dec 2025 08:35 - At the moment, I removed OPLMIDI from AUTO, but I no longer get audio from Picogus;
- put rvsnd.prg in c:\auto
- put rvsnd.inf in c:\
- you'll then want to edit rvsnd.inf, and under the [midi] section, replacewithCode: Select all
out = Raven- if you need to run pgusinit every time for it to 'start' then it should run before rvsnd.prgCode: Select all
out = opl
(sorry, not sure off the top of my head if it's a one-time configuration tool or if it needs to run at every boot. I suspect it is the former)
- and you'll want isabios to run before those above programs which is using the isa bus.
If you enter the EmuTOS commandline, then go to c:\rvsnd and run 'rvsctrl devs', do you see opl under the list of chips as well as midi?
You can get rid of it completely.- To get peak performance, do I always need to have CACHEON in AUTO, or can I launch it after boot?
If you have the 'cache' option turned on in the EmuTOS menu then EmuTOS will enable caches for you automatically.
The on/off programs are mostly there in case you need manual control for some particular reason.