summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6502/n2a03.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/m6502/n2a03.h')
-rw-r--r--src/devices/cpu/m6502/n2a03.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/devices/cpu/m6502/n2a03.h b/src/devices/cpu/m6502/n2a03.h
index 54fc137c8e6..3b7d0bfcfd3 100644
--- a/src/devices/cpu/m6502/n2a03.h
+++ b/src/devices/cpu/m6502/n2a03.h
@@ -33,6 +33,9 @@ public:
WRITE8_MEMBER(psg1_4015_w);
WRITE8_MEMBER(psg1_4017_w);
+ DECLARE_WRITE_LINE_MEMBER(apu_irq);
+ DECLARE_READ8_MEMBER(apu_read_mem);
+
protected:
class mi_2a03_normal : public memory_interface {
public: