Home
last modified time | relevance | path

Searched refs:YM2610NumChips (Results 1 – 7 of 7) sorted by relevance

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dfm.c3564 static int YM2610NumChips; variable
3857 for(num=0;num<YM2610NumChips;num++) in YM2610_postload()
3909 for(num=0;num<YM2610NumChips;num++) in YM2610_save_state()
3952 YM2610NumChips = num; in YM2610Init()
3955 if( (FM2610 = (YM2610 *)malloc(sizeof(YM2610) * YM2610NumChips))==NULL) in YM2610Init()
3958 memset(FM2610,0,sizeof(YM2610) * YM2610NumChips); in YM2610Init()
3969 for ( i = 0 ; i < YM2610NumChips; i++ ) { in YM2610Init()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dfm.c3516 static int YM2610NumChips; variable
3807 for(num=0;num<YM2610NumChips;num++) in YM2610_postload()
3856 for(num=0;num<YM2610NumChips;num++) in YM2610_save_state()
3899 YM2610NumChips = num; in YM2610Init()
3902 if( (FM2610 = (YM2610 *)malloc(sizeof(YM2610) * YM2610NumChips))==NULL) in YM2610Init()
3905 memset(FM2610,0,sizeof(YM2610) * YM2610NumChips); in YM2610Init()
3916 for ( i = 0 ; i < YM2610NumChips; i++ ) { in YM2610Init()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dfm.c4027 static int YM2610NumChips; variable
4318 for(num=0;num<YM2610NumChips;num++) in YM2610_postload()
4367 for(num=0;num<YM2610NumChips;num++) in YM2610_save_state()
4410 YM2610NumChips = num; in YM2610Init()
4413 if( (FM2610 = (YM2610 *)malloc(sizeof(YM2610) * YM2610NumChips))==NULL) in YM2610Init()
4416 memset(FM2610,0,sizeof(YM2610) * YM2610NumChips); in YM2610Init()
4427 for ( i = 0 ; i < YM2610NumChips; i++ ) { in YM2610Init()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dfm.c3762 static int YM2610NumChips; variable
4053 for(num=0;num<YM2610NumChips;num++) in YM2610_postload()
4095 for(num=0;num<YM2610NumChips;num++) in YM2610_save_state()
4138 YM2610NumChips = num; in YM2610Init()
4141 if( (FM2610 = (YM2610 *)malloc(sizeof(YM2610) * YM2610NumChips))==NULL) in YM2610Init()
4144 memset(FM2610,0,sizeof(YM2610) * YM2610NumChips); in YM2610Init()
4152 for ( i = 0 ; i < YM2610NumChips; i++ ) { in YM2610Init()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c3781 static int YM2610NumChips; variable
4072 for(num=0;num<YM2610NumChips;num++) in YM2610_postload()
4121 for(num=0;num<YM2610NumChips;num++) in YM2610_save_state()
4164 YM2610NumChips = num; in YM2610Init()
4167 if( (FM2610 = (YM2610 *)malloc(sizeof(YM2610) * YM2610NumChips))==NULL) in YM2610Init()
4170 memset(FM2610,0,sizeof(YM2610) * YM2610NumChips); in YM2610Init()
4178 for ( i = 0 ; i < YM2610NumChips; i++ ) { in YM2610Init()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dfm.c3771 static int YM2610NumChips; variable
4062 for(num=0;num<YM2610NumChips;num++) in YM2610_postload()
4111 for(num=0;num<YM2610NumChips;num++) in YM2610_save_state()
4154 YM2610NumChips = num; in YM2610Init()
4157 if( (FM2610 = (YM2610 *)malloc(sizeof(YM2610) * YM2610NumChips))==NULL) in YM2610Init()
4160 memset(FM2610,0,sizeof(YM2610) * YM2610NumChips); in YM2610Init()
4168 for ( i = 0 ; i < YM2610NumChips; i++ ) { in YM2610Init()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c2346 static int YM2610NumChips; /* total chip */ variable
2544 YM2610NumChips = num; in YM2610Init()
2547 if( (FM2610 = (YM2610 *)malloc(sizeof(YM2610) * YM2610NumChips))==NULL) in YM2610Init()
2550 memset(FM2610,0,sizeof(YM2610) * YM2610NumChips); in YM2610Init()
2558 for ( i = 0 ; i < YM2610NumChips; i++ ) { in YM2610Init()