Raven. A homemade Atari-like computer
-
Oldskool
- Posts: 279
- Joined: 29 Jun 2020 12:23
Re: Raven. A homemade Atari-like computer
Before we know it it can boot DOS ;)
-
stephen_usher
- Site sponsor

- Posts: 7380
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: Raven. A homemade Atari-like computer
Not sure Microsoft produced an MSDOS-68K variant ;-)
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
Oldskool
- Posts: 279
- Joined: 29 Jun 2020 12:23
Re: Raven. A homemade Atari-like computer
I think DR did ;)
But Anders great to see this card as well running.
Never seen it in the wild in a PC. Seems to be pretty fast and interesting as well when I google it.
But Anders great to see this card as well running.
Never seen it in the wild in a PC. Seems to be pretty fast and interesting as well when I google it.
-
agranlund
- Site sponsor

- Posts: 1755
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
You know, it would be pretty interesting to make some kind of special DOSBox build.
With a direct passthrough to the ISA bus so it wouldn't have to emulate graphics or sound..
-
Cyprian
- Posts: 542
- Joined: 22 Dec 2017 09:16
- Location: Warszawa, Poland
Re: Raven. A homemade Atari-like computer
MS no, but DRI yes GEMDOS ;)
ATW800/2 / V4sa / 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
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
-
Oldskool
- Posts: 279
- Joined: 29 Jun 2020 12:23
Re: Raven. A homemade Atari-like computer
Dosbox on the Amiga is really really really slow even on a Vampire or Pi. But if you could get fast XT, low end 286 performance somehow it would indeed be a awesome way to use the various ISA cards “natively”.
-
agranlund
- Site sponsor

- Posts: 1755
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Yeah if it could do low end 286 it could be quite useful.Oldskool wrote: 16 Dec 2024 11:59 Dosbox on the Amiga is really really really slow even on a Vampire or Pi. But if you could get fast XT, low end 286 performance somehow it would indeed be a awesome way to use the various ISA cards “natively”.
Not so much for games, but being able to run card manufacturers utilities could be useful.
For the GUS I ended up writing my own "ultrinit" equivalent but if I would have had the ability to go "x86.prg ultrinit.exe" I may have done that instead :)
Absolutely something for the list of cool things to play with!
-
danboid
- Posts: 126
- Joined: 18 Jul 2024 19:25
Re: Raven. A homemade Atari-like computer
Never tried it myself but the Amiga had PC-Task which seemed to do a pretty good job of emulating a PC in software on m68k:
PC-Task became PD but I don't think its sources ever got released.
I've seen a few people posting this meme recently so I felt obliged to share it here to seeing as there aren't many raven memes
PC-Task became PD but I don't think its sources ever got released.
I've seen a few people posting this meme recently so I felt obliged to share it here to seeing as there aren't many raven memes
You do not have the required permissions to view the files attached to this post.
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
https://uzebox.org/wiki/Omega
-
atari030
- Posts: 366
- Joined: 12 Feb 2018 12:43
Re: Raven. A homemade Atari-like computer
There are a few software PC emulators for the Atari. PC Ditto and Soft PC. The latter might work as it was designed for the TT if memory serves. But that's just nuts. I like it.
-
agranlund
- Site sponsor

- Posts: 1755
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Toying with graphics hardware is fun but being restricted to mono in the desktop is not, so I've been exploring how to make screendrivers for the available VDI's.
fVDI was easier than expected to get going.
And even NVDI thanks to the incredible work by @shoggoth77 for those Supervidel & Vampire.
Here's a Western Digital WD90C31 gfxcard comparing NVDI agains fVDI.
NVDI is clearly the faster of the two here.
Like most of the late ISA cards this one too has hardware acceleration but the hardware-level driver is still the "generic" dumb framebuffer one and I haven't made any proper card-specific stuff yet.
From a users perspective it's all a bit rubbish compared to Nova with W32i/Mach32, but from my own perspective I think this is really cool and very satisfying getting a colored desktop with random gfxcards. Tinkering with old and new ISA stuff is what the machine was made for :)
Perhaps a future motherboard revision should have a VLB slot.
fVDI was easier than expected to get going.
And even NVDI thanks to the incredible work by @shoggoth77 for those Supervidel & Vampire.
Here's a Western Digital WD90C31 gfxcard comparing NVDI agains fVDI.
NVDI is clearly the faster of the two here.
Like most of the late ISA cards this one too has hardware acceleration but the hardware-level driver is still the "generic" dumb framebuffer one and I haven't made any proper card-specific stuff yet.
From a users perspective it's all a bit rubbish compared to Nova with W32i/Mach32, but from my own perspective I think this is really cool and very satisfying getting a colored desktop with random gfxcards. Tinkering with old and new ISA stuff is what the machine was made for :)
Perhaps a future motherboard revision should have a VLB slot.
You do not have the required permissions to view the files attached to this post.
Who is online
Users browsing this forum: ClaudeBot and 3 guests