- Finestra del depurador amb SDL

This commit is contained in:
2024-04-11 17:37:10 +02:00
parent 9a65ef3915
commit dbff53cc2f
8 changed files with 287 additions and 78 deletions

7
z80debug.h Normal file
View File

@@ -0,0 +1,7 @@
#pragma once
namespace z80debug
{
void show();
void refresh();
}