difference between TSROM and TLROM

Are you new to 6502, NES, or even programming in general? Post any of your questions here. Remember - the only dumb question is the question that remains unasked.

Moderator: Moderators

Post Reply
coinheaven
Posts: 280
Joined: Sat Sep 17, 2005 12:26 pm

difference between TSROM and TLROM

Post by coinheaven »

is it possible to tell the difference if a rom uses a TSROM or a TLROM using an emulator? i use the image info function on the Nestopia emulator. if this isnt possible, how do you tell?
tepples
Posts: 22345
Joined: Sun Sep 19, 2004 11:12 pm
Location: NE Indiana, USA (NTSC)
Contact:

Post by tepples »

If it has the battery bit set, it's TKROM. If it executes in PRG RAM ($6000-$7FFF), it's TSROM (same as TKROM without the battery circuit). If it writes to PRG RAM and expects to read the same thing back, it's TSROM. Otherwise, it's TLROM.

Board pics and descriptions: TSROM | TLROM
User avatar
Bregalad
Posts: 8036
Joined: Fri Nov 12, 2004 2:49 pm
Location: Caen, France

Post by Bregalad »

Actually there is no current way to know, but when iNES 2.0 will be effective in therory this will be fixed.
Only a few games actually relies to have SRAM at $6000-$7fff absent (Low G Man comes to mind, and if run with a TSROM configuration (with SRAM) I've heard it will freezes (not tested myself). Recent emulators probably check this one with CRCs).
Useless, lumbering half-wits don't scare us.
User avatar
nintendo2600
Posts: 367
Joined: Mon Mar 30, 2009 4:40 pm

Post by nintendo2600 »

How about adding a 6264 to make a TLROM have the extra ram to function like a TSROM? I've seen threads about piggy backing on top of the PRG but I'm unsure exactly how to do it. If anyone has diagrams that would be awesome.
Post Reply