This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
bsnes
mirror of
https://github.com/bsnes-emu/bsnes.git
Watch
1
Star
0
Fork
You've already forked bsnes
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
bd628de3cf
bsnes
/
sfc
/
cartridge
/
serialization.cpp
4 lines
88 B
C++
Raw
Normal View
History
Unescape
Escape
Update to v094r38 release. byuu says: I'll post more detailed changes later, but basically: - fixed Baldur's Gate bug - guess if no flash ROM ID present (fixes Magical Vacation, many many others) - nall cleanups - sfc/cartridge major cleanups - bsxcartridge/"bsx" renamed to mcc/"mcc" after the logic chip it uses (consistency with SGB/ICD2) - ... and more!
2015-08-02 06:23:13 +00:00
auto
Cartridge
:
:
serialize
(
serializer
&
s
)
-
>
void
{
Update to v089 release. byuu says: Changelog to v089: - fix SA-1 Mini Yonku Shining Scorpion - load from command-line - remove SNES::Cartridge::NVRAM - fix SGB save RAM - update cheats.xml - already mapped inputs cancel input assign BS-X wasn't broken after all. I forgot that I ran purify on my BS-X images, and that the BS Zelda ZIP I have has the disable ROM bit set. Whoops.
2012-05-12 02:34:35 +00:00
s
.
array
(
ram
.
data
(
)
,
ram
.
size
(
)
)
;
First version split into asnes and bsnes.
2010-08-09 13:28:56 +00:00
}