summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/cloud9.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/cloud9.c')
-rw-r--r--src/mame/drivers/cloud9.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/cloud9.c b/src/mame/drivers/cloud9.c
index f3abe97e64c..fc2aeb1bd17 100644
--- a/src/mame/drivers/cloud9.c
+++ b/src/mame/drivers/cloud9.c
@@ -112,7 +112,6 @@
inline void cloud9_state::schedule_next_irq(int curscanline)
{
-
/* IRQ is clocked by /32V, so every 64 scanlines */
curscanline = (curscanline + 64) & 255;