summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/c2031.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/c2031.h')
-rw-r--r--src/devices/bus/ieee488/c2031.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/c2031.h b/src/devices/bus/ieee488/c2031.h
index 9d892bb467d..2ae98540a0e 100644
--- a/src/devices/bus/ieee488/c2031.h
+++ b/src/devices/bus/ieee488/c2031.h
@@ -31,6 +31,7 @@ public:
// construction/destruction
c2031_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock);
+ void c2031_mem(address_map &map);
protected:
// device-level overrides
virtual void device_start() override;