diff --git a/src/gui/debug.cpp b/src/gui/debug.cpp index 508ad50fe..c578d3a30 100644 --- a/src/gui/debug.cpp +++ b/src/gui/debug.cpp @@ -547,6 +547,13 @@ void putDispatchChip(void* data, int type) { COMMON_CHIP_DEBUG_BOOL; break; } + case DIV_SYSTEM_C140: { + DivPlatformC140* ch=(DivPlatformC140*)data; + ImGui::Text("> C140"); + COMMON_CHIP_DEBUG; + COMMON_CHIP_DEBUG_BOOL; + break; + } default: ImGui::Text("Unimplemented chip! Help!"); break;