summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/lviv.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/lviv.cpp')
-rw-r--r--src/mame/drivers/lviv.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/lviv.cpp b/src/mame/drivers/lviv.cpp
index eb2f8c69330..f529443a2b1 100644
--- a/src/mame/drivers/lviv.cpp
+++ b/src/mame/drivers/lviv.cpp
@@ -286,7 +286,6 @@ Timings:
#include "includes/lviv.h"
#include "cpu/i8085/i8085.h"
-#include "sound/wave.h"
#include "softlist.h"
#include "speaker.h"
@@ -458,7 +457,6 @@ void lviv_state::lviv(machine_config &config)
/* sound hardware */
SPEAKER(config, "mono").front_center();
- WAVE(config, "wave", m_cassette).add_route(ALL_OUTPUTS, "mono", 0.05);
SPEAKER_SOUND(config, "speaker").add_route(ALL_OUTPUTS, "mono", 0.50);
/* snapshot */
@@ -467,6 +465,7 @@ void lviv_state::lviv(machine_config &config)
CASSETTE(config, m_cassette);
m_cassette->set_formats(lviv_lvt_format);
m_cassette->set_default_state(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED);
+ m_cassette->add_route(ALL_OUTPUTS, "mono", 0.05);
m_cassette->set_interface("lviv_cass");
SOFTWARE_LIST(config, "cass_list").set_original("lviv");