summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/speglsht.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/speglsht.cpp')
-rw-r--r--src/mame/drivers/speglsht.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/speglsht.cpp b/src/mame/drivers/speglsht.cpp
index aae854edba4..139ad2c6b96 100644
--- a/src/mame/drivers/speglsht.cpp
+++ b/src/mame/drivers/speglsht.cpp
@@ -264,7 +264,7 @@ READ32_MEMBER(speglsht_state::cop_r)
READ32_MEMBER(speglsht_state::irq_ack_clear)
{
- m_subcpu->set_input_line(R3000_IRQ4, CLEAR_LINE);
+ m_subcpu->set_input_line(INPUT_LINE_IRQ4, CLEAR_LINE);
return 0;
}