- CPU completada
This commit is contained in:
8
sm83.h
8
sm83.h
@@ -26,10 +26,10 @@ namespace sm83
|
||||
|
||||
uint8_t *getRegs();
|
||||
|
||||
uint16_t getAF(const bool alt=false);
|
||||
uint16_t getBC(const bool alt=false);
|
||||
uint16_t getDE(const bool alt=false);
|
||||
uint16_t getHL(const bool alt=false);
|
||||
uint16_t getAF();
|
||||
uint16_t getBC();
|
||||
uint16_t getDE();
|
||||
uint16_t getHL();
|
||||
|
||||
uint16_t getSP();
|
||||
uint16_t getPC();
|
||||
|
||||
Reference in New Issue
Block a user