mirror of
https://github.com/Michael-Prince-Sharpe/bsnes-classic.git
synced 2025-04-02 10:21:42 -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
|