summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/adamnet/fdc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/adamnet/fdc.h')
-rw-r--r--src/devices/bus/adamnet/fdc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/adamnet/fdc.h b/src/devices/bus/adamnet/fdc.h
index 6cdaedbc133..05d4ceb0a82 100644
--- a/src/devices/bus/adamnet/fdc.h
+++ b/src/devices/bus/adamnet/fdc.h
@@ -38,6 +38,8 @@ public:
DECLARE_READ8_MEMBER( p2_r );
DECLARE_WRITE8_MEMBER( p2_w );
+ void adam_fdc_io(address_map &map);
+ void adam_fdc_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;