1 #ifndef __GB_Z80_H
2 #define __GB_Z80_H
3 
4 namespace MDFN_IEN_GB
5 {
6 
7 int GBZ80_RunOp(void);
8 void GBZ80_Reset(void);
9 void GBZ80_Interrupt(int which);
10 void GBZ80_StateAction(StateMem *sm, int load, int data_only);
11 
12 }
13 #endif
14