#pragma once #include namespace z80debug { void show(); void stop(); void cont(); const bool debugging(); void refresh(); void sendToConsole(const char* text); void DeleteCharConsole(); void executeConsole(); const bool isbreak(const uint16_t address); }