- [FIX] El cursor es mostra sempre damunt de les finestres zx_screen i z80debug

- [FIX] el dibuixat del crosshair en la finestra z80analyze causaba potencialment una escritura fora de rang
- [NEW] Refresc de la finestra z80analyze millorat
This commit is contained in:
2024-12-17 12:03:04 +01:00
parent 620cd8d88c
commit dfcc0a26fe
5 changed files with 32 additions and 20 deletions

View File

@@ -236,6 +236,7 @@ int main(int argc, char *argv[])
time = SDL_GetTicks();
z80analyze::refresh();
}
z80analyze::refresh(true);
} else if (!z80debug::debugging() && z80debug::paused()) {