mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-10-29 12:06:13 +01:00
10 lines
150 B
C++
Executable File
10 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
|