SRAM speed question please

Discussion of hardware and software development for Super NES and Super Famicom.

Moderator: Moderators

Forum rules
  • For making cartridges of your Super NES games, see Reproduction.
Post Reply
Markfrizb
Posts: 540
Joined: Sun Dec 02, 2012 8:17 am
Location: East Texas

SRAM speed question please

Post by Markfrizb »

Can SRAM speed be too fast for the Snes? If so, what is the speed limit?

I'm looking at some replacement SRAMs for the cartridges and the SRAM I'm considering is rated at 15ns. Is this ok to use (speed wise)?

Thanks!
User avatar
koitsu
Posts: 4203
Joined: Sun Sep 19, 2004 9:28 pm
Location: A world gone mad

Re: SRAM speed question please

Post by koitsu »

AFAIK there should be no problem using chips that run faster than the minimum required by the console.
User avatar
Memblers
Site Admin
Posts: 3902
Joined: Mon Sep 20, 2004 6:04 am
Location: Indianapolis
Contact:

Re: SRAM speed question please

Post by Memblers »

I have no idea about SNES, but I do know on NES there can be issues with fast memory. During sprite DMA, seems almost like the data is enabled before the DMA is finished or something, the result I've seen is a few corrupt sprites. It's fixable by putting some resistors in series with the data bus. SNES DMA might work differently and be fine, but that's the area that I would say to investigate.
User avatar
whicker
Posts: 228
Joined: Sun Dec 13, 2009 11:37 am
Location: Wisconsin

Re: SRAM speed question please

Post by whicker »

No real speed limit, but depends on how good the chip select logic is.

Since the address lines won't all change at the same time, if CS bounces up and down a few times before settling low, that SRAM chip is reactive enough to get more than a few writes to semi-random places.

There's really no advantage of using a faster chip. But of course I suppose anything 200-120nS is going to be pulls from old equipment.

Also, are you talking about real asynchronous parallel SRAM? Nothing weird like some NV RAM where it latches the address on the falling edge of CE or OE ?
Markfrizb
Posts: 540
Joined: Sun Dec 02, 2012 8:17 am
Location: East Texas

Re: SRAM speed question please

Post by Markfrizb »

nothing weird or special. Just looking at SRAM possibilities for a cartridge I am making.
http://youtu.be/9-FtbGnAzEo?list=UUnk4F ... lUugXkVvPA
I found some cheap ones running at 15nS. Just wasn't sure if it was too fast... think the original ones are 55nS or around that....

Thanks for all the input! :)
Post Reply