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
|
|
@ -867,6 +867,7 @@ const int availableSystems[]={
|
|||
DIV_SYSTEM_FDS,
|
||||
DIV_SYSTEM_MMC5,
|
||||
DIV_SYSTEM_ES5506,
|
||||
DIV_SYSTEM_SCC,
|
||||
DIV_SYSTEM_SCC_PLUS,
|
||||
0 // don't remove this last one!
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue