mirror of
https://github.com/DerKoun/bsnes-hd.git
synced 2025-04-02 10:52:49 -04:00
7 lines
169 B
C++
7 lines
169 B
C++
auto OBC1::serialize(serializer& s) -> void {
|
|
s.array(ram.data(), ram.size());
|
|
|
|
s.integer(status.address);
|
|
s.integer(status.baseptr);
|
|
s.integer(status.shift);
|
|
}
|