- [NEW] zxscreen

- [NEW] F8 para execució
- [NEW] F5 continua execució
- [NEW] ULA synch interrupt
- [NEW] Break on read/write
- [FIX] INC8 and DEC8 did wrong flags calculations
- [FIX] INCMEM8 and DECMEM8 did no flags calculation at all
- [NEW] Flags visualization
- [DEL] run command replaced by cont command
- [NEW] reset command
- [NEW] Breakpoint delete command
This commit is contained in:
2024-04-13 15:30:07 +02:00
parent eb4f2be4a4
commit 0d78733d06
7 changed files with 173 additions and 21 deletions

View File

@@ -14,5 +14,5 @@ namespace z80debug
void DeleteCharConsole();
void executeConsole();
const bool isbreak(const uint16_t address);
const bool isbreak(const uint16_t address, const uint8_t type=1);
}