summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2020-05-27 18:33:26 +0200
committer Ivan Vangelista <mesgnet@yahoo.it>2020-05-27 18:33:26 +0200
commit66649d7a63e9e77e65573e96f4b3c514199275a5 (patch)
tree1eb8d665433f6068352d436d00826ab29c267493 /src/devices/bus
parentba62cea8b476f3b61a5d18dd819294d4ce053d5f (diff)
drivers starting with f, g and h: some macro removal (nw)
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/ieee488/hp9895.cpp2
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) {