summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/es5506.h
diff options
context:
space:
mode:
author Derrick Renaud <derrickr@mamedev.org>2008-08-09 05:28:19 +0000
committer Derrick Renaud <derrickr@mamedev.org>2008-08-09 05:28:19 +0000
commit629498ef38622d9abeaf587db4472cdee57f6020 (patch)
tree5fad7b63065189ffb49f4e3a8006008198757ed9 /src/emu/sound/es5506.h
parentb14904ef682bb0c90eae4f17806243283b5cea2a (diff)
more sound core structure/renaming updates.
You may have to do a clean compile, or delete the affected driver object files. struct C140interface to c140_interface struct cem3394_interface to cem3394_interface struct ES5503interface to es5503_interface struct ES5505interface to es5505_interface struct ES5506interface to es5506_interface struct ssg_callbacks to ssg_callbacks struct gaelcosnd_interface to gaelcosnd_interface struct ics2115_interface to ics2115_interface I'll stop until my posted question about chip names and upper case is answered.
Diffstat (limited to 'src/emu/sound/es5506.h')
-rw-r--r--src/emu/sound/es5506.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/emu/sound/es5506.h b/src/emu/sound/es5506.h
index aee289521ab..073e7fd0b96 100644
--- a/src/emu/sound/es5506.h
+++ b/src/emu/sound/es5506.h
@@ -8,7 +8,8 @@
#ifndef ES5506_H
#define ES5506_H
-struct ES5505interface
+typedef struct _es5505_interface es5505_interface;
+struct _es5505_interface
{
const char * region0; /* memory region where the sample ROM lives */
const char * region1; /* memory region where the sample ROM lives */
@@ -26,8 +27,8 @@ void ES5505_voice_bank_1_w(int voice, int bank);
-
-struct ES5506interface
+typedef struct _es5506_interface es5506_interface;
+struct _es5506_interface
{
const char * region0; /* memory region where the sample ROM lives */
const char * region1; /* memory region where the sample ROM lives */