Raven. A homemade Atari-like computer
-
Atarian Computing
- Posts: 581
- Joined: 22 Aug 2017 04:27
Re: Raven. A homemade Atari-like computer
Look what the postman dragged in :D
@Steve & @luciodra, I'll pack them up for you and send them this week. For others, there's still 2 available.
You do not have the required permissions to view the files attached to this post.
-
viking272
- Site sponsor

- Posts: 286
- Joined: 10 Aug 2020 11:32
- Location: Reading, Berkshire, UK
Re: Raven. A homemade Atari-like computer
Looks great! Sent a PMAtarian Computing wrote: 06 Aug 2024 15:50 Look what the postman dragged in :D
DSC_0190.JPG
@Steve & @luciodra, I'll pack them up for you and send them this week. For others, there's still 2 available.
-
Atarian Computing
- Posts: 581
- Joined: 22 Aug 2017 04:27
Re: Raven. A homemade Atari-like computer
Replied. That leaves 1 left.
-
Steve
- Posts: 3305
- Joined: 15 Sep 2017 11:49
Re: Raven. A homemade Atari-like computer
Awesome 😎 thank you
-
Oldskool
- Posts: 279
- Joined: 29 Jun 2020 12:23
Re: Raven. A homemade Atari-like computer
Both were 33mhz versions. So people who are building a Raven get a 40mhz! 33 could work but maybe not...agranlund wrote: 05 Aug 2024 23:18Wow! Scary stuff, hope the rest of the components in your PC survived.Oldskool wrote: 05 Aug 2024 22:22 Thanks. The Raven is solid now it seems with the other 68150 I had.
So that was the main issue it seems. A dodgy 68150 or at least one that does not like 48..
Video is working perfecty at all resolution. No strange crashes.
Was wanting to try your new roms and cpld however then there was a big bang. Almost like a gunshot.
I thought it was the Raven however it seems the power supply in my PC has exploded.
But the Raven is OK. :)
Interesting with that 68150, was the replacement one also a 33mhz version?
Do you want the dodgy one maybe?
Plugged in my yamaha isa sound card which looks simalor to your red one. Runned the isa program (recognises an OPL3) and indeed I know hear OPL soundssss from the speakers. So that works great. OPL3 is indeed really cool..
(Indeed I hope my PC is OK there seems to have been a recall on the blown PSU describing this issue lets see if they send a new one and the rest of the hardware still works.)
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
In preparation for Ultrasound MOD plugins I decided to clean up and refactor my existing plugins codebase.
- mxPlay and Jam versions now share common codebase, except for only the player specific part.
This makes everything a lot neater compared to the old copy/pasted stuff in two different places.
As a consequence, the Jam version of the midi plugins should now work properly as they no longer use outdated code.
- OPL plugin is now using a proper delay function instead of delaying by abusing the ISA bus with invalid reads like the original DOS code did
- ISA_BIOS is no longer a hard requirement and if not available the plugins will attempt to best-guess bus details based on machine type (hades, milan, panther, raven)
- Plugins will try to autodetect port settings of certain cards if ISA_BIOS is installed. Fallback to 0x330 for MIDI and 0x388 for OPL.
Sourcecode moved to a new player-agnostic plugins folder:
https://github.com/agranlund/atarisound ... rc/plugins
Binaries are located in the same folder structure as before:
https://github.com/agranlund/atarisound ... /mxplugins
https://github.com/agranlund/atarisound ... jamplugins
Now time to transition my GUS testing code to plugin :)
Formats: FastTrackerII (.XM) + "generic" modules (.MOD)
Future: ScreamTracker (.S3M)
Hardware: UltraSound PnP (AMD chip)
Future: Ultrasound / PicoGUS (GF1 chip)
Future-future: Soundblaster AWE32/64
- mxPlay and Jam versions now share common codebase, except for only the player specific part.
This makes everything a lot neater compared to the old copy/pasted stuff in two different places.
As a consequence, the Jam version of the midi plugins should now work properly as they no longer use outdated code.
- OPL plugin is now using a proper delay function instead of delaying by abusing the ISA bus with invalid reads like the original DOS code did
- ISA_BIOS is no longer a hard requirement and if not available the plugins will attempt to best-guess bus details based on machine type (hades, milan, panther, raven)
- Plugins will try to autodetect port settings of certain cards if ISA_BIOS is installed. Fallback to 0x330 for MIDI and 0x388 for OPL.
Sourcecode moved to a new player-agnostic plugins folder:
https://github.com/agranlund/atarisound ... rc/plugins
Binaries are located in the same folder structure as before:
https://github.com/agranlund/atarisound ... /mxplugins
https://github.com/agranlund/atarisound ... jamplugins
Now time to transition my GUS testing code to plugin :)
Formats: FastTrackerII (.XM) + "generic" modules (.MOD)
Future: ScreamTracker (.S3M)
Hardware: UltraSound PnP (AMD chip)
Future: Ultrasound / PicoGUS (GF1 chip)
Future-future: Soundblaster AWE32/64
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Nice!! That's awesome :)Oldskool wrote: 06 Aug 2024 21:48 Plugged in my yamaha isa sound card which looks simalor to your red one. Runned the isa program (recognises an OPL3) and indeed I know hear OPL soundssss from the speakers. So that works great. OPL3 is indeed really cool..
The 33mhz one I tested briefly appeared to work, but that test was far from rigorous.Oldskool wrote: 06 Aug 2024 21:48 Both were 33mhz versions. So people who are building a Raven get a 40mhz! 33 could work but maybe not...
Do you want the dodgy one maybe?
I guess it's a bit of a gamble with those slower rated versions. If you are willing to part with the dodgy one I'd be happy to take it off your hands for testing at different bus speeds.
Looking forward, I'd like to verify and fix anything related to running at different clocks. Especially 64/32 for those slower 68150's.
But you know, don't hold your breath waiting for it :)
I second @Oldskool and suggest the 40mhz version as less of a gamble than the 33mhz ones.
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Regarding the BOM.
I notice the buttons are red color, the plcc sockets are brown, and the jumpers are just terrible (they are hard to grab).
The first part number is the one in the current bom and ones under may be more suitable.
Unless anyone can see some obvious mistake then I think I'll update the bom on github with one of the better options?
The jumpers lack the usual groove and are really quite hard to get a grip on if you want to remove them.
I ended up using better model spares I had laying around but if anyone has a part number for a good one I'd be happy to update the bom.
Oh, and @Oldskool , where did you get those black Simm connectors from and do you have a part number for them? :)
I notice the buttons are red color, the plcc sockets are brown, and the jumpers are just terrible (they are hard to grab).
The first part number is the one in the current bom and ones under may be more suitable.
Unless anyone can see some obvious mistake then I think I'll update the bom on github with one of the better options?
The jumpers lack the usual groove and are really quite hard to get a grip on if you want to remove them.
I ended up using better model spares I had laying around but if anyone has a part number for a good one I'd be happy to update the bom.
Oh, and @Oldskool , where did you get those black Simm connectors from and do you have a part number for them? :)
Code: Select all
Buttons
SKHHARA010 Alps Alpine (red)
SKHHAKA010 Alps Alpine (black)
Socket PLCC68
540-88-068-24-008 Preci-dip (brown)
8468-11B1-RK-TP 3M (black)
PLCC-68-AT Adam Tech (black)
Socket PLCC84
540-88-084-24-008 Preci-dip (brown)
8484-11B1-RK-TP 3M (black)
PLCC-84-AT Adam Tech (black)
Jumpers
1-881545-4 TE Connectivity (terrible)
-- find a more sensible option
ATX connector
1-1775099-3 TE Connectivity (white)
-- is there a black alternative?
Simm connector
5822030-3 TE Connectivity (white)
-- is there a black alternative?
-
Oldskool
- Posts: 279
- Joined: 29 Jun 2020 12:23
Re: Raven. A homemade Atari-like computer
Black simm sockets:
https://www.ebay.nl/itm/173129505326?it ... SwDuJWyBbp
I don’t think you can still buy them new new..
https://www.ebay.nl/itm/173129505326?it ... SwDuJWyBbp
I don’t think you can still buy them new new..
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Raven making noise :)
Many thanks for mxPlay @mikro, not having to deal with GUI and just focus on playback code is a blessing.
Many thanks for mxPlay @mikro, not having to deal with GUI and just focus on playback code is a blessing.
Who is online
Users browsing this forum: ClaudeBot and 1 guest