summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/fm.h')
-rw-r--r--src/devices/sound/fm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/fm.h b/src/devices/sound/fm.h
index 32f768a824b..45381d7dda9 100644
--- a/src/devices/sound/fm.h
+++ b/src/devices/sound/fm.h
@@ -50,7 +50,7 @@ template <typename X> constexpr TIME_TYPE MULTIPLY_TIME_BY_INT(TIME_TYPE const &
#endif
-typedef stream_sample_t FMSAMPLE;
+typedef s32 FMSAMPLE;
/*
#if (FM_SAMPLE_BITS==16)
typedef int16_t FMSAMPLE;