Add some PC-88 presets, with external soundcard(s)
Added AY clock (1.9968MHz) for PC-88 reference: http://mydocuments.g2.xrea.com/html/p8/soundinfo.html, https://www.dtmstation.com/archives/52016817.html
This commit is contained in:
parent
c4be8c9f5d
commit
75b0ed7af1
3 changed files with 199 additions and 0 deletions
|
|
@ -1167,6 +1167,9 @@ void DivEngine::convertOldFlags(unsigned int oldFlags, DivConfig& newFlags, DivS
|
|||
case 14:
|
||||
if (sys==DIV_SYSTEM_AY8910) newFlags.set("clockSel",14);
|
||||
break;
|
||||
case 15:
|
||||
if (sys==DIV_SYSTEM_AY8910) newFlags.set("clockSel",15);
|
||||
break;
|
||||
}
|
||||
if (sys==DIV_SYSTEM_AY8910) switch ((oldFlags>>4)&3) {
|
||||
case 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue