summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/5220intf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/5220intf.c')
-rw-r--r--src/emu/sound/5220intf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/5220intf.c b/src/emu/sound/5220intf.c
index 4586b423937..af0288a87b2 100644
--- a/src/emu/sound/5220intf.c
+++ b/src/emu/sound/5220intf.c
@@ -254,7 +254,7 @@ SND_GET_INFO( tms5220 )
switch (state)
{
/* --- the following bits of info are returned as 64-bit signed integers --- */
- case SNDINFO_INT_ALIAS: info->i = SOUND_TMS5220; break;
+ case SNDINFO_FCT_ALIAS: info->type = SOUND_TMS5220; break;
/* --- the following bits of info are returned as pointers to data or functions --- */
case SNDINFO_PTR_SET_INFO: info->set_info = SND_SET_INFO_NAME( tms5220 ); break;