32x and sms savestates. Core-independent z80 state. SS bugfixing/refactoring.
[picodrive.git] / cpu / debug_net.h
1 typedef struct {
2   struct {
3     unsigned char type;
4     unsigned char cpuid;
5     unsigned short len;
6   } header;
7   unsigned int regs[32];
8 } packet_t;
9