diff options
Diffstat (limited to 'src/mame/drivers/pp01.cpp')
-rw-r--r-- | src/mame/drivers/pp01.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/drivers/pp01.cpp b/src/mame/drivers/pp01.cpp index 89392fac344..6eaebcb6478 100644 --- a/src/mame/drivers/pp01.cpp +++ b/src/mame/drivers/pp01.cpp @@ -227,7 +227,6 @@ void pp01_state::pp01(machine_config &config) /* sound hardware */ SPEAKER(config, "mono").front_center(); SPEAKER_SOUND(config, "speaker").add_route(ALL_OUTPUTS, "mono", 0.50); - //WAVE(config, "wave", "cassette").add_route(ALL_OUTPUTS, "mono", 0.05); /* Devices */ I8251(config, "uart", 0); |