summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/2608intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/2608intf.h')
-rw-r--r--src/emu/sound/2608intf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/sound/2608intf.h b/src/emu/sound/2608intf.h
index 91571ce2a8e..5d74947756a 100644
--- a/src/emu/sound/2608intf.h
+++ b/src/emu/sound/2608intf.h
@@ -13,7 +13,7 @@ void ym2608_update_request(void *param);
struct ym2608_interface
{
const ay8910_interface ay8910_intf;
- void ( *handler )( device_t *device, int irq ); /* IRQ handler for the YM2608 */
+ void ( *handler )( device_t *device, int irq ); /* IRQ handler for the YM2608 */
};
DECLARE_READ8_DEVICE_HANDLER( ym2608_r );
@@ -29,7 +29,7 @@ DECLARE_WRITE8_DEVICE_HANDLER( ym2608_data_port_a_w );
DECLARE_WRITE8_DEVICE_HANDLER( ym2608_data_port_b_w );
class ym2608_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
ym2608_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);