Silence 2 switch warnings
This commit is contained in:
parent
618ab5ea08
commit
ef40533d22
1 changed files with 3 additions and 0 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue