mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
don't worry about it
This commit is contained in:
parent
300d817795
commit
222abe7e76
1 changed files with 0 additions and 3 deletions
|
@ -1167,9 +1167,6 @@ void DivEngine::convertOldFlags(unsigned int oldFlags, DivConfig& newFlags, DivS
|
||||||
case 14:
|
case 14:
|
||||||
if (sys==DIV_SYSTEM_AY8910) newFlags.set("clockSel",14);
|
if (sys==DIV_SYSTEM_AY8910) newFlags.set("clockSel",14);
|
||||||
break;
|
break;
|
||||||
case 15:
|
|
||||||
if (sys==DIV_SYSTEM_AY8910) newFlags.set("clockSel",15);
|
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
if (sys==DIV_SYSTEM_AY8910) switch ((oldFlags>>4)&3) {
|
if (sys==DIV_SYSTEM_AY8910) switch ((oldFlags>>4)&3) {
|
||||||
case 0:
|
case 0:
|
||||||
|
|
Loading…
Reference in a new issue