summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/audio/channelf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/audio/channelf.c')
-rw-r--r--src/mess/audio/channelf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/audio/channelf.c b/src/mess/audio/channelf.c
index 2a6939ace66..d9c5f5385b2 100644
--- a/src/mess/audio/channelf.c
+++ b/src/mess/audio/channelf.c
@@ -3,8 +3,7 @@
static const int max_amplitude = 0x7fff;
-typedef struct _channelf_sound_state channelf_sound_state;
-struct _channelf_sound_state
+struct channelf_sound_state
{
sound_stream *channel;
int sound_mode;