diff options
author | 2008-08-08 01:50:00 +0000 | |
---|---|---|
committer | 2008-08-08 01:50:00 +0000 | |
commit | cc94c8207d3092f2b6e84861329ce8370a4f93fc (patch) | |
tree | 830e8fcd37314e964cfac81d4c29276980e9826a /src/emu/sound/2203intf.h | |
parent | 3f73ea77f018ed6ec4a0cc103434c8c3344618d8 (diff) |
Updated structure and naming conventions of the following sound interfaces.
struct CustomSound_interface to custom_sound_interface
struct Samplesinterface to samples_interface
struct SN76477interface to SN76477_interface
struct AY8910interface to 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 6ce0e3fabf2..b15b1ef9ac0 100644 --- a/src/emu/sound/2203intf.h +++ b/src/emu/sound/2203intf.h @@ -5,7 +5,7 @@ struct YM2203interface { - const struct AY8910interface ay8910_intf; + const AY8910_interface ay8910_intf; void (*handler)(running_machine *machine, int irq); }; |