summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/leland.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/leland.c')
-rw-r--r--src/mame/audio/leland.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/leland.c b/src/mame/audio/leland.c
index 13b7634a261..5bdc07e8cec 100644
--- a/src/mame/audio/leland.c
+++ b/src/mame/audio/leland.c
@@ -632,7 +632,7 @@ READ16_MEMBER( leland_80186_sound_device::peripheral_r )
case 0:
/* we have to return 0 periodically so that they handle interrupts */
//if ((++m_clock_tick & 7) == 0)
- // return 0;
+ // return 0;
/* if we've filled up all the active channels, we can give this CPU a reset */
/* until the next interrupt */