summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/sfx_sound_expander.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/sfx_sound_expander.h')
-rw-r--r--src/devices/bus/c64/sfx_sound_expander.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/c64/sfx_sound_expander.h b/src/devices/bus/c64/sfx_sound_expander.h
index 4edb65656af..8b0a454fdc8 100644
--- a/src/devices/bus/c64/sfx_sound_expander.h
+++ b/src/devices/bus/c64/sfx_sound_expander.h
@@ -12,7 +12,7 @@
#pragma once
#include "exp.h"
-#include "sound/ym3526.h"
+#include "sound/ymopl.h"
@@ -45,7 +45,7 @@ protected:
virtual int c64_exrom_r(offs_t offset, int sphi2, int ba, int rw) override;
private:
- DECLARE_WRITE_LINE_MEMBER( opl_irq_w );
+ void opl_irq_w(int state);
required_device<ym3526_device> m_opl;
required_device<c64_expansion_slot_device> m_exp;