summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/dcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/dcs.c')
-rw-r--r--src/mame/audio/dcs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/dcs.c b/src/mame/audio/dcs.c
index d9786b14965..0ae9400e31c 100644
--- a/src/mame/audio/dcs.c
+++ b/src/mame/audio/dcs.c
@@ -2239,7 +2239,7 @@ static int preprocess_stage_1(running_machine *machine, UINT16 data)
static TIMER_CALLBACK( s2_ack_callback )
{
const address_space *space = cpu_get_address_space(dcs.cpu, ADDRESS_SPACE_PROGRAM);
-
+
/* if the output is full, stall for a usec */
if (IS_OUTPUT_FULL())
{