summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/si5500.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/si5500.cpp')
-rw-r--r--src/mame/drivers/si5500.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/si5500.cpp b/src/mame/drivers/si5500.cpp
index e9ed91ab180..1f3e53c4354 100644
--- a/src/mame/drivers/si5500.cpp
+++ b/src/mame/drivers/si5500.cpp
@@ -93,7 +93,7 @@ u8 si5500_state::gpibpsi_input_r(offs_t offset)
case tms9901_device::P6:
return BIT(m_gpib_data, offset-tms9901_device::P0);
case tms9901_device::INT15_P7:
- return BIT(m_gpib_data, 8);
+ return BIT(m_gpib_data, 7);
default:
return 1;
}