Can the Snes be reset from the game cartridge?

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.
Markfrizb
Posts: 540
Joined: Sun Dec 02, 2012 8:17 am
Location: East Texas

Re: Can the Snes be reset from the game cartridge?

Post by Markfrizb »

MottZilla wrote:Curious, what are you doing with a SNES in an arcade cabinet?

I made a jamma to Snes converter so I could play snes games in my arcade cabinets.


http://www.youtube.com/watch?v=RhLUGYhL ... ata_player


http://www.youtube.com/watch?v=TaZ_3-lV ... ata_player
qwertymodo
Posts: 775
Joined: Mon Jul 02, 2012 7:46 am

Re: Can the Snes be reset from the game cartridge?

Post by qwertymodo »

The /RESET line on the cart is the proper way to handle this in almost all cases. That's the purpose of that line. When the CPU resets, it pulls that line low to reset all of the hardware on the cart. Likewise, when the CIC fails the handshake, it pulls that line low to hold the console in a reset state in order to lock out the console in case of handshake failure. Manually pulling that line low should soft-reset any hardware that is connected to it (which I would have thought was everything, but as it's been mentioned, some of the hardware might not be, though if your code properly initializes all hardware registers at startup you should be fine).
Markfrizb
Posts: 540
Joined: Sun Dec 02, 2012 8:17 am
Location: East Texas

Re: Can the Snes be reset from the game cartridge?

Post by Markfrizb »

Sweet! Yep, it does a soft reset perfectly. Thanks for everyone's posts. That solved my issue.

:D
Post Reply