summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/plus4/c1551.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/plus4/c1551.h')
-rw-r--r--src/devices/bus/plus4/c1551.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/plus4/c1551.h b/src/devices/bus/plus4/c1551.h
index ddd09efe8cb..4a1d0e28415 100644
--- a/src/devices/bus/plus4/c1551.h
+++ b/src/devices/bus/plus4/c1551.h
@@ -34,6 +34,7 @@ public:
DECLARE_READ8_MEMBER( tpi0_r );
DECLARE_WRITE8_MEMBER( tpi0_w );
+ void c1551_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;