- [FIX] RLCA(), RLA(), RRCA() i RRA() calculaven mal el carry i m'estaven tornant loco

This commit is contained in:
2024-04-19 11:00:45 +02:00
parent 0b798189bc
commit 18869a09ee
3 changed files with 52 additions and 24 deletions

View File

@@ -8,6 +8,7 @@ namespace z80debug
void stop();
void cont();
const bool debugging();
void setmemmodified(const uint16_t addr);
void refresh();
void sendToConsole(const char* text);