summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/5110intf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/5110intf.c')
-rw-r--r--src/emu/sound/5110intf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/5110intf.c b/src/emu/sound/5110intf.c
index 53f4065abf3..c44fa8e6147 100644
--- a/src/emu/sound/5110intf.c
+++ b/src/emu/sound/5110intf.c
@@ -298,7 +298,7 @@ SND_GET_INFO( tms5110 )
switch (state)
{
/* --- the following bits of info are returned as 64-bit signed integers --- */
- case SNDINFO_INT_ALIAS: info->i = SOUND_TMS5110; break;
+ case SNDINFO_FCT_ALIAS: info->type = SOUND_TMS5110; 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( tms5110 ); break;