log in | register | forums
Show:
Go:
Forums
Username:

Password:

User accounts
Register new account
Forgot password
Forum stats
List of members
Search the forums

Advanced search
Recent discussions
- Upgrading your RISC OS system to 5.30 (News:1)
- Wakefield Show 2024 in Pictures (News:4)
- RISC OS 5.30 arrives (News:1)
- April 2024 News Summary (News:1)
- uniprint upgraded to 4.50 (News:)
- PhotoDesk 3.23 released (News:)
- R-Comp reveals N.Ex.T Boxes - the successor to the i.MX6 (News:)
- RISCOSbits at Wakefield Show 2024 (News:)
- R-Comp releases Genealogy v2 (News:)
- Will we see 5.30 released at Wakefield show? (News:1)
Latest postings RSS Feeds
RSS 2.0 | 1.0 | 0.9
Atom 0.3
Misc RDF | CDF
 
View on Mastodon
@www.iconbar.com@rss-parrot.net
Site Search
 
Article archives
Acorn Arcade forums: Games: Fun things to do over the weekend
 
  Fun things to do over the weekend
  Phlamethrower (15:05 16/8/2008)
  Phlamethrower (13:58 19/8/2008)
    andrew (22:42 19/8/2008)
      Phlamethrower (23:18 19/8/2008)
        andrew (00:07 20/8/2008)
          Phlamethrower (01:15 20/8/2008)
            andrew (23:42 20/8/2008)
            adrianl (12:02 21/8/2008)
              Phlamethrower (13:12 21/8/2008)
                adrianl (21:56 21/8/2008)
                  Phlamethrower (23:32 21/8/2008)
          Wrath (08:27 24/8/2008)
 
Jeffrey Lee Message #108024, posted by Phlamethrower at 15:05, 16/8/2008
PhlamethrowerHot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff

Posts: 15100
1. Party like it's 1993
2. Discover that Red Squirrel isn't quite good enough to pull off the timing tricks for the palette swaps
lotus.png 320x256 6.8KB
lotus.png
320x256
6.8KB
lotus2.png 320x256 5.5KB
lotus2.png
320x256
5.5KB

  ^[ Log in to reply ]
 
Jeffrey Lee Message #108071, posted by Phlamethrower at 13:58, 19/8/2008, in reply to message #108024
PhlamethrowerHot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff

Posts: 15100
Of course, now I'm sat here wondering how good it would be possible to make a game like that look if you were to write it now on an Iyonix.
  ^[ Log in to reply ]
 
Andrew Message #108085, posted by andrew at 22:42, 19/8/2008, in reply to message #108071
HandbagHandbag Boi
Posts: 3439
Bare minimum SF3000:TNG resolution, effects and colours.
  ^[ Log in to reply ]
 
Jeffrey Lee Message #108087, posted by Phlamethrower at 23:18, 19/8/2008, in reply to message #108085
PhlamethrowerHot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff

Posts: 15100
Hopefully something a bit better than that - I'm thinking more along the lines of a one-up on what Iron Dignity would have been.

If you stick to a game engine that's basically the same as Lotus II/E-Type/etc (i.e. all it does is render each scanline at a different X offset to create the illusion of the road bending) then you'll have a lot of horsepower left over to do graphical effects on the road surface. You could probably do bump-mapping, highlights from the sun, reflections of cars in puddles, etc. without running into any real problems.

Or you could just stick with an engine identical to the old one and run it at 1920x1200 instead (which could be quite a fun bit of code to write too - but perhaps a bit trickier since it would probably have to emulate their palette swapping system so partial screen redraws can be used to get around the slow PCI write speed)
  ^[ Log in to reply ]
 
Andrew Message #108090, posted by andrew at 00:07, 20/8/2008, in reply to message #108087
HandbagHandbag Boi
Posts: 3439
SF:TNG cripples the Iyonix with any optional graphics enhancement turned on. I didn't realise the Iyonix had particularly slow video speed though. I thought it was with the game being a port or not quite finished. Iron Dignity set the bar for graphics you're right - it ran on a RiscPC!
  ^[ Log in to reply ]
 
Jeffrey Lee Message #108092, posted by Phlamethrower at 01:15, 20/8/2008, in reply to message #108090
PhlamethrowerHot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff

Posts: 15100
My numbers are in no way 100% scientific, but using a tight loop of assembler:

