summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/gaelco.h
diff options
context:
space:
mode:
author Vas Crabb <vas@vastheman.com>2017-05-17 15:57:09 +1000
committer Vas Crabb <vas@vastheman.com>2017-05-17 15:57:09 +1000
commit73290ab26001000240948e1650e0fa102860072c (patch)
tree790c92867cdbbf03874a81682552c8f41eda3d45 /src/devices/sound/gaelco.h
parent4325f253c38f7dd735f7fc03f78012da8c80ad20 (diff)
maybe this will change touchgo (nw)
Diffstat (limited to 'src/devices/sound/gaelco.h')
-rw-r--r--src/devices/sound/gaelco.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/sound/gaelco.h b/src/devices/sound/gaelco.h
index ed099823b5a..897a182a6cd 100644
--- a/src/devices/sound/gaelco.h
+++ b/src/devices/sound/gaelco.h
@@ -54,8 +54,8 @@ protected:
virtual void sound_stream_update(sound_stream &stream, stream_sample_t **inputs, stream_sample_t **outputs, int samples) override;
private:
- static constexpr unsigned NUM_CHANNELS = 0x07;
- static constexpr unsigned VOLUME_LEVELS = 0x10;
+ static constexpr int NUM_CHANNELS = 0x07;
+ static constexpr int VOLUME_LEVELS = 0x10;
struct sound_channel
{