mirror of
https://github.com/devinacker/bsnes-plus.git
synced 2025-04-02 10:52:46 -04:00
9 lines
150 B
C++
9 lines
150 B
C++
#ifdef OBC1_CPP
|
|
|
|
void OBC1::serialize(serializer &s) {
|
|
s.integer(status.address);
|
|
s.integer(status.baseptr);
|
|
s.integer(status.shift);
|
|
}
|
|
|
|
#endif
|