summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/arm/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/arm/arm.h')
-rw-r--r--src/emu/cpu/arm/arm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/arm/arm.h b/src/emu/cpu/arm/arm.h
index 19297096a68..5bb45608218 100644
--- a/src/emu/cpu/arm/arm.h
+++ b/src/emu/cpu/arm/arm.h
@@ -7,8 +7,8 @@
* INTERRUPT CONSTANTS
***************************************************************************************************/
-#define ARM_IRQ_LINE 0
-#define ARM_FIRQ_LINE 1
+#define ARM_IRQ_LINE 0
+#define ARM_FIRQ_LINE 1
/****************************************************************************************************
* PUBLIC FUNCTIONS