summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/num9rev.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/num9rev.h')
-rw-r--r--src/devices/bus/isa/num9rev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/num9rev.h b/src/devices/bus/isa/num9rev.h
index 0686c3e4cc4..1a9f10d3fb6 100644
--- a/src/devices/bus/isa/num9rev.h
+++ b/src/devices/bus/isa/num9rev.h
@@ -36,6 +36,7 @@ public:
DECLARE_READ8_MEMBER(read8);
DECLARE_WRITE8_MEMBER(write8);
+ void upd7220_map(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;