mirror of
https://github.com/rodamaral/lsnes.git
synced 2025-04-02 10:42:15 -04:00
9 lines
150 B
C++
Executable file
9 lines
150 B
C++
Executable file
#ifdef OBC1_CPP
|
|
|
|
void OBC1::serialize(serializer &s) {
|
|
s.integer(status.address);
|
|
s.integer(status.baseptr);
|
|
s.integer(status.shift);
|
|
}
|
|
|
|
#endif
|