summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-02-20 22:28:25 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2020-02-20 22:28:25 +1100
commit7cfb82845690ee84d16855fa487e6d0a7a0d26e4 (patch)
tree4727c674bf19450e1d43555a4940bc80ec8dbb0c /src/mame
parent4cf61dca79d62adbc72bb7cc8bf138d105216d8a (diff)
(nw) v1050 : fixed regression
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/v1050.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/v1050.cpp b/src/mame/drivers/v1050.cpp
index cc335788828..6444ef85ea0 100644
--- a/src/mame/drivers/v1050.cpp
+++ b/src/mame/drivers/v1050.cpp
@@ -160,6 +160,7 @@ Notes:
void v1050_state::set_interrupt(int line, int state)
{
+ line ^= 7;
if (state)
{
m_int_state |= (1 << line);