* A RiscPC can read and write RAM at around 36MB/sec
* A RiscPC can write to VRAM at around 20MB/sec. Read speed seems to be only 12.5MB/sec.
* An Iyonix seems to be able to read from RAM at around 160MB/sec and write at around 114MB/sec.
* An Iyonix can write to PCI RAM at around 50MB/sec, which is quite bad as it is when compared to the RiscPC's RAM:VRAM ratio. But read speed (something which I've only just tested today) seems even worse - an absolutely abysmal 5.6MB/sec. I've checked this a few times (including using *save to save a fair-size chunk of screen memory to a RAM disc) and it seems correct.

So I guess if the SF3000:TNG enhancements involve extra reads from screen memory then it's to be expected for it to severly impact performance.

If the IOP's DMA channels could be used without causing audio corruption then things would be a lot better.
  ^[ Log in to reply ]
 
Andrew Message #108107, posted by andrew at 23:42, 20/8/2008, in reply to message #108092
HandbagHandbag Boi
Posts: 3439
This needs raising on the Iyonix list and the newsgroups, IMO.
  ^[ Log in to reply ]
 
Adrian Lees Message #108108, posted by adrianl at 12:02, 21/8/2008, in reply to message #108092
Member
Posts: 1637
All of those numbers can be increased using PLD when reading from SDRAM and DMA when writing to screen, and - amusingly - it's better to save to HD rather than RAM if you want to measure screen read speed because the RAMFS code is appallingly slow (IIRC about 17MB/s loading a large file, I have a local tweak somewhere that makes it use the AAU for large transfers and it's much, much faster).

If TNG is reading from the video memory it should be updated, it's going to be pretty poor on any modern PC architecture (being the overcomplicated beasts that they are!).

As for the audio corruption, I've not looked into that further... it could just be something really simple like a need to change the threshold settings in the audio DMA master.
  ^[ Log in to reply ]
 
Jeffrey Lee Message #108109, posted by Phlamethrower at 13:12, 21/8/2008, in reply to message #108108
PhlamethrowerHot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff

Posts: 15100
As for the audio corruption, I've not looked into that further... it could just be something really simple like a need to change the threshold settings in the audio DMA master.
Well tell me how to do that (or point me towards the right docs) and I'll look at it smile
  ^[ Log in to reply ]
 
Adrian Lees Message #108111, posted by adrianl at 21:56, 21/8/2008, in reply to message #108109
Member
Posts: 1637
Well, now, you'd be needing documentation on the ALi M1535+ South Bridge, and though I have it I don't think it's freely redistributable. It was once readily accessible on a FTP site but I can't find any mention on the web atm, so happy hunting.
  ^[ Log in to reply ]
 
Jeffrey Lee Message #108113, posted by Phlamethrower at 23:32, 21/8/2008, in reply to message #108111
PhlamethrowerHot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot Hot stuff

Posts: 15100
Well, now, you'd be needing documentation on the ALi M1535+ South Bridge, and though I have it I don't think it's freely redistributable.
Confidentiality of other people's documentation doesn't seem to worry nvidia - http://www.nvidia.com/docs/CP/29993/m1535dm_web.pdf

Unfortunately that doc doesn't contain any useful information unhappy

I've had a look at some linux sources, and the IR driver sets the DMA threshold, but the sound driver doesn't. It also doesn't define the address of the threshold register. So either the audio DMA threshold can't be changed, or I'm looking in the wrong place, or they just haven't put any code in to change it since it seems to work OK on linux.
  ^[ Log in to reply ]
 
Nathan Message #108138, posted by Wrath at 08:27, 24/8/2008, in reply to message #108090
Member
Posts: 154
SF:TNG cripples the Iyonix with any optional graphics enhancement turned on. I didn't realise the Iyonix had particularly slow video speed though. I thought it was with the game being a port or not quite finished. Iron Dignity set the bar for graphics you're right - it ran on a RiscPC!
SF:TNG was/is finished. It was converted to be played on the Omega and was going to have specifics in there to only work with the Omega. This is why the intro has the FlaYmz group stuff on it as FlaYmz were tied to MicroDigital.

I must say that Lee Noar did a FANTASTIC job on the conversion. It's amazing it got done at all, the majority of the 3DO documentation is patented and not released so Lee had to do a fair amount of guess work. I do know that the video side of things was complicated.
  ^[ Log in to reply ]
 

Acorn Arcade forums: Games: Fun things to do over the weekend