summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/st0016.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2012-09-15 21:47:30 +0000
committer Aaron Giles <aaron@aarongiles.com>2012-09-15 21:47:30 +0000
commitab97dc30efdd5cc1abf8c65b8ce29af364219167 (patch)
tree5ab46b3c21f6e0e4173a79a4151e019b3f2dc17e /src/emu/sound/st0016.h
parentd1da89cc7817315f05269205a3f56d36ebba170b (diff)
First pass at modernizing struct definitions.
Diffstat (limited to 'src/emu/sound/st0016.h')
-rw-r--r--src/emu/sound/st0016.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/emu/sound/st0016.h b/src/emu/sound/st0016.h
index cff9f2312e1..44d60973033 100644
--- a/src/emu/sound/st0016.h
+++ b/src/emu/sound/st0016.h
@@ -5,8 +5,7 @@
#include "devlegcy.h"
-typedef struct _st0016_interface st0016_interface;
-struct _st0016_interface
+struct st0016_interface
{
UINT8 **p_soundram;
};