1
0
Fork 0

Unifdef unused function in mame implementation

This commit is contained in:
Patryk Obara 2020-02-05 06:27:08 +01:00 committed by Patryk Obara
parent a7a9f84ae2
commit a1ceacb6f1
2 changed files with 4 additions and 2 deletions

View file

@ -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

View file

@ -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)