summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/h01x.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/h01x.cpp')
-rw-r--r--src/mame/drivers/h01x.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/h01x.cpp b/src/mame/drivers/h01x.cpp
index 15a676a477b..6680a803a77 100644
--- a/src/mame/drivers/h01x.cpp
+++ b/src/mame/drivers/h01x.cpp
@@ -11,7 +11,7 @@
#include "emu.h"
#include "includes/h01x.h"
-static const int16_t speaker_levels[] = {-32768, 0, 32767, 0};
+static const double speaker_levels[] = {-1.0, 0.0, 1.0, 0.0};
void h01x_state::h01x(machine_config &config)
{