Sometimes, having all the extras causes memory addresses to have to be moved about and whatnot, so Im glad its working on your Raven.
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 :)
It helps build a picture where our "good traffic" is coming from..
Thanks :)
Phil C's Raven build
- mrbombermillzy
- Moderator

- Posts: 2365
- Joined: Sun Jun 03, 2018 7:37 pm
Re: Phil C's Raven build
Good find @PhilC
Sometimes, having all the extras causes memory addresses to have to be moved about and whatnot, so Im glad its working on your Raven.
Sometimes, having all the extras causes memory addresses to have to be moved about and whatnot, so Im glad its working on your Raven.
Re: Phil C's Raven build
Honestly I was surprised it did. It looks like it'll take an extra 1mb ram as well on the W32which looks the same ram as I've just bought for the Mach32,so that'll be happening sometime the future.mrbombermillzy wrote: Wed May 28, 2025 2:21 pm Good find @PhilC![]()
Sometimes, having all the extras causes memory addresses to have to be moved about and whatnot, so Im glad its working on your Raven.![]()
If it ain't broke, test it to Destruction.
- mrbombermillzy
- Moderator

- Posts: 2365
- Joined: Sun Jun 03, 2018 7:37 pm
Re: Phil C's Raven build
Thats great news then.
So I take it you have a 1mb M32 with the empty sockets for 2mb?
So I take it you have a 1mb M32 with the empty sockets for 2mb?
Re: Phil C's Raven build
It's not sockets but solder pads but yes, it says 1mb, so I'll try adding the extra two chips at some point.mrbombermillzy wrote: Thu May 29, 2025 5:28 pm Thats great news then.![]()
So I take it you have a 1mb M32 with the empty sockets for 2mb?
If it ain't broke, test it to Destruction.
Re: Phil C's Raven build
Wow, interesting stuff!PhilC wrote: Wed May 28, 2025 2:00 pm So far, looking at the chips on board this card, it looks to have a 80186 CPU on the second board with ps/2 ports and an IDE interface, an ET4000 W32i GPU, a network card, video in via coax(just a guess) and has an Svideo input port as well.
SO I think this is likely an all in one PC on a couple of ISA boards with conferencing ability? Again, just a guess but it works great as a video card in the Raven, I know, a bit of an overkill just for a W32i![]()
Nice that the w32i portion of that thing worked fine as a standalone videocard
Re: Phil C's Raven build
@agranlund you still need to put both Cards in for the W32 to work but then I did have a spare slot anyway. The network card is automatically detected by your PnP routine, so that should be a good one to get going too I hope.
If it ain't broke, test it to Destruction.
Re: Phil C's Raven build
Cool, do you know what network chip that is?PhilC wrote: Thu May 29, 2025 7:25 pm @agranlund you still need to put both Cards in for the W32 to work but then I did have a spare slot anyway. The network card is automatically detected by your PnP routine, so that should be a good one to get going too I hope.
Perhaps the IDE port is accessible too at one of the pc standard I/O ports:
Code: Select all
0x0170-0x0177 The secondary ATA harddisk controller.
0x01F0-0x01F7 The primary ATA harddisk controller.
But then one would also "just" need to make a driver so EmuTOS can actually use it too..
Re: Phil C's Raven build
Just having a bit of a mess around with the Raven today and thought what the heck, I've got some compatible video DRAM , so I've upgraded my ET4000 W32 to 2MB.
Of course now I've got to go and set up all the screen modes properly with the Nova app, whilst hoping not to break anything else
Next stop, seeing what else I can get working on this weird card that I've got.
Next stop, seeing what else I can get working on this weird card that I've got.
If it ain't broke, test it to Destruction.
- mrbombermillzy
- Moderator

- Posts: 2365
- Joined: Sun Jun 03, 2018 7:37 pm
Re: Phil C's Raven build
Good stuff Phil!
Providing your card setup is:
ET Screen base: $a00000
ET Register base: $bc0000
and you run it 1024x768x8bpp it should work with a joystick in port 1.
If it does, let me know and I will try to 'blindly'* build you a full screen (320x200) version... thats providing the Raven does 320x200x256 output?
* blindly meaning my ET400AX/Nova v1 combo wont do it, so I cant fully test.
You could try my MK Demo: viewtopic.php?p=123113#p123113 at least for feedback so I know my ET4000 code is ok, more than anything else!PhilC wrote: Wed Jun 04, 2025 3:06 pm Next stop, seeing what else I can get working on this weird card that I've got.
Providing your card setup is:
ET Screen base: $a00000
ET Register base: $bc0000
and you run it 1024x768x8bpp it should work with a joystick in port 1.
If it does, let me know and I will try to 'blindly'* build you a full screen (320x200) version... thats providing the Raven does 320x200x256 output?
* blindly meaning my ET400AX/Nova v1 combo wont do it, so I cant fully test.
Re: Phil C's Raven build
So this is a wild shot in the dark but the attached program might enable memory interleaving mode on your 2MB card.
The datasheet is massive, and confusing at times, so there is a very real possibility I missed or misunderstood some steps
And I can't test it properly here since my W32i only has 1MB and is not wired up to support interleaving.
If you against all odds do end up with a screen that looks ok then it would be super interesting to see the Gembench before/after.
- Attachments
-
- w32i.tos.zip
- (2.47 KiB) Downloaded 9 times
