File: serialization.cpp

package info (click to toggle)
higan 094-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 9,780 kB
  • ctags: 15,643
  • sloc: cpp: 103,963; ansic: 659; makefile: 531; sh: 25
file content (8 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
void Input::serialize(serializer& s) {
  s.integer((unsigned&)port1);
  s.integer((unsigned&)port2);

  s.integer(latchdata);
  s.integer(counter1);
  s.integer(counter2);
}