Raven. A homemade Atari-like computer
-
PhilC
- Moderator

- Posts: 7440
- Joined: 23 Mar 2018 20:22
Re: Raven. A homemade Atari-like computer
@agranlund was that using the W32i program you sent me? The blitter scores are so much quicker
If it ain't broke, test it to Destruction.
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Yep the same program (and a card that is wired up to support interleaved mode. mine has 16 pieces of 45ns ram chips)PhilC wrote: 20 Jun 2025 09:57 @agranlund was that using the W32i program you sent me? The blitter scores are so much quicker
I'll integrate the interleave-enable code in the bios and add an option for it in the menu.
-
PhilC
- Moderator

- Posts: 7440
- Joined: 23 Mar 2018 20:22
Re: Raven. A homemade Atari-like computer
Ok, that definitely doesn't work for mine but I do have another W32i card on its way, already with 2mb ram, so hopefully this one will do.agranlund wrote: 20 Jun 2025 10:58Yep the same program (and a card that is wired up to support interleaved mode. mine has 16 pieces of 45ns ram chips)PhilC wrote: 20 Jun 2025 09:57 @agranlund was that using the W32i program you sent me? The blitter scores are so much quicker
I'll integrate the interleave-enable code in the bios and add an option for it in the menu.
If it ain't broke, test it to Destruction.
-
PhilC
- Moderator

- Posts: 7440
- Joined: 23 Mar 2018 20:22
Re: Raven. A homemade Atari-like computer
BTW, this looks an interesting project
http://www.alexandrugroza.ro/microelect ... index.html
If my other W32 card works, I might try building one of these using the current one as a donor board.
http://www.alexandrugroza.ro/microelect ... index.html
If my other W32 card works, I might try building one of these using the current one as a donor board.
If it ain't broke, test it to Destruction.
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Updated the release package:
https://github.com/agranlund/raven/rele ... .A1.latest
20250620
rom: ckbd support
rom: eiffel key-repeat fix
rom: autorun srec programs after upload
firmware: (ckbd) added ckbd firmware binary
firmware: (nessi) reversed order of ram slots
rvbios: ET4000/W32i memory interleave setting
rvnova: ET4000/W32i memory interleave support
@dml , this nessi firmware should be a good match for your huge cpu heatsink :)
https://github.com/agranlund/raven/rele ... .A1.latest
20250620
rom: ckbd support
rom: eiffel key-repeat fix
rom: autorun srec programs after upload
firmware: (ckbd) added ckbd firmware binary
firmware: (nessi) reversed order of ram slots
rvbios: ET4000/W32i memory interleave setting
rvnova: ET4000/W32i memory interleave support
@dml , this nessi firmware should be a good match for your huge cpu heatsink :)
-
dml
- Posts: 842
- Joined: 15 Nov 2017 22:11
Re: Raven. A homemade Atari-like computer
That's awesome - thank you!agranlund wrote: 20 Jun 2025 20:19 @dml , this nessi firmware should be a good match for your huge cpu heatsink :)
Hopefully I'll get the final bits very soon to start testing the machine properly.
d:m:l
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
BadMooD d/l: https://www.leonik.net/dml/sec_bm.py
SVO30 d/l: https://www.leonik.net/dml/sec_svo30.py
Q2 engine d/l: https://www.leonik.net/dml/sec_q2.py
AGT project: https://www.leonik.net/dml/sec_agt.py
Atari page: http://www.leonik.net/dml/sec_atari.py
YT: https://www.youtube.com/@dmlTPT
-
frank.lukas
- Posts: 812
- Joined: 19 Jan 2018 11:52
Re: Raven. A homemade Atari-like computer
I have an ET4000W32i with 8x 256kx4 chips. Is it possible to solder 8x 1MBx4 chips in and add A9, creating so a 4MB W32i ISA card? The W32i GPU chip has a MAD9 pin.PhilC wrote: 20 Jun 2025 11:29 BTW, this looks an interesting project
http://www.alexandrugroza.ro/microelect ... index.html
If my other W32 card works, I might try building one of these using the current one as a donor board.
-
PhilC
- Moderator

- Posts: 7440
- Joined: 23 Mar 2018 20:22
Re: Raven. A homemade Atari-like computer
@frank.lukas the cards that I've seen that do 4mb all have 8 chips but I guess it's possible by adding the appropriate address line. You'd need to read the datasheet
If it ain't broke, test it to Destruction.
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Updated rvbios to claim _MCH cookie value 0x00070000 for Raven instead of having it as -1
(V4SA is using 0x00060000 so I took the next free one as far as I'm aware)
(V4SA is using 0x00060000 so I took the next free one as far as I'm aware)
-
agranlund
- Site sponsor

- Posts: 1749
- Joined: 18 Aug 2019 22:43
- Location: Sweden
Re: Raven. A homemade Atari-like computer
Blasphemy? :lol:
A friend of mine lend me his Sam460 board so I thought I'd teach it the ways of the Atari.
Sadly, crosstos-purec runs a bit too slow for comfort on that little board so it's not really viable to use for cross compiling Atari/Raven code.
(and building the m68k-atari-mint-gcc cross compiler for this host is way out of my league :lol: )
A friend of mine lend me his Sam460 board so I thought I'd teach it the ways of the Atari.
Sadly, crosstos-purec runs a bit too slow for comfort on that little board so it's not really viable to use for cross compiling Atari/Raven code.
(and building the m68k-atari-mint-gcc cross compiler for this host is way out of my league :lol: )
You do not have the required permissions to view the files attached to this post.
Who is online
Users browsing this forum: ClaudeBot and 1 guest