Can all registered uses please login, even just for a few minutes..
It helps build a picture where our "good traffic" is coming from..
Thanks :)

Raven. A homemade Atari-like computer

A homemade Atari-like computer based on 68060 and various Atari ST like peripherals
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1767
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

Atarian Computing wrote: Mon Jan 19, 2026 1:48 pm Better or worse?
In my particular case it was better:

Code: Select all

HDDRIVER: 6760 kb/sec
EmuTOS:   5540 kb/sec
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1767
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

For no practical reason whatsoever, but having fun needs no other reason :)



(It's just a test application now but may turn into a real floppy disk driver for TOS)
Mikerochip
Posts: 87
Joined: Tue Mar 01, 2022 2:38 pm
Location: Ireland

Re: Raven. A homemade Atari-like computer

Post by Mikerochip »

agranlund wrote: Mon Jan 26, 2026 6:13 pm For no practical reason whatsoever, but having fun needs no other reason :)
(It's just a test application now but may turn into a real floppy disk driver for TOS)
Test ... how? :P What hardware is on the other end??? :D

Yes! For fun, is the best reason! Speaking of, I need to get back to mine :P
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1767
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

Mikerochip wrote: Tue Jan 27, 2026 9:25 pm Test ... how? :P What hardware is on the other end??? :D
Yes! For fun, is the best reason! Speaking of, I need to get back to mine :P
Yep, for fun is the best reason! I'm not sure there's _that_ much practical reasons to use a slow floppy drive but it's fun getting it working :)

I'm only at the stage of building the lower level code that interacts with the floppy controller at the moment, and testing these bits in isolation as I go.
The step after would be to hook up the higher level TOS interface and turning it into a proper driver TSR.


I've been using this card to test:
https://github.com/skiselev/isa-fdc
ISA_FDC-Assembled_Board-1.0-800px.jpg
ISA_FDC-Assembled_Board-1.0-800px.jpg (140.25 KiB) Viewed 755 times

In _theory_ the driver should work with just about any ISA card with a floppy controller as they're all supposed to be register-level compatible.
And just because I said that I couldn't resist swapping in a different one for a quick test, and yep it works with an old HM83740 Multi-IO card too :)

(my card was similar but not exactly the same as this picture I stole off the internet)
hm83740.jpg
hm83740.jpg (100.98 KiB) Viewed 755 times
User avatar
kodak80
Posts: 543
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: Tue Jan 27, 2026 11:11 pm
Mikerochip wrote: Tue Jan 27, 2026 9:25 pm Test ... how? :P What hardware is on the other end??? :D
Yes! For fun, is the best reason! Speaking of, I need to get back to mine :P
Yep, for fun is the best reason! I'm not sure there's _that_ much practical reasons to use a slow floppy drive but it's fun getting it working :)

I'm only at the stage of building the lower level code that interacts with the floppy controller at the moment, and testing these bits in isolation as I go.
The step after would be to hook up the higher level TOS interface and turning it into a proper driver TSR.


I've been using this card to test:
https://github.com/skiselev/isa-fdc

ISA_FDC-Assembled_Board-1.0-800px.jpg


In _theory_ the driver should work with just about any ISA card with a floppy controller as they're all supposed to be register-level compatible.
And just because I said that I couldn't resist swapping in a different one for a quick test, and yep it works with an old HM83740 Multi-IO card too :)

(my card was similar but not exactly the same as this picture I stole off the internet)
hm83740.jpg
We are going to need more ISA slots... :D

Nice work and hope to see this to test in the future
Creator of the Atari ST Review and ST Action magazine archives: https://www.chillichai.com/
Oldskool
Posts: 282
Joined: Mon Jun 29, 2020 12:23 pm

Re: Raven. A homemade Atari-like computer

Post by Oldskool »

agranlund wrote: Tue Jan 27, 2026 11:11 pm
Mikerochip wrote: Tue Jan 27, 2026 9:25 pm Test ... how? :P What hardware is on the other end??? :D
Yes! For fun, is the best reason! Speaking of, I need to get back to mine :P
Yep, for fun is the best reason! I'm not sure there's _that_ much practical reasons to use a slow floppy drive but it's fun getting it working :)

I'm only at the stage of building the lower level code that interacts with the floppy controller at the moment, and testing these bits in isolation as I go.
The step after would be to hook up the higher level TOS interface and turning it into a proper driver TSR.


I've been using this card to test:
https://github.com/skiselev/isa-fdc

ISA_FDC-Assembled_Board-1.0-800px.jpg


In _theory_ the driver should work with just about any ISA card with a floppy controller as they're all supposed to be register-level compatible.
And just because I said that I couldn't resist swapping in a different one for a quick test, and yep it works with an old HM83740 Multi-IO card too :)

(my card was similar but not exactly the same as this picture I stole off the internet)
hm83740.jpg
What a coincedence I’m currently soldering that serial floppy card for my dx2. Ofcourse has nothing to do with Raven although in some way it has some things in common.. Probably Raven is the reason I got the mainboard from the big box of old electronics in the attic and started to put some cards in.
IMG_3747.jpeg
IMG_3747.jpeg (127.92 KiB) Viewed 700 times
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1767
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

kodak80 wrote: Wed Jan 28, 2026 9:14 am We are going to need more ISA slots... :D
Haha I agree, this is the constant problem!
The fear of wearing out the ISA sockets, or even the edge connectors on some of my cards, is very real :D
Oldskool wrote: Wed Jan 28, 2026 9:43 am What a coincedence I’m currently soldering that serial floppy card for my dx2. Ofcourse has nothing to do with Raven although in some way it has some things in common.. Probably Raven is the reason I got the mainboard from the big box of old electronics in the attic and started to put some cards in.
Nice! Dumb as I was I threw away a bunch of PC stuff many years ago cleaning the attic.
The thing I regret the most was chucking my first 486.. a nice little Compaq all-in-one.
Wish I had more space in my small hobby room, would love to have a dx2 again.
LarryL
Site sponsor
Site sponsor
Posts: 245
Joined: Sun Nov 20, 2022 2:42 pm
Location: Germany

Re: Raven. A homemade Atari-like computer

Post by LarryL »

agranlund wrote: Wed Jan 28, 2026 12:51 pm
kodak80 wrote: Wed Jan 28, 2026 9:14 am We are going to need more ISA slots... :D
Haha I agree, this is the constant problem!
The fear of wearing out the ISA sockets, or even the edge connectors on some of my cards, is very real :D
Oldskool wrote: Wed Jan 28, 2026 9:43 am What a coincedence I’m currently soldering that serial floppy card for my dx2. Ofcourse has nothing to do with Raven although in some way it has some things in common.. Probably Raven is the reason I got the mainboard from the big box of old electronics in the attic and started to put some cards in.
Nice! Dumb as I was I threw away a bunch of PC stuff many years ago cleaning the attic.
The thing I regret the most was chucking my first 486.. a nice little Compaq all-in-one.
Wish I had more space in my small hobby room, would love to have a dx2 again.
as far as I know the design of this FDC/Serial-Card from Sergey Kisilev is open, right?
Maybe the FDC part could be integrated into the new "IDE/CF/Network-Card", you have in the works...
just thinking/hoping ;-)
User avatar
agranlund
Site sponsor
Site sponsor
Posts: 1767
Joined: Sun Aug 18, 2019 10:43 pm
Location: Sweden
Contact:

