summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/targ.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/targ.c')
-rw-r--r--src/mame/audio/targ.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/audio/targ.c b/src/mame/audio/targ.c
index 3d9365f14ad..12986ea6e80 100644
--- a/src/mame/audio/targ.c
+++ b/src/mame/audio/targ.c
@@ -148,7 +148,7 @@ static SAMPLES_START( spectar_audio_start )
{
running_machine &machine = device.machine();
exidy_state *state = machine.driver_data<exidy_state>();
-
+
state->common_audio_start(SPECTAR_MAXFREQ);
}
@@ -157,7 +157,7 @@ static SAMPLES_START( targ_audio_start )
{
running_machine &machine = device.machine();
exidy_state *state = machine.driver_data<exidy_state>();
-
+
state->common_audio_start(TARG_MAXFREQ);
state->m_tone_pointer = 0;