Recent content by Crazyace

  1. C

    PS2 EE question

    Have a look at this: https://www.gamasutra.com/view/feature/131296/porting_a_ps2centric_game_to_the_.php
  2. C

    Questions about PS2

    6.2GFlops with FPU+VU0+VU1 makes it easy to work out if it's bus speed or not
  3. C

    Should the SEGA DC and Saturn have launched with these alternative designs?

    In a way that shows how sega made the right decision to go with the CLX for Dreamcast - as it's polygon performance is way better than even the high end Model 3 hardware. And the saturn performance no longer seems quite so bad on paper when compared with the N64 numbers :)
  4. C

    Should the SEGA DC and Saturn have launched with these alternative designs?

    Are you sure they were placeholder textures? I don't remember reading anything saying that. One of the problems about Saturn 3D was that it ran via VDP1 - which had a fixed breakdown of it's VRAM into 2 256k frame buffers, and a 512k command/texture area. Commands took 32 bytes each - so if...
  5. C

    Should the SEGA DC and Saturn have launched with these alternative designs?

    CPU wise it was pretty similar ( master / slave SH2 ) - the graphics was pretty much a framebuffer, so not really that much contention.
  6. C

    Should the SEGA DC and Saturn have launched with these alternative designs?

    No, I was thinking about boards like the system-32 ( http://www.system16.com/hardware.php?id=709 ) and others ( system X etc ) , as they combine 4 scroll planes with a sprite rotate/scale chip. The ST-V board obviously replaced them due to being cheaper.
  7. C

    Should the SEGA DC and Saturn have launched with these alternative designs?

    Interesting old press release ( not sure what it's got to do with Saturn or DC though ) - Are there any phones with it in? I was thinking about the Saturn - the graphics chips in it are pretty much the same as the ( non Model 1/2 ) high end Sega Arcade boards, and it did a good job of...
  8. C

    Should the SEGA DC and Saturn have launched with these alternative designs?

    It was a DSP - so it could load 2 32 bit values , perform an integer 32x32 -> 48 bit MAC , and store the result in a single cycle. ( using a small internal memory ) No division though - although you could lookup a table in external memory, and it was clocked at ~14MHz
  9. C

    *Spin-off* Coding Education & Practise

    I just looked this morning ( not quite awake ) - and realised I couldn't remember the formula... I had to spend about 15 minutes working it out from scratch... ( I know I could have google'd - but I thought what would happen in an interview situation... ) 2^8 is inexcusable though :)
  10. C

    Predict: The Next Generation Console Tech

    Also, if you context switch on a PPE, dont you switch 32 int registers , 32 double registers, and 32 VMX registers ( as well as various SPRs ) - 128 registers for SPE isn't drastically more...
  11. C

    Emotion Engine vs. XCPU vs. Gekko

    Well clock for clock the EE would probally be even with the XCpu for general code :)
  12. C

    Emotion Engine vs. XCPU vs. Gekko

    Both Xbox and GC had L2 caches and DP arithmetic, which was good for general code. EE had wider datapaths and a better vector unit ( in VU0 ) which could also run in par. with the CPU. VU1 was much more of a shader in operation, as it tied into the GS.
  13. C

    Consoles that provide(d) the best performance increase from 1stgen to last gen titles

    Maybe the reverse should apply, In some ways the DreamCast and the Gamecube showed the least increase from 1stgen to lastgen Rogue Squadron pretty much had everything, and Luigi's mansion had lots of technical effects ( it just wasn't that good compared a game ) Soul Calibur and DOA2 were pretty...
  14. C

    Consoles that provide(d) the best performance increase from 1stgen to last gen titles

    wreckless ( or double steal ) actually showed off most of the graphical effects as a launch title ( no comments about the gameplay though :) )
  15. C

    Dodgy PS3 display selection?

    On first plugin you are going to get a picture no matter what - and at that time you are allowed to configure the display for HDMI - but there's no real easy way for the PS3 to know whether you've switched TVs, or just if you've turned the machine on with the TV turned off for some reason :) (...
Back
Top