diff options
Diffstat (limited to 'src/emu/sound/st0016.h')
-rw-r--r-- | src/emu/sound/st0016.h | 3 |
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; }; |