Re: Raven. A homemade Atari-like computer

Post by agranlund »

LarryL wrote: Wed Jan 28, 2026 1:08 pm as far as I know the design of this FDC/Serial-Card from Sergey Kisilev is open, right?
Maybe the FDC part could be integrated into the new "IDE/CF/Network-Card", you have in the works...
just thinking/hoping ;-)
I like it!

Just have to make up my mind about what chip to use based on availability and board space.
Ideally I would want one of the later QFP48 ones. Those PLCC68 variants are quite large.
Though if I ditch one of the CF sockets, or make the board larger, I suppose I could use whatever.

The super-io chips are also an option I suppose but they're usually QFP100 and feels a bit overkill if I only want the floppy part of it.
To my surprise Microchip _still_ makes one of those today for ISA host interface.
And available in places like Mouser and Digikey for less money than some of those old and maybe used floppy-only chips found on ebay. So for that reason it's not completely ruled out.
LarryL
Site sponsor
Site sponsor
Posts: 245
Joined: Sun Nov 20, 2022 2:42 pm
Location: Germany

Re: Raven. A homemade Atari-like computer

Post by LarryL »

agranlund wrote: Wed Jan 28, 2026 10:56 pm
Though if I ditch one of the CF sockets, or make the board larger, I suppose I could use whatever.
sounds great!
maybe put one of the CF sockets on the back of the PCB?
Post Reply

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