Merge branch 'master' of https://github.com/tildearrow/furnace into ym2610b

This commit is contained in:
cam900 2022-03-02 01:18:36 +09:00
commit 1631af8f8e
21 changed files with 700 additions and 284 deletions

View file

@ -680,9 +680,9 @@ const char* DivEngine::getSystemChips(DivSystem sys) {
case DIV_SYSTEM_AMIGA:
return "MOS 8364 Paula";
case DIV_SYSTEM_YM2151:
return "Yamaha YM2151 standalone";
return "Yamaha YM2151";
case DIV_SYSTEM_YM2612:
return "Yamaha YM2612 standalone";
return "Yamaha YM2612";
case DIV_SYSTEM_TIA:
return "Atari TIA";
case DIV_SYSTEM_VIC20: