summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/fmopl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/fmopl.h')
-rw-r--r--src/devices/sound/fmopl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/fmopl.h b/src/devices/sound/fmopl.h
index b70c46f93e3..bb484b0e41b 100644
--- a/src/devices/sound/fmopl.h
+++ b/src/devices/sound/fmopl.h
@@ -16,7 +16,7 @@
/* select output bits size of output : 8 or 16 */
#define OPL_SAMPLE_BITS 16
-typedef stream_sample_t OPLSAMPLE;
+typedef s32 OPLSAMPLE;
/*
#if (OPL_SAMPLE_BITS==16)
typedef int16_t OPLSAMPLE;