summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/sn76477.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/sn76477.h')
-rw-r--r--src/emu/sound/sn76477.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/emu/sound/sn76477.h b/src/emu/sound/sn76477.h
index d224cbe2ca8..5eb7b137f89 100644
--- a/src/emu/sound/sn76477.h
+++ b/src/emu/sound/sn76477.h
@@ -46,7 +46,8 @@
*
*****************************************************************************/
-struct SN76477interface
+typedef struct _SN76477_interface SN76477_interface;
+struct _SN76477_interface
{
double noise_clock_res;
double noise_filter_res;