summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/plygonet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/plygonet.cpp')
-rw-r--r--src/mame/drivers/plygonet.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/plygonet.cpp b/src/mame/drivers/plygonet.cpp
index c86f3902fe2..beff89e7103 100644
--- a/src/mame/drivers/plygonet.cpp
+++ b/src/mame/drivers/plygonet.cpp
@@ -125,9 +125,9 @@ void polygonet_state::polygonet_sys_w(offs_t offset, uint8_t data)
}
-/* irqs 3, 5, and 7 have valid vectors
+/* irqs 3, 5, and 7 have valid vectors
irq 3 is network. currently disabled for reasons above
- irq 5 is vblank
+ irq 5 is vblank
irq 7 does nothing (it jsrs to a rts and then rte) */
INTERRUPT_GEN_MEMBER(polygonet_state::polygonet_interrupt)
{