summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cps2.cpp
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-04-05 01:18:03 +0200
committer hap <happppp@users.noreply.github.com>2019-04-05 01:18:19 +0200
commit0822d1ee2b69289517fc722b730d7c5cecd7e2fd (patch)
treeb879f04314b63edf7db5e4db4c36eb30cff3b64b /src/mame/drivers/cps2.cpp
parentc8dee62d29d615e4a587c2864d1bea47441ed717 (diff)
fidel_eag68k: disable_interrupt_mixer for feagv5 (nw)
Diffstat (limited to 'src/mame/drivers/cps2.cpp')
-rw-r--r--src/mame/drivers/cps2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/cps2.cpp b/src/mame/drivers/cps2.cpp
index 605d14e4ab3..e26ae1aa7b8 100644
--- a/src/mame/drivers/cps2.cpp
+++ b/src/mame/drivers/cps2.cpp
@@ -657,7 +657,7 @@ Stephh's inputs notes (based on some tests on the "parent" set) :
TIMER_DEVICE_CALLBACK_MEMBER(cps2_state::cps2_interrupt)
{
- /* direct irq line connection, irq1 is vblank, irq2 is some sort of scanline interrupt. */
+ /* direct irq line connection, IPL1 is vblank, IPL2 is some sort of scanline interrupt. */
if (param == 0)
m_scancalls = 0;