Raven060 (luciodra build).

User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1752
Joined: 18 Aug 2019 22:43
Location: Sweden

Re: Raven060 (luciodra build).

Post by agranlund »

luciodra wrote: 18 May 2025 23:21 Finally the network card gives some signals...
Nice! And wow, I just saw your trick with the card.
Awesome that it works for you and thanks for sharing in case it's useful for someone down the line. Though leaves you wondering why it was needed :)
User avatar
JezC
Posts: 2783
Joined: 28 Aug 2017 23:44

Re: Raven060 (luciodra build).

Post by JezC »

It couldn't be as simple as some connection problem on the upper 8 data bits could it?

Still hoping to be able to build one of these at some future point...
User avatar
PhilC
Moderator
Moderator
Posts: 7442
Joined: 23 Mar 2018 20:22

Re: Raven060 (luciodra build).

Post by PhilC »

JezC wrote: 19 May 2025 14:40 It couldn't be as simple as some connection problem on the upper 8 data bits could it?

Still hoping to be able to build one of these at some future point...
After @agranlund has done the next revision I'll probably order some boards, so will have 4 sets spare?
If it ain't broke, test it to Destruction.
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1752
Joined: 18 Aug 2019 22:43
Location: Sweden

Re: Raven060 (luciodra build).

Post by agranlund »

luciodra wrote: 28 Mar 2025 09:54 I would like a clarification on Picogus: I use it in SB emulation mode and it works in a somewhat incomprehensible way.
Doom: SFX works but not music, or by launching doom.prg -music adlib then you hear music and SFX at the same time.
Scumm: YM audio only
Tyrian: only music without SFX.
Jam and Mxplay: No midi audio.

If I put OPLMIDI. PRG in AUTO:
DoomSB and Tyrian: music and SFX OK but the computer crashes as if there was the usual ISA conflict.
Scumm: midi music works and no freeze.
Jam and Mxplay great midi audio !

Where am I wrong?
Terribly sorry, I completely missed your post before @luciodra

Music has an explanation:

- By default, midi messages are sent to the midi-out jack on the motherboard. You'll need an external midi synth to get actual audio.

- The MPU401 driver re-routes midi messages to MPU401 device on the ISA bus, such as soundblaster, or the picogus in SB mode, or other cards with a compatible device.
What the card does with these messages is up to it but generally speaking they usually won't produce audio but rather forward the messages out their own midi jack, requiring an external midi synth to get actual audio.
If your card has a wavetable header then it can send the midi messages to it, and that wavetable synth will produce actual audio. This is the most convenient solution to get audio from midi.

- The OPLMIDI driver is a software synth that works in the background. It consumes the midi messages and tries to play something sensible on OPL2/3 device if you have one on of these on the ISA bus. (I'm sure there can be bugs in this code, and if so, fixes are welcome :) )

(Tyrian plays Adlib music rather than midi which is why you are hearing it regardless of midi driver)


I don't have a good answer for the lack of SFX in Tyrian and ScummST. The audio code should be very similar to the one in Doom but perhaps some bug or something initialization related missing, like hardware volume or something like that perhaps.
I forget, can your default pcm audio volume be set by pgusinit? Perhaps you have it set to 0 by default and I am setting it to something sensible in Doom but not in the other ones (just wildly guessing since it works here for me)
User avatar
JezC
Posts: 2783
Joined: 28 Aug 2017 23:44

Re: Raven060 (luciodra build).

Post by JezC »

PhilC wrote: 19 May 2025 14:42
JezC wrote: 19 May 2025 14:40 It couldn't be as simple as some connection problem on the upper 8 data bits could it?

Still hoping to be able to build one of these at some future point...
After @agranlund has done the next revision I'll probably order some boards, so will have 4 sets spare?
Sounds like a good plan if I can ever get a suitable '060 to go in it...
Thanks for the offer @PhilC
luciodra
Site sponsor
Site sponsor
Posts: 341
Joined: 28 Jun 2024 13:59
Location: Rome

Re: Raven060 (luciodra build).

Post by luciodra »

agranlund wrote: 19 May 2025 14:37
luciodra wrote: 18 May 2025 23:21 Finally the network card gives some signals...
Nice! And wow, I just saw your trick with the card.
Awesome that it works for you and thanks for sharing in case it's useful for someone down the line. Though leaves you wondering why it was needed :)
The spirit of using this card is precisely in experimenting and helping others.
The idea of ​​8 bits came to me because I exchanged various 16-bit cards and I always had blocks, then I tried an 8-bit card and saw that the blocks didn't appear.
In my opinion the problem is the video card which is the only 16 bit one (I've tried a couple).
Now I have the ET4000AW with Picogus and Ethernet card with patch and the system is strong and stable!

Regarding audio, the balance between music and sfx was actually one of the problems.
Raven 060 rev 6 96MHz
ET4000AX 1Mb T0
PicoGUS 2.0
luciodra
Site sponsor
Site sponsor
Posts: 341
Joined: 28 Jun 2024 13:59
Location: Rome

Re: Raven060 (luciodra build).

Post by luciodra »

IMG_1919.jpg
This run very well on Raven 8-)
You do not have the required permissions to view the files attached to this post.
Raven 060 rev 6 96MHz
ET4000AX 1Mb T0
PicoGUS 2.0
User avatar
PhilC
Moderator
Moderator
Posts: 7442
Joined: 23 Mar 2018 20:22

Re: Raven060 (luciodra build).

Post by PhilC »

That looks like it runs ok, I'm still learning how to set stuff up and what it can do
If it ain't broke, test it to Destruction.
User avatar
danboid
Posts: 126
Joined: 18 Jul 2024 19:25

Re: Raven060 (luciodra build).

Post by danboid »

PhilC wrote: 19 May 2025 14:42
JezC wrote: 19 May 2025 14:40 It couldn't be as simple as some connection problem on the upper 8 data bits could it?

Still hoping to be able to build one of these at some future point...
After @agranlund has done the next revision I'll probably order some boards, so will have 4 sets spare?
I would like an A2 board.
The 'Uzebox Omega is a fully open source games console that you can build in a weekend, even with no previous electronics experience:

https://uzebox.org/wiki/Omega
User avatar
PhilC
Moderator
Moderator
Posts: 7442
Joined: 23 Mar 2018 20:22

Re: Raven060 (luciodra build).

Post by PhilC »

@danboid I'll put up a post when I'm ordering but won't be for a while yet.
If it ain't broke, test it to Destruction.

Return to “RAVEN 060 - USER BUILDS”

Who is online

Users browsing this forum: ClaudeBot, gpt [bot] and 4 guests