diff options
author | 2008-08-08 16:32:55 +0000 | |
---|---|---|
committer | 2008-08-08 16:32:55 +0000 | |
commit | 7ea948666abd2f477dafaf88373ccb68fe850914 (patch) | |
tree | 81fd3320e09dda5d509257df0e3d0d13b1a96527 /src/emu/sound/2203intf.h | |
parent | 7b2d48149aa696f443a7f4a34fffee6920f847bd (diff) |
lower cased sn76477_interface and ay8910_interface
Diffstat (limited to 'src/emu/sound/2203intf.h')
-rw-r--r-- | src/emu/sound/2203intf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/sound/2203intf.h b/src/emu/sound/2203intf.h index b15b1ef9ac0..fa5a480c685 100644 --- a/src/emu/sound/2203intf.h +++ b/src/emu/sound/2203intf.h @@ -5,7 +5,7 @@ struct YM2203interface { - const AY8910_interface ay8910_intf; + const ay8910_interface ay8910_intf; void (*handler)(running_machine *machine, int irq); }; |