summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/i8255.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/machine/i8255.h')
-rw-r--r--src/devices/machine/i8255.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/machine/i8255.h b/src/devices/machine/i8255.h
index 407a1cbef4e..679b07654e6 100644
--- a/src/devices/machine/i8255.h
+++ b/src/devices/machine/i8255.h
@@ -107,6 +107,8 @@ public:
DECLARE_WRITE_LINE_MEMBER( pc6_w );
protected:
+ i8255_device(const machine_config &mconfig, device_type type, const char *tag, device_t *owner, uint32_t clock);
+
// device-level overrides
virtual void device_start() override;
virtual void device_reset() override;