Add C140 status debug window

This commit is contained in:
cam900 2023-08-10 20:27:30 +09:00
parent 4d7d610f8c
commit 882b1c0aae
1 changed files with 7 additions and 0 deletions

View File

@ -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;