summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vtech1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vtech1.cpp')
-rw-r--r--src/mame/drivers/vtech1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vtech1.cpp b/src/mame/drivers/vtech1.cpp
index 2352f586c2e..101f3b4a214 100644
--- a/src/mame/drivers/vtech1.cpp
+++ b/src/mame/drivers/vtech1.cpp
@@ -450,7 +450,7 @@ INPUT_PORTS_END
MACHINE DRIVERS
***************************************************************************/
-static const double speaker_levels[] = {-1.0, 0.0, 1.0, 0.0};
+static const double speaker_levels[] = { 0.0, 1.0, -1.0, 0.0 };
void vtech1_base_state::vtech1(machine_config &config)
{