summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/hpc3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/hpc3.h')
-rw-r--r--src/mame/machine/hpc3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/machine/hpc3.h b/src/mame/machine/hpc3.h
index 5b10a724be5..ca1e0197aad 100644
--- a/src/mame/machine/hpc3.h
+++ b/src/mame/machine/hpc3.h
@@ -36,6 +36,10 @@ public:
DECLARE_WRITE_LINE_MEMBER(scsi1_irq);
DECLARE_WRITE_LINE_MEMBER(scsi1_drq);
+ DECLARE_WRITE_LINE_MEMBER(gio_int0);
+ DECLARE_WRITE_LINE_MEMBER(gio_int1);
+ DECLARE_WRITE_LINE_MEMBER(gio_int2);
+
protected:
hpc3_base_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);