diff options
author | 2008-04-24 06:43:16 +0000 | |
---|---|---|
committer | 2008-04-24 06:43:16 +0000 | |
commit | 08c75151c7e48b0c276dc851525657f9baddd167 (patch) | |
tree | 5f154880140c14cc878331fccd9cfa386e40b157 /src/emu/sound/2203intf.c | |
parent | 6a955fc076b56752bd5922df082bc05a98ca1bac (diff) |
Cleanups for 0.124u4.
Diffstat (limited to 'src/emu/sound/2203intf.c')
-rw-r--r-- | src/emu/sound/2203intf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/2203intf.c b/src/emu/sound/2203intf.c index 74061b958da..45c03438c32 100644 --- a/src/emu/sound/2203intf.c +++ b/src/emu/sound/2203intf.c @@ -107,9 +107,9 @@ static STATE_POSTLOAD( ym2203_postload ) static void *ym2203_start(int sndindex, int clock, const void *config) { - static const struct YM2203interface generic_2203 = + static const struct YM2203interface generic_2203 = { - { + { AY8910_LEGACY_OUTPUT, AY8910_DEFAULT_LOADS, NULL, NULL, NULL, NULL |