summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/ti99x/990_hd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/ti99x/990_hd.h')
-rw-r--r--src/devices/bus/ti99x/990_hd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/ti99x/990_hd.h b/src/devices/bus/ti99x/990_hd.h
index 22436d389f5..2f9be99a1e7 100644
--- a/src/devices/bus/ti99x/990_hd.h
+++ b/src/devices/bus/ti99x/990_hd.h
@@ -18,8 +18,8 @@ public:
DECLARE_READ16_MEMBER(read);
DECLARE_WRITE16_MEMBER(write);
- DECLARE_DEVICE_IMAGE_LOAD_MEMBER( ti990_hd );
- DECLARE_DEVICE_IMAGE_UNLOAD_MEMBER( ti990_hd );
+ DECLARE_DEVICE_IMAGE_LOAD_MEMBER( load_hd );
+ DECLARE_DEVICE_IMAGE_UNLOAD_MEMBER( unload_hd );
template <typename T> void set_memory_space(T &&tag, int spacenum) { m_memory_space.set_tag(std::forward<T>(tag), spacenum); }
auto int_cb() { return m_interrupt_callback.bind(); }