summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/k053260.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/k053260.h')
-rw-r--r--src/devices/sound/k053260.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/k053260.h b/src/devices/sound/k053260.h
index a50b8b9196e..ad14244ceb9 100644
--- a/src/devices/sound/k053260.h
+++ b/src/devices/sound/k053260.h
@@ -79,7 +79,7 @@ private:
inline void update_pan_volume();
inline void key_on();
inline void key_off();
- inline void play(stream_sample_t *outputs);
+ inline void play(s32 *outputs);
inline bool playing() { return m_playing; }
inline u8 read_rom(bool side_effects);