- CPU completada

This commit is contained in:
2025-01-13 18:42:12 +01:00
parent 17cf6f3884
commit bf8ecb19bb
2 changed files with 88 additions and 1189 deletions

8
sm83.h
View File

@@ -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();