diff options
Diffstat (limited to 'src/devices/bus/ieee488/hp9895.cpp')
-rw-r--r-- | src/devices/bus/ieee488/hp9895.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/ieee488/hp9895.cpp b/src/devices/bus/ieee488/hp9895.cpp index 6eb16464a63..6d09984fba7 100644 --- a/src/devices/bus/ieee488/hp9895.cpp +++ b/src/devices/bus/ieee488/hp9895.cpp @@ -492,7 +492,7 @@ WRITE_LINE_MEMBER(hp9895_device::phi_int_w) READ8_MEMBER(hp9895_device::phi_reg_r) { - uint16_t reg = m_phi->reg16_r(space , offset , mem_mask); + uint16_t reg = m_phi->reg16_r(offset); // Reading D1=1 from a register sets the Z80 IRQ line if (BIT(reg , 14) && !m_cpu_irq) { |