diff options
author | 2010-09-17 17:50:21 +0000 | |
---|---|---|
committer | 2010-09-17 17:50:21 +0000 | |
commit | 25a475a8c1a8e1ccec118edefed7af69186f6d87 (patch) | |
tree | 8f85abcea963b89893e056e61262e2fc19ea3650 /src/emu/sound/cdda.h | |
parent | 1ab324aebed44bf0b1509d0bfc20733fc0b0a60a (diff) |
Added a set volume function for CD-DA [Angelo Salese]
Diffstat (limited to 'src/emu/sound/cdda.h')
-rw-r--r-- | src/emu/sound/cdda.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/sound/cdda.h b/src/emu/sound/cdda.h index 157a54609a3..0131a47ad9f 100644 --- a/src/emu/sound/cdda.h +++ b/src/emu/sound/cdda.h @@ -11,6 +11,7 @@ running_device *cdda_from_cdrom(running_machine *machine, void *file); void cdda_start_audio(running_device *device, UINT32 startlba, UINT32 numblocks); void cdda_stop_audio(running_device *device); void cdda_pause_audio(running_device *device, int pause); +void cdda_set_volume(running_device *device,int volume); UINT32 cdda_get_audio_lba(running_device *device); int cdda_audio_active(running_device *device); |