hp_dio/human_interface: fix fixme (nw)

This commit is contained in:
Sven Schnelle 2018-10-10 23:27:45 +02:00
parent 73cc342529
commit b43bd93f68

View File

@ -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)