Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dfm.c2288 static int YM2203NumChips; /* number of chips */ variable
2406 for(num=0;num<YM2203NumChips;num++) in YM2203_postload()
2440 for(num=0;num<YM2203NumChips;num++) in YM2203_save_state()
2477 YM2203NumChips = num; in YM2203Init()
2480 if( (FM2203 = (YM2203 *)malloc(sizeof(YM2203) * YM2203NumChips))==NULL) in YM2203Init()
2483 memset(FM2203,0,sizeof(YM2203) * YM2203NumChips); in YM2203Init()
2493 for ( i = 0 ; i < YM2203NumChips; i++ ) { in YM2203Init()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dfm.c2264 static int YM2203NumChips; /* number of chips */ variable
2381 for(num=0;num<YM2203NumChips;num++) in YM2203_postload()
2414 for(num=0;num<YM2203NumChips;num++) in YM2203_save_state()
2441 YM2203NumChips = num; in YM2203Init()
2444 if( (FM2203 = (YM2203 *)malloc(sizeof(YM2203) * YM2203NumChips))==NULL) in YM2203Init()
2447 memset(FM2203,0,sizeof(YM2203) * YM2203NumChips); in YM2203Init()
2457 for ( i = 0 ; i < YM2203NumChips; i++ ) { in YM2203Init()
/dports/emulators/dgen-sdl/dgen-sdl-1.33/
H A Dfm.c2255 static int YM2203NumChips; /* number of chips */ variable
2372 for(num=0;num<YM2203NumChips;num++) in YM2203_postload()
2405 for(num=0;num<YM2203NumChips;num++) in YM2203_save_state()
2432 YM2203NumChips = num; in YM2203Init()
2435 if( (FM2203 = (YM2203 *)malloc(sizeof(YM2203) * YM2203NumChips))==NULL) in YM2203Init()
2438 memset(FM2203,0,sizeof(YM2203) * YM2203NumChips); in YM2203Init()
2448 for ( i = 0 ; i < YM2203NumChips; i++ ) { in YM2203Init()
/dports/emulators/quasi88/quasi88-0.6.4/src/snddrv-old/src/sound/
H A Dfm.c2024 static int YM2203NumChips; /* number of chips */ variable
2141 for(num=0;num<YM2203NumChips;num++) in YM2203_postload()
2174 for(num=0;num<YM2203NumChips;num++) in YM2203_save_state()
2201 YM2203NumChips = num; in YM2203Init()
2204 if( (FM2203 = (YM2203 *)malloc(sizeof(YM2203) * YM2203NumChips))==NULL) in YM2203Init()
2207 memset(FM2203,0,sizeof(YM2203) * YM2203NumChips); in YM2203Init()
2214 for ( i = 0 ; i < YM2203NumChips; i++ ) { in YM2203Init()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/sound/
H A Dfm.c2018 static int YM2203NumChips; /* number of chips */ variable
2135 for(num=0;num<YM2203NumChips;num++) in YM2203_postload()
2168 for(num=0;num<YM2203NumChips;num++) in YM2203_save_state()
2195 YM2203NumChips = num; in YM2203Init()
2198 if( (FM2203 = (YM2203 *)malloc(sizeof(YM2203) * YM2203NumChips))==NULL) in YM2203Init()
2201 memset(FM2203,0,sizeof(YM2203) * YM2203NumChips); in YM2203Init()
2208 for ( i = 0 ; i < YM2203NumChips; i++ ) { in YM2203Init()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/sound/
H A Dfm.c2009 static int YM2203NumChips; /* number of chips */ variable
2126 for(num=0;num<YM2203NumChips;num++) in YM2203_postload()
2159 for(num=0;num<YM2203NumChips;num++) in YM2203_save_state()
2186 YM2203NumChips = num; in YM2203Init()
2189 if( (FM2203 = (YM2203 *)malloc(sizeof(YM2203) * YM2203NumChips))==NULL) in YM2203Init()
2192 memset(FM2203,0,sizeof(YM2203) * YM2203NumChips); in YM2203Init()
2199 for ( i = 0 ; i < YM2203NumChips; i++ ) { in YM2203Init()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/sound/
H A Dfm.c1394 static int YM2203NumChips; /* total chip */ variable
1479 YM2203NumChips = num; in YM2203Init()
1482 if( (FM2203 = (YM2203 *)malloc(sizeof(YM2203) * YM2203NumChips))==NULL) in YM2203Init()
1485 memset(FM2203,0,sizeof(YM2203) * YM2203NumChips); in YM2203Init()
1492 for ( i = 0 ; i < YM2203NumChips; i++ ) { in YM2203Init()