NovaSquirrel / Mesen-X

Mesen X is a cross-platform (Windows & Linux) NES/Famicom emulator built in C++ and C#. This fork is meant to gather development efforts from different forks. Deprecated; see https://github.com/SourMesen/Mesen2/
https://www.mesen.ca
GNU General Public License v3.0
161 stars 29 forks source link

n163: Account for battery flag when initializing internal ram #147

Closed negativeExponent closed 1 year ago

negativeExponent commented 1 year ago

Basically, if loaded rom has battery enabled, then leave internal ram initialized with all 00, else follow ram initialization settings (random, all FF, all 00)

followup for https://github.com/NovaSquirrel/Mesen-X/issues/145#issuecomment-1378147411