mrehkopf / sd2snes

SD card based multi-purpose cartridge for the SNES
http://sd2snes.de
GNU General Public License v2.0
590 stars 115 forks source link

Update MSU-1 Revision Number #151

Closed tcprescott closed 3 years ago

tcprescott commented 3 years ago

Per @qwertymodo, MSU-1 should be set to revision 2, as resume support was already added. This will allow homebrew and hacks to properly detect that MSU-1 chip provided by the sd2snes has track resume support.

https://github.com/mrehkopf/sd2snes/pull/67

From qwertymodo in the Classic Gaming discord:

Huh, can't believe I never realized that before. Super easy though, just change 3'b001 to 3'b002 here and recompile Resume support was the only change from rev 1 to rev 2, so updating the the reported rev is correct without any other changes necessary.

qwertymodo commented 3 years ago

Sorry, my verilog is rusty, I should have said 3'b010, not 3'b002... it's binary.

tcprescott commented 3 years ago

Fixed.

mrehkopf commented 3 years ago

Thank you! 😄