- [NEW] makefile més util

- [FIX] next (F11) no longer keeps breaking on current line
- [NEW] b alone sets breakpoint on current line
- [NEW] d alone clears breakpoint on current line
- [NEW] d all removes all breakpoints
- [FIX] IX bit & IY bit instruction visualization is fixed
- [FIX] RRD & RLD were swaped
This commit is contained in:
2024-04-18 13:01:51 +02:00
parent e80de06d2c
commit 145a48b86b
6 changed files with 22 additions and 12 deletions

View File

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