mirror of
https://github.com/holub/mame
synced 2025-04-18 22:49:58 +03:00
Workaround for ym2610_0119u2gre
This commit is contained in:
parent
047ec5ff5c
commit
4371646560
@ -1394,7 +1394,8 @@ INLINE void refresh_fc_eg_slot(FM_SLOT *SLOT , int fc , int kc )
|
||||
}
|
||||
|
||||
/* update phase increment counters */
|
||||
INLINE void refresh_fc_eg_chan(FM_CH *CH )
|
||||
/* Changed from INLINE to static to work around gcc 4.2.1 codegen bug */
|
||||
static void refresh_fc_eg_chan(FM_CH *CH )
|
||||
{
|
||||
if( CH->SLOT[SLOT1].Incr==-1){
|
||||
int fc = CH->fc;
|
||||
|
Loading…
Reference in New Issue
Block a user