- 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

2
z80.h
View File

@@ -8,6 +8,8 @@ namespace z80
void connect_port(int num, int (*in_ptr)(), void (*out_ptr)(int));
uint32_t step();
uint8_t *getMem();
uint16_t getAF(const bool alt=false);
uint16_t getBC(const bool alt=false);
uint16_t getDE(const bool alt=false);