You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
DO NOT USE DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time it is unfortunately not possible to white list users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time it is unfortunately not possible to white list users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
Raven. A homemade Atari-like computer
Re: Raven. A homemade Atari-like computer
@agranlund see if these will fit, I think they will.
T224162B-28J SOJ40 (1PCS)
Not the cheapest but the 83mhz (-35ns) run at 93mhz and the ones I just fitted are 100mhz or 28ns
Got them on eBay.
T224162B-28J SOJ40 (1PCS)
Not the cheapest but the 83mhz (-35ns) run at 93mhz and the ones I just fitted are 100mhz or 28ns
Got them on eBay.
If it ain't broke, test it to Destruction.
Re: Raven. A homemade Atari-like computer
Ah nice, thanks for the tip!
Re: Raven. A homemade Atari-like computer
Updated release package:
https://github.com/agranlund/raven/rele ... A1.latest
Generic VGA should now be compatible with more of the old, cheap and slow variety of cards.
Tested with the following terrible choices
- MX 86000FC
- Realtek RTG3105
- Trident 8900
- Trident 9000i
Bootscreen image graciously provided by @Atarian Computing
https://github.com/agranlund/raven/rele ... A1.latest
Code: Select all
rom: improved generic vga compatibility
rvnova: improved generic vga compatibility
rvnova: Cirrus Logic GD5434 driver
rvbios: bootscreen
Generic VGA should now be compatible with more of the old, cheap and slow variety of cards.
Tested with the following terrible choices
- MX 86000FC
- Realtek RTG3105
- Trident 8900
- Trident 9000i
Bootscreen image graciously provided by @Atarian Computing
Re: Raven. A homemade Atari-like computer
Thanks @agranlund, I'll update mine before going to CL4.
If it ain't broke, test it to Destruction.
Re: Raven. A homemade Atari-like computer
updated rom + rvnova.
I hadn't realised until now that caches can be disabled at the time rvnova runs.
Now, cpu caches are always enabled during x86 emulation regardless of the cache setting for TOS.
This greatly speeds up setting the initial desktop resolution on GD5434 cards.
Code: Select all
20251007:
rom: ensure caches enabled during vgabios calls
rvnova: remove temporary vgabios workarounds
Now, cpu caches are always enabled during x86 emulation regardless of the cache setting for TOS.
This greatly speeds up setting the initial desktop resolution on GD5434 cards.
Re: Raven. A homemade Atari-like computer
Works great with my Speedstar 64 card and has so far fixed the non booting with the overclocked 5429. Sometimes the Raven would refuse to boot as it hadn't detected the VGA Bios rom.
@agranlund What size is that boot pic btw? I've got one id like to use in its place......
@agranlund What size is that boot pic btw? I've got one id like to use in its place......
If it ain't broke, test it to Destruction.
Re: Raven. A homemade Atari-like computer
Can’t wait, to start my own build
We are actually 4 fellows from Germany, sourcing boards and components together.
I think we will start building the Raven during next 4 weeks
I will then create my own „build blog“ here
Cheers
Michael
We are actually 4 fellows from Germany, sourcing boards and components together.
I think we will start building the Raven during next 4 weeks
I will then create my own „build blog“ here
Cheers
Michael
Re: Raven. A homemade Atari-like computer
Looking forward to seeing your builds.LarryL wrote: Wed Oct 08, 2025 5:43 pm Can’t wait, to start my own build![]()
We are actually 4 fellows from Germany, sourcing boards and components together.
I think we will start building the Raven during next 4 weeks
I will then create my own „build blog“ here![]()
Cheers
Michael
If it ain't broke, test it to Destruction.
Re: Raven. A homemade Atari-like computer
Nice!PhilC wrote: Wed Oct 08, 2025 1:58 pm Works great with my Speedstar 64 card and has so far fixed the non booting with the overclocked 5429. Sometimes the Raven would refuse to boot as it hadn't detected the VGA Bios rom.
@agranlund What size is that boot pic btw? I've got one id like to use in its place......
Screenshot 2025-06-26 at 15.16.27.png
Are you able to build sw/rvbios ?
If you are, you could replace sw/rvbios/rvlogo_1bpp.bmp with your image
1) Run "make logo" to (re)generate logo.c from your updated image
2) Run "make" to build rvbios.prg
(tested on Mac, I assume it'll work on Linux too)
The current image has a size of 320x320 but your replacement image could have any size up to 640x420(*) as long as you keep the width a multiple of 8. It should be a standard 256 colour indexed windows bmp, using colour index 0 and 1 only.
(The boot resolution is technically 4bpp so I'm planning on supporting more colours for the boot screen but for now it needs to be a mono image)
Right now the image, whatever its size, will display in the center but slightly offset upward (centering around location 320,210 of the total 640x480 screen area)
As I'm typing this I realise I should put on my todo to have it always take a full 640x480 image instead.. the final data in logo.c is RLE compressed anyway so large blank areas add very little to the data size.
If you're not able to build the thing I can do it here if you want.
Re: Raven. A homemade Atari-like computer
@agranlund I should be able to build rvbios. I'll have to convert the image to a bmp, I had it as PNG or raw file.
The Raven is being troublesome at the mo, crashing under doom or Tyrian with my new graphics card and the old GD5429 2mb. The 1mb version I have seems to work fine but occasionally the screen goes black but music still plays with Tyrian.
The Raven is being troublesome at the mo, crashing under doom or Tyrian with my new graphics card and the old GD5429 2mb. The 1mb version I have seems to work fine but occasionally the screen goes black but music still plays with Tyrian.
If it ain't broke, test it to Destruction.

