summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sndintrf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sndintrf.c')
-rw-r--r--src/emu/sndintrf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/sndintrf.c b/src/emu/sndintrf.c
index 33215436560..1c05d8b8bd9 100644
--- a/src/emu/sndintrf.c
+++ b/src/emu/sndintrf.c
@@ -108,7 +108,7 @@ void namcona_get_info(void *token, UINT32 state, sndinfo *info);
void tms36xx_get_info(void *token, UINT32 state, sndinfo *info);
void tms3615_get_info(void *token, UINT32 state, sndinfo *info);
void tms5110_get_info(void *token, UINT32 state, sndinfo *info);
-void tms0285_get_info(void *token, UINT32 state, sndinfo *info);
+void tmc0285_get_info(void *token, UINT32 state, sndinfo *info);
void tms5200_get_info(void *token, UINT32 state, sndinfo *info);
void tms5220_get_info(void *token, UINT32 state, sndinfo *info);
void vlm5030_get_info(void *token, UINT32 state, sndinfo *info);
@@ -289,8 +289,8 @@ static const struct
#if (HAS_TMS5110)
{ SOUND_TMS5110, tms5110_get_info },
#endif
-#if (HAS_TMS0285)
- { SOUND_TMS0285, tms0285_get_info },
+#if (HAS_TMC0285)
+ { SOUND_TMC0285, tmc0285_get_info },
#endif
#if (HAS_TMS5200)
{ SOUND_TMS5200, tms5200_get_info },