Great topic! Seems like the JAP version is the way to go. What about US version? Can someone check it too?
It reeks of internal politics. No sane corporation would act as Sega did in the mid-nineties. Seven active, distinct hardware platforms (Megadrive, Mega-CD, 32X, CD-32X, Saturn, Pico, Game Gear), some in competition with each other - madness.
http://en.wikipedia.org/wiki/Ferroelectric_RAM Wikipedia has all answers... FRAM is kinda like DRAM, but no refreshing is needed, it operates like SRAM, though you will have to write the data back which you read as the memory cell will lose its contents on read... its pretty nice thing.
Must have cost a bit to use the fram, but I guess it evened out for them somehow. I wonder if the fram chip is worth more than the cart itself these days.
Yes, very interesting! The US ver menu is same of jap version and pal menu is really different, I think that both US and JAP are same But there is no save on track records of US version, maybe my battery is dead, or not
I have the US version as well and never remember it saving lap times either. Regardless, this is fascinating.
I converted BC Racers from tge PC to the 32X. Those SH2 chips work well in tandem even for things like scaling. The bus access sorts itself out because of the cache. One of my most basic tests for an assembly language is how efficiently it will calculate & draw a mode-7 type floor. I also did the floor for the 3D0 and although it uses fewer instructions, the ARM chip inside it is a)slow & b)inefficient. The most efficient was the MIPS inside the Playstation (Mode 7 floor for Shellshock).