1
0
Fork 0

Silence 2 switch warnings

This commit is contained in:
Patryk Obara 2019-11-23 23:50:03 +01:00 committed by Patryk Obara
parent 618ab5ea08
commit ef40533d22

View file

@ -825,6 +825,9 @@ Module::Module( Section* configuration ) : Module_base(configuration) {
case OPL_opl3gold:
Init( Adlib::MODE_OPL3GOLD );
break;
case OPL_cms:
case OPL_none:
break;
}
//0x388 range
WriteHandler[0].Install(0x388,OPL_Write,IO_MB, 4 );