Hah, interesting!
I was going to have a bit of experimentation with IDE and PIO modes and because the risk of trashing data is high when fiddling with IDE I decided to use a different card than my normal one.
Turns out four of my CF-cards don't actually work in Raven, as in they are not recognised by EmuTOS nor HDDriver.
By luck I must have picked one that works and I never tried a different one until now :lol:
Thought it could be good information to know in case you are struggling with IDE ...
It looks like it's caused by a too short "Address setup before IORD" and that some cards don't like that. I think I should be able to sit down some day and fix this in Nessi firmware only.
(the cards I have are of different brands and sizes and the one I've been using, which I don't know the model of, came with the Vampire V4SA which can also be picky with cards)
Raven. A homemade Atari-like computer
-
agranlund
- Site sponsor

- Posts: 1751
- Joined: 18 Aug 2019 22:43
- Location: Sweden
-
agranlund
- Site sponsor

- Posts: 1751
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Pushed nessi firmware 250714. Improves compatibility with slower cf-cards.
https://github.com/agranlund/raven/tree ... w/a1/Nessi
I'll include this firmware in future release zip after it have had a bit more testing, but my disk-on-module and collection of random cf-cards now appear to work.
Overall logical drive speed is not that much effected. It Looks like the number is in the same ballpark as before.
HDDriver appears to be capable of faster logical drive speed, assuming it's a TOS-only partition.
The drawback of that is you can't use the card in a PC then. And you need the byteswap adapter since HDDriver doesn't understand little-endian interfaces.
https://github.com/agranlund/raven/tree ... w/a1/Nessi
I'll include this firmware in future release zip after it have had a bit more testing, but my disk-on-module and collection of random cf-cards now appear to work.
Overall logical drive speed is not that much effected. It Looks like the number is in the same ballpark as before.
HDDriver appears to be capable of faster logical drive speed, assuming it's a TOS-only partition.
The drawback of that is you can't use the card in a PC then. And you need the byteswap adapter since HDDriver doesn't understand little-endian interfaces.
You do not have the required permissions to view the files attached to this post.
-
agranlund
- Site sponsor

- Posts: 1751
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
minor release package update:
https://github.com/agranlund/raven/rele ... .A1.latest
firmware:
- (nessi) improved cf-card compatibility
rom:
- improved IDE transfer rate, now 7.9 MB/s instead of 4.8 MB/s, your mileage may vary.
(I had missed a define in EmuTOS which made the Raven build do 16bit rather than 32bit operations... :oops:)
https://github.com/agranlund/raven/rele ... .A1.latest
firmware:
- (nessi) improved cf-card compatibility
rom:
- improved IDE transfer rate, now 7.9 MB/s instead of 4.8 MB/s, your mileage may vary.
(I had missed a define in EmuTOS which made the Raven build do 16bit rather than 32bit operations... :oops:)
-
kodak80
- Posts: 536
- Joined: 21 Oct 2017 01:14
- Location: Brisbane, QLD, Australia
Re: Raven. A homemade Atari-like computer
:thanksyellow: I can confirm that 2 32GB CF cards that did not work before are now working. :)agranlund wrote: 18 Jul 2025 22:22 minor release package update:
https://github.com/agranlund/raven/rele ... .A1.latest
firmware:
- (nessi) improved cf-card compatibility
rom:
- improved IDE transfer rate, now 7.9 MB/s instead of 4.8 MB/s, your mileage may vary.
(I had missed a define in EmuTOS which made the Raven build do 16bit rather than 32bit operations... :oops:)
Creator of the Atari ST Review and ST Action magazine archives: https://www.chillichai.com/
-
luciodra
- Site sponsor

- Posts: 341
- Joined: 28 Jun 2024 13:59
- Location: Rome
Re: Raven. A homemade Atari-like computer
And I can also confirm the increase in speed performance.
Thank you !
Thank you !
Raven 060 rev 6 96MHz
ET4000AX 1Mb T0
PicoGUS 2.0
ET4000AX 1Mb T0
PicoGUS 2.0
-
agranlund
- Site sponsor

- Posts: 1751
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Finally got around to soldering and testing the updated versions of:
CKBD:
Fixes fan control.
Old rev.c version can be patched using a through-hole resistor as per the readme so I wouldn't bother with the new if you already have one.
https://github.com/agranlund/raven/tree ... rades/ckbd
ROM Simm (SMD version):
Future proofing by tying pin47 high as some vendors flash chips can use this pin for selecting byte/word operation.
It makes no difference for SST39 devices but could in theory allow a larger variety of chips to be used in the future.
Thus, I wouldn't bother if you already have a rom simm.
https://github.com/agranlund/raven/blob ... mm/rom_SMD
So a bit of a no-news, news really :)
For these boards I fired up the ultrasonic cleaner for the very first time and wow, that thing is amazing!
I think I can stop dreading to clean PCBs after soldering now :)
CKBD:
Fixes fan control.
Old rev.c version can be patched using a through-hole resistor as per the readme so I wouldn't bother with the new if you already have one.
https://github.com/agranlund/raven/tree ... rades/ckbd
ROM Simm (SMD version):
Future proofing by tying pin47 high as some vendors flash chips can use this pin for selecting byte/word operation.
It makes no difference for SST39 devices but could in theory allow a larger variety of chips to be used in the future.
Thus, I wouldn't bother if you already have a rom simm.
https://github.com/agranlund/raven/blob ... mm/rom_SMD
So a bit of a no-news, news really :)
For these boards I fired up the ultrasonic cleaner for the very first time and wow, that thing is amazing!
I think I can stop dreading to clean PCBs after soldering now :)
-
agranlund
- Site sponsor

- Posts: 1751
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Work in progress, and "borrowing" liberally from the EmuTOS codebase, but still a while to go until it's a finished driver :)
Testing on an ancient super-io card:
Supporting the floppy interface could be a pointless, but fun, exercise too later on.
These newer homemade ones use non-standard addresses but will be supported too is the plan.
Testing on an ancient super-io card:
Supporting the floppy interface could be a pointless, but fun, exercise too later on.
These newer homemade ones use non-standard addresses but will be supported too is the plan.
You do not have the required permissions to view the files attached to this post.
-
PhilC
- Moderator

- Posts: 7441
- Joined: 23 Mar 2018 20:22
Re: Raven. A homemade Atari-like computer
I got a multi io card for the same experiments but got sidetracked getting the network stuff and ESS stuff working.
I probably would use the floppy drive as well as I have loads of HD disks.
I probably would use the floppy drive as well as I have loads of HD disks.
If it ain't broke, test it to Destruction.
-
agranlund
- Site sponsor

- Posts: 1751
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
But does your case even have drive bays? :DPhilC wrote: 03 Aug 2025 16:30 I probably would use the floppy drive as well as I have loads of HD disks.
(I have a whole bunch of old Atari disks stashed away too, would be really neat if Raven could read them)
-
PhilC
- Moderator

- Posts: 7441
- Joined: 23 Mar 2018 20:22
Re: Raven. A homemade Atari-like computer
And therein lies the problem. I have a cooler master qube500, so I could rig up something externally though.
If it ain't broke, test it to Destruction.
Who is online
Users browsing this forum: ClaudeBot, Hellraiseruk, jmorden and 0 guests