From b43bd93f68270b0c0ecc61f7393d375495ef5931 Mon Sep 17 00:00:00 2001 From: Sven Schnelle Date: Wed, 10 Oct 2018 23:27:45 +0200 Subject: [PATCH] hp_dio/human_interface: fix fixme (nw) --- src/devices/bus/hp_dio/human_interface.cpp | 3 +-- 1 file changed, 1 insertion(+), 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)