summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ieee488/d9060.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ieee488/d9060.h')
-rw-r--r--src/devices/bus/ieee488/d9060.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/ieee488/d9060.h b/src/devices/bus/ieee488/d9060.h
index b65155cd930..d02e0728f72 100644
--- a/src/devices/bus/ieee488/d9060.h
+++ b/src/devices/bus/ieee488/d9060.h
@@ -85,6 +85,8 @@ private:
uint8_t m_data;
int m_variant;
+ void d9060_hdc_mem(address_map &map);
+ void d9060_main_mem(address_map &map);
};