PSP-EMU rev 57
Un emulador en c++ para SONY PSP
|
00001 00008 #ifndef CCOP0_H_ 00009 #define CCOP0_H_ 00010 00011 #include "cCop0Defs.h" 00012 00013 class cCop0 00014 { 00015 tRegistroCop0 regs[NUM_COP0_REGS]; 00016 00017 public: 00018 cCop0(); 00019 ~cCop0(); 00020 }; 00021 00022 #endif /* CCOP0_H_ */