summaryrefslogtreecommitdiffstats
path: root/src/mame/audio/meadows.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/meadows.cpp')
-rw-r--r--src/mame/audio/meadows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/audio/meadows.cpp b/src/mame/audio/meadows.cpp
index d4a72a027ad..be547a23978 100644
--- a/src/mame/audio/meadows.cpp
+++ b/src/mame/audio/meadows.cpp
@@ -24,7 +24,7 @@
#define ENABLE_DAC 0x04
#define ENABLE_CTR1 0x08
-static const INT16 waveform[2] = { -120*256, 120*256 };
+static const int16_t waveform[2] = { -120*256, 120*256 };
/************************************/
/* Sound handler start */