summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/c64/cpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/c64/cpm.h')
-rw-r--r--src/devices/bus/c64/cpm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/c64/cpm.h b/src/devices/bus/c64/cpm.h
index 9500b536562..c490d61aa58 100644
--- a/src/devices/bus/c64/cpm.h
+++ b/src/devices/bus/c64/cpm.h
@@ -30,6 +30,8 @@ public:
c64_cpm_cartridge_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
protected:
+ c64_cpm_cartridge_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;