Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dfm.c4275 static int YM2612NumChips; /* total chip */ variable
4410 for(num=0;num<YM2612NumChips;num++) in YM2612_postload()
4444 for(num=0;num<YM2612NumChips;num++) in YM2612_save_state()
4469 YM2612NumChips = num; in YM2612Init()
4472 if( (FM2612 = (YM2612 *)malloc(sizeof(YM2612) * YM2612NumChips))==NULL) in YM2612Init()
4475 memset(FM2612,0,sizeof(YM2612) * YM2612NumChips); in YM2612Init()
4486 for ( i = 0 ; i < YM2612NumChips; i++ ) { in YM2612Init()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dfm.c4222 static int YM2612NumChips; /* total chip */ variable
4355 for(num=0;num<YM2612NumChips;num++) in YM2612_postload()
4386 for(num=0;num<YM2612NumChips;num++) in YM2612_save_state()
4411 YM2612NumChips = num; in YM2612Init()
4414 if( (FM2612 = (YM2612 *)malloc(sizeof(YM2612) * YM2612NumChips))==NULL) in YM2612Init()
4417 memset(FM2612,0,sizeof(YM2612) * YM2612NumChips); in YM2612Init()
4428 for ( i = 0 ; i < YM2612NumChips; i++ ) { in YM2612Init()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dfm.c4733 static int YM2612NumChips; /* total chip */ variable
4880 for(num=0;num<YM2612NumChips;num++) in YM2612_postload()
4911 for(num=0;num<YM2612NumChips;num++) in YM2612_save_state()
4936 YM2612NumChips = num; in YM2612Init()
4939 if( (FM2612 = (YM2612 *)malloc(sizeof(YM2612) * YM2612NumChips))==NULL) in YM2612Init()
4942 memset(FM2612,0,sizeof(YM2612) * YM2612NumChips); in YM2612Init()
4953 for ( i = 0 ; i < YM2612NumChips; i++ ) { in YM2612Init()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dfm.c4459 static int YM2612NumChips; /* total chip */ variable
4593 for(num=0;num<YM2612NumChips;num++) in YM2612_postload()
4624 for(num=0;num<YM2612NumChips;num++) in YM2612_save_state()
4649 YM2612NumChips = num; in YM2612Init()
4652 if( (FM2612 = (YM2612 *)malloc(sizeof(YM2612) * YM2612NumChips))==NULL) in YM2612Init()
4655 memset(FM2612,0,sizeof(YM2612) * YM2612NumChips); in YM2612Init()
4663 for ( i = 0 ; i < YM2612NumChips; i++ ) { in YM2612Init()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c4488 static int YM2612NumChips; /* total chip */ variable
4622 for(num=0;num<YM2612NumChips;num++) in YM2612_postload()
4653 for(num=0;num<YM2612NumChips;num++) in YM2612_save_state()
4678 YM2612NumChips = num; in YM2612Init()
4681 if( (FM2612 = (YM2612 *)malloc(sizeof(YM2612) * YM2612NumChips))==NULL) in YM2612Init()
4684 memset(FM2612,0,sizeof(YM2612) * YM2612NumChips); in YM2612Init()
4692 for ( i = 0 ; i < YM2612NumChips; i++ ) { in YM2612Init()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dfm.c4478 static int YM2612NumChips; /* total chip */ variable
4612 for(num=0;num<YM2612NumChips;num++) in YM2612_postload()
4643 for(num=0;num<YM2612NumChips;num++) in YM2612_save_state()
4668 YM2612NumChips = num; in YM2612Init()
4671 if( (FM2612 = (YM2612 *)malloc(sizeof(YM2612) * YM2612NumChips))==NULL) in YM2612Init()
4674 memset(FM2612,0,sizeof(YM2612) * YM2612NumChips); in YM2612Init()
4682 for ( i = 0 ; i < YM2612NumChips; i++ ) { in YM2612Init()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c2805 static int YM2612NumChips; /* total chip */ variable
2897 YM2612NumChips = num; in YM2612Init()
2900 if( (FM2612 = (YM2612 *)malloc(sizeof(YM2612) * YM2612NumChips))==NULL) in YM2612Init()
2903 memset(FM2612,0,sizeof(YM2612) * YM2612NumChips); in YM2612Init()
2911 for ( i = 0 ; i < YM2612NumChips; i++ ) { in YM2612Init()