summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/vector06.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/vector06.cpp')
-rw-r--r--src/mame/machine/vector06.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/vector06.cpp b/src/mame/machine/vector06.cpp
index 7f6165d7cf6..259dfed9127 100644
--- a/src/mame/machine/vector06.cpp
+++ b/src/mame/machine/vector06.cpp
@@ -119,7 +119,7 @@ INTERRUPT_GEN_MEMBER(vector06_state::vector06_interrupt)
IRQ_CALLBACK_MEMBER(vector06_state::vector06_irq_callback)
{
- // Interupt is RST 7
+ // Interrupt is RST 7
return 0xff;
}