summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ymdeltat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ymdeltat.h')
-rw-r--r--src/devices/sound/ymdeltat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/sound/ymdeltat.h b/src/devices/sound/ymdeltat.h
index be5926d2107..f52bd46f5cb 100644
--- a/src/devices/sound/ymdeltat.h
+++ b/src/devices/sound/ymdeltat.h
@@ -75,7 +75,7 @@ struct YM_DELTAT { /* AT: rearranged and tightened structure */
uint8_t ADPCM_Read();
void ADPCM_Write(int r, int v);
- void ADPCM_Reset(int panidx, int emulation_mode, device_t *dev);
+ void ADPCM_Reset(int panidx, int mode, device_t *dev);
void ADPCM_CALC();
void postload(uint8_t *regs);