Merge branch 'master' of https://github.com/tildearrow/furnace into es5506_alt
* 'master' of https://github.com/tildearrow/furnace: full linear pitch is now the default add a full linear pitch mode, part 7 X1-010: implement linear pitch (part 6) VERA: implement full linear pitch (part 5) YM2610(B): implement full linear pitch (part 4) add a full linear pitch mode, part 3 YM2612: implement full linear pitch (part 2) update readme re-enable warnings are errors on MSVC YM2612: early full linear pitch experiment GUI: window movement only by clicking on title bar Fix GCC errors 2 Fix GCC errors Remove SCC from TODO.md SCC has no config flags currently Add SCC and SCC+ support # Conflicts: # CMakeLists.txt # src/engine/dispatchContainer.cpp # src/gui/guiConst.cpp
This commit is contained in:
commit
2a19834e14
29 changed files with 1541 additions and 130 deletions
|
|
@ -334,6 +334,8 @@ void FurnaceGUI::drawSysConf(int chan, DivSystem type, unsigned int& flags, bool
|
|||
case DIV_SYSTEM_YM2610B_EXT:
|
||||
case DIV_SYSTEM_YMU759:
|
||||
case DIV_SYSTEM_PET:
|
||||
case DIV_SYSTEM_SCC:
|
||||
case DIV_SYSTEM_SCC_PLUS:
|
||||
ImGui::Text("nothing to configure");
|
||||
break;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue