summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/human_interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/human_interface.cpp')
-rw-r--r--src/devices/bus/hp_dio/human_interface.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/bus/hp_dio/human_interface.cpp b/src/devices/bus/hp_dio/human_interface.cpp
index 7804377e46a..05a45d875fc 100644
--- a/src/devices/bus/hp_dio/human_interface.cpp
+++ b/src/devices/bus/hp_dio/human_interface.cpp
@@ -295,8 +295,7 @@ void human_interface_device::dmack_w_in(int channel, uint8_t data)
{
if (channel)
return;
-// FIXME
-// m_tms9914->reg8_w(memory_space(), 7, data);
+ m_tms9914->reg8_w(*program_space(), 7, data);
}
uint8_t human_interface_device::dmack_r_in(int channel)