summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/spc1000/fdd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/spc1000/fdd.h')
-rw-r--r--src/devices/bus/spc1000/fdd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/spc1000/fdd.h b/src/devices/bus/spc1000/fdd.h
index 8a999eca25d..f748b853902 100644
--- a/src/devices/bus/spc1000/fdd.h
+++ b/src/devices/bus/spc1000/fdd.h
@@ -26,6 +26,8 @@ public:
DECLARE_READ8_MEMBER(tc_r);
DECLARE_WRITE8_MEMBER(control_w);
+ void sd725_io(address_map &map);
+ void sd725_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;