- [FIX] Al fer break on interrupt de vegades se passava de instruccions

- [NEW] el analitzador pot mostrar les instruccions repetides des de l'ultim estat
- [NEW] gestió de opcodes usats
This commit is contained in:
2024-12-12 22:44:44 +01:00
parent c70c3652bf
commit 8c197d5519
6 changed files with 136 additions and 4 deletions

View File

@@ -201,6 +201,7 @@ int main(int argc, char *argv[])
zx_ula::sound_update(dt);
zxscreen::refresh(dt);
if (z80debug::debugging()) break;
}
}