- Afegit el modo paused per a quan estiga el menú fora

This commit is contained in:
2024-12-03 13:41:17 +01:00
parent c84b8c7a6a
commit eee5753a7f
3 changed files with 43 additions and 6 deletions

View File

@@ -7,9 +7,11 @@ namespace z80debug
void show();
void hide();
void pause();
void stop();
void cont();
const bool debugging();
const bool paused();
void setmemmodified(const uint16_t addr);
void refresh();