Raven. A homemade Atari-like computer

A homemade Atari-like computer based on 68060 and various Atari ST like peripherals
luciodra
Site sponsor
Site sponsor
Posts: 153
Joined: Fri Jun 28, 2024 1:59 pm
Location: Rome

Re: Raven. A homemade Atari-like computer

Post by luciodra »

I think this is the solution to the problem... I kept my linksys new in the box for this occasion :(
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1193
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

These are the cards I've tried successfully, but then again they are almost identical.
IMG_3277.jpg
IMG_3277.jpg (196.26 KiB) Viewed 353 times
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1193
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

Oldskool wrote: Sun Jan 05, 2025 12:17 pm Finally tried Tyrian, Doom and Scumm.
My Yamaha based card seems to have developed some issues (very bad sound output probably bad caps).
So tried the Picogus with the new firmware.

The games works great and I really enjoy the sound/music/speech support.
Picogus is a great card now with easy mode switching and the mpu mode available in all configs.
(fixed yamaha board and removed picogus. real opl is 😎)

Thanks Anders!
Yeah it makes a big difference with music for sure!
Should be great when sound effects are in place too :)
luciodra
Site sponsor
Site sponsor
Posts: 153
Joined: Fri Jun 28, 2024 1:59 pm
Location: Rome

Re: Raven. A homemade Atari-like computer

Post by luciodra »

agranlund wrote: Wed Jan 08, 2025 12:02 am These are the cards I've tried successfully, but then again they are almost identical.
Ok, purchased network card. Then I'll focus on a graphics card...
luciodra
Site sponsor
Site sponsor
Posts: 153
Joined: Fri Jun 28, 2024 1:59 pm
Location: Rome

Re: Raven. A homemade Atari-like computer

Post by luciodra »

agranlund wrote: Tue Dec 10, 2024 12:59 am

EmuTOS's mono driver is now disabled and the boot rom is now instead taking care of setting up an equivalent resolution.
That should, in theory, work with any card that claims to be VGA compatible so if you have something that is not ET4000 or Mach it'd be interesting to hear the result.

I've tested with the following cards.
(Interesting how the ET4000 bios's are saying less memory than what is certainly on the card.. both of them can do 1280x720x256 just fine)


The plan is to keep it so the rom only inits the card to the standard 640x480x2 colors.
So, I found among my wreckage a CL-GD5420 that is seen by the bios 640x480x2 colors, but then I can't get any color desktop, trying with different nova drivers...
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1193
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

luciodra wrote: Wed Jan 08, 2025 11:09 am So, I found among my wreckage a CL-GD5420 that is seen by the bios 640x480x2 colors, but then I can't get any color desktop, trying with different nova drivers...
Yeah Nova supports these cards only: ET4000AX, ET4000/W32i, Mach32 (it should also support Mach64 but I don't have one to test so no guarantees)

Without Nova you should get a 640x480x2 color desktop with just about any graphics cards.
(Your mileage may vary, I'm sure there are some cards which wont work correctly)
But there are no VDI drivers available yet to provide you with anything other than that resolution when running without Nova.

For an end-user I'm sure this is not very interesting but it's great stuff if one is interested in making drivers.

While I was playing around with a bunch of different cards and both NVDI and fVDI that stuff is all prototype code and very very far from anything releasable.
(The only short-term thing I'm thinking I'd like to put together is the ability for "driverless" cards to go 320x200x8bpp when requested by games)

The best pick at the moment, in my opinion, is ET4000/W32i and using Nova driver, that way you get accelerated VDI as well as being able to do 320x200x8bpp for games.
Mach32 has even faster VDI acceleration but will not do 320x200x8bpp resolutions.
The plain old ET4000AX does 320x200x8bpp but VDI is completely unaccelerated and slow.
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1193
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

Music + SoundFX through the Soundblaster card:



https://github.com/agranlund/opentyrian/releases
(use tyrian00.prg if you have an LC cpu)
User avatar
Cyprian
Posts: 456
Joined: Fri Dec 22, 2017 9:16 am
Location: Poland

Re: Raven. A homemade Atari-like computer

Post by Cyprian »

it looks and sounds great
Lynx I / Mega ST 1 / 7800 / Portfolio / Lynx II / Jaguar / TT030 / Mega STe / 800 XL / 1040 STe / Falcon030 / 65 XE / 520 STm / SM124 / SC1435
DDD HDD / AT Speed C16 / TF536 / SDrive / PAK68/3 / Lynx Multi Card / LDW Super 2000 / XCA12 / SkunkBoard / CosmosEx / SatanDisk / UltraSatan / USB Floppy Drive Emulator / Eiffel / SIO2PC / Crazy Dots / PAM Net
http://260ste.atari.org
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1193
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

Cyprian wrote: Fri Jan 10, 2025 12:03 pm it looks and sounds great
Yeah I'm pleasantly surprised and happy to have been proven wrong about Soundblaster on Raven!
I had initially dismissed Soundblaster for PCM output due to lack of ISA-DMA but it turns out letting the CPU push samples from a high-frequency interrupt works just fine.

It's simple and far from optimal and it makes me feel a bit like a caveman, but if it works it works :)

More demanding games would very much benefit from getting GUS support, that'll make both mixing and playback practically free. Looking forward to start to experiment with that.
User avatar
kodak80
Posts: 423
Joined: Sat Oct 21, 2017 1:14 am
Location: Brisbane,QLD Australia
Contact:

Re: Raven. A homemade Atari-like computer

Post by kodak80 »

agranlund wrote: Fri Jan 10, 2025 1:15 am Music + SoundFX through the Soundblaster card:



https://github.com/agranlund/opentyrian/releases
(use tyrian00.prg if you have an LC cpu)
Wow, another one working. :D

Tested with full 68060 and works great with the PicoGUS in SB mode. If PicoGUS is in GUS mode, the game hangs on a white screen and I need to reboot the Raven. Just need to remember to change the PicoGUS mode to SB before playing.

Well done on getting soundFX and music working. :yay2: :yay2: :yay2:
agranlund wrote: Fri Jan 10, 2025 1:14 pm Yeah I'm pleasantly surprised and happy to have been proven wrong about Soundblaster on Raven!
I had initially dismissed Soundblaster for PCM output due to lack of ISA-DMA but it turns out letting the CPU push samples from a high-frequency interrupt works just fine.

It's simple and far from optimal and it makes me feel a bit like a caveman, but if it works it works :)

More demanding games would very much benefit from getting GUS support, that'll make both mixing and playback practically free. Looking forward to start to experiment with that.
I'll take the caveman approach for now and look forward to the journey...
Atari Falcon 030 | Atari 1040 STE | Atari 1040 STFM | Atari 1040 STF | Kryoflux & Supercard Pro Flux boards
Creator of the Atari ST Review magazine archive: https://www.chillichai.com/atari-st-review
Post Reply

Return to “RAVEN 060 - A homemade Atari-like computer”