mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
Fixed compilation error when compiled for MESS
This commit is contained in:
parent
03037281a4
commit
3f652750d3
@ -73,12 +73,14 @@ static void *tms5220_start(int sndindex, int clock, const void *config)
|
||||
}
|
||||
|
||||
|
||||
#if (HAS_TMC0285) && (HAS_TMS5200)
|
||||
static void *tms5200_start(int sndindex, int clock, const void *config)
|
||||
{
|
||||
struct tms5220_info *info = tms5220_start(sndindex, clock, config);
|
||||
tms5220_set_variant(info->chip, variant_tmc0285);
|
||||
return info;
|
||||
}
|
||||
#endif /* (HAS_TMC0285) && (HAS_TMS5200) */
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user