Merge pull request #776 from cam900/k007232

Add K007232 support
This commit is contained in:
tildearrow 2022-12-14 23:59:41 -05:00 committed by GitHub
commit dafa0189a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 841 additions and 5 deletions

View file

@ -1787,6 +1787,7 @@ void FurnaceGUI::drawSettings() {
UI_COLOR_CONFIG(GUI_COLOR_INSTR_QSOUND,"QSound");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_YMZ280B,"YMZ280B");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_RF5C68,"RF5C68");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_K007232,"K007232");
UI_COLOR_CONFIG(GUI_COLOR_INSTR_UNKNOWN,"Other/Unknown");
ImGui::TreePop();
}