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
f7ddbfc462
bsnes
/
higan
/
sfc
/
coprocessor
/
mcc
/
serialization.cpp
4 lines
82 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
MCC
:
:
serialize
(
serializer
&
s
)
-
>
void
{
Update to v089r15 release. byuu says: Changelog: - SuperFX has its own ROM and RAM - Cx4 has its own ROM - SPC7110 has its own ProgramROM, DataROM and RAM - OBC1 has its own RAM - BsxCartridge has its own ROM, RAM and PSRAM - mapping changes to accommodate the above
2012-07-09 11:40:23 +00:00
s
.
array
(
ram
.
data
(
)
,
ram
.
size
(
)
)
;
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
}