summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2203intf.c
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/2203intf.c
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/2203intf.c')
-rw-r--r--src/emu/sound/2203intf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/2203intf.c b/src/emu/sound/2203intf.c
index b752b12b033..0f175d8ec06 100644
--- a/src/emu/sound/2203intf.c
+++ b/src/emu/sound/2203intf.c
@@ -40,7 +40,7 @@ static void psg_reset(void *param)
ay8910_reset_ym(info->psg);
}
-static const struct ssg_callbacks psgintf =
+static const ssg_callbacks psgintf =
{
psg_set_clock,
psg_write,