Unifdef unused function in mame implementation
This commit is contained in:
parent
a7a9f84ae2
commit
a1ceacb6f1
2 changed files with 4 additions and 2 deletions
|
@ -1795,7 +1795,7 @@ void FM_OPL::ResetChip()
|
|||
#endif
|
||||
}
|
||||
|
||||
|
||||
#if 0
|
||||
void FM_OPL::postload()
|
||||
{
|
||||
for(int ch = 0; ch < sizeof(P_CH)/ sizeof(P_CH[0]); ch++)
|
||||
|
@ -1847,6 +1847,7 @@ void FM_OPL::postload()
|
|||
}
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
|
||||
} // anonymous namespace
|
||||
|
||||
|
|
|
@ -680,6 +680,7 @@ static inline void OPL3_STATUS_RESET(OPL3 *chip,int flag)
|
|||
}
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* IRQ mask set */
|
||||
static inline void OPL3_STATUSMASK_SET(OPL3 *chip,int flag)
|
||||
{
|
||||
|
@ -688,7 +689,7 @@ static inline void OPL3_STATUSMASK_SET(OPL3 *chip,int flag)
|
|||
OPL3_STATUS_SET(chip,0);
|
||||
OPL3_STATUS_RESET(chip,0);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
/* advance LFO to next sample */
|
||||
static inline void advance_lfo(OPL3 *chip)
|
||||
|
|
Loading…
Add table
Reference in a new issue