Chrono trigger conversion

Discussion in 'Modding and Hacking - Consoles and Electronics' started by bochu, Dec 29, 2015.

  1. bochu

    bochu Active Member

    Joined:
    Apr 3, 2013
    Messages:
    39
    Likes Received:
    6
    Hi has anybody done a chrono trigger conversion? Is it pin by pin if I get a 27c322 eeprom?
     
  2. TheRealPhoenix

    TheRealPhoenix Spoken Language: French & English

    Joined:
    Apr 24, 2014
    Messages:
    298
    Likes Received:
    81
    Hi,
    Do you patch the original game and make a repro? It depends from a lot thing:

    - If you use an original super nintendo PCB game as donor (Hi-Rom + 64k Sram + battery, original game uses a SHVC-1J3M) you won't be able to use a 27C322 as is. If I'm correct, this Eeprom is a "Word-wide" (2Mb*16bit) and cannot be configure as a "Byte-wide" (4Mb*8bit). In order to decode the 16bit addresses, you'll need two 74LS245 and a 74LS139 and use them as a decoder.
    If you want to use an original PCB, the best solution is to used a 29F032B TSOP on a TSOP40-DIP36 adapter. But this chip is getting rare this day and quite expensive. Also, your conversion have to stay under 4mb. If your file is bigger it's still possible but it's getting a bit more complex.

    - The best solution for whatever your needs are is to check on http://www.retrostage.net/, the guy is making new SNES PCB and you can use new parts and 27C322. He also did a PCB for games up to 12Mb (like Star Ocean uncompressed, or Crimson Echoes, Tales of Phantasia, Dragon Quest 3, etc.).

    Cheers,
     
  3. cdecoro

    cdecoro Member

    Joined:
    Apr 19, 2014
    Messages:
    13
    Likes Received:
    2
    Purely out of curiosity: what do you intend to do in your conversion? (Is it a mod of Chrono Trigger, a different game entirely, etc.?)
     
  4. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,309
    I'd imagine it's Japan to English conversion
     
  5. bochu

    bochu Active Member

    Joined:
    Apr 3, 2013
    Messages:
    39
    Likes Received:
    6
  6. bochu

    bochu Active Member

    Joined:
    Apr 3, 2013
    Messages:
    39
    Likes Received:
    6
    Sorry I misspelled the chip i ment 27c322
     
  7. jaskamakkara

    jaskamakkara Tinkering in the dark

    Joined:
    Aug 22, 2013
    Messages:
    140
    Likes Received:
    5
  8. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,309
    Just to nitpick your link, it states:

    Yes, a 8mb chip only comes in 8mb. The 801 in the name is basically saying its 8mb. There are 4mb versions with same pinout (with obviously 1 less address line) for example, the 27c4001 (which only comes in 4mb! ;-))

    Also, in your eprom stacking part of the guide, if you are going to stack more than 1 chip, you might as well use a 27C160 as you are soldering a bunch of wires anyway, may as well use a chip that is 16mb and only need 2 of them. Or you could just the tsop to dip36 adapter we are already talking about in this thread - 32mb chip and only need one of them, no multiplexer required.
     
    Last edited: Jan 8, 2016
  9. jaskamakkara

    jaskamakkara Tinkering in the dark

    Joined:
    Aug 22, 2013
    Messages:
    140
    Likes Received:
    5
    OK, thanks for the info. I am not an expert on these matters but I wrote a guide that describes how I managed to get it to work. To be honest, I wasn't even aware of the 16Mb package so maybe I'll update my guide in the future :)

    Does the 27c160 have the same pinout at the 801? I haven't seen anyone else mention the 16Mb chip on other forums.
     
  10. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,309
    No, it doesnt have the same pinout as the 27C801, which is why I only suggested it if you are stacking more than 1 chip (i.e. 3+ chips by putting more chips at the top of the cart and running wires to it). If you only need 16mb for your rom, stacking the 27C801 is the best way. If you need 32mb and dont want to use the tsop adapter, id probably just put 2x 27c160 at the top of the cart and run wires. Only need 2 chips this way.

    But using the TSOP adapter is probably the best way, gives you 32mb and only one chip and is directly compatible pinout to the original maskrom (so no wires at all)
     
  11. jaskamakkara

    jaskamakkara Tinkering in the dark

    Joined:
    Aug 22, 2013
    Messages:
    140
    Likes Received:
    5
    OK cool, that's interesting I'll have to give it a go one afternoon :)

    And yes, I agree the TSOP is the best method for sure, it's just not so beginner-friendly with the surface-mount soldering and stuff. It's also on my list of to-do's though.

    Thanks for your help :)
     
  12. Bad_Ad84

    Bad_Ad84 The Tick

    Joined:
    May 26, 2011
    Messages:
    8,566
    Likes Received:
    1,309
    You can buy them already mounted to the pcb, you can also get an adapter that will program it with a tl866 while it's mounted to the pcb.

    It's the best way to do it really.
     
  13. jaskamakkara

    jaskamakkara Tinkering in the dark

    Joined:
    Aug 22, 2013
    Messages:
    140
    Likes Received:
    5
    But that takes all the fun out, surely? /s

    I'll keep an eye out for those, that would make some of my repro's a bit less work!
     
  14. bochu

    bochu Active Member

    Joined:
    Apr 3, 2013
    Messages:
    39
    Likes Received:
    6
  15. bochu

    bochu Active Member

    Joined:
    Apr 3, 2013
    Messages:
    39
    Likes Received:
    6
    Oops sorry for the typo the PCB on my chrono trigger is different from the one on snes central mine has two mask roms, the one on snes central has only one. My question is can I use a single 27c322?Wire it to the first mask ROM and ignore the second one? I have seen people do it with tsop but don't know if it can be done with 27c322.
     
sonicdude10
Draft saved Draft deleted
Insert every image as a...
  1.  0%

Share This Page