summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/waveblaster
Commit message (Collapse)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-4/+1
|
* -emu/device.cpp: Allow flagging devices as not working or not supporting ↵ Vas Crabb2025-05-012-2/+0
| | | | | | | | | | | | | | | | | saved states. * emu/device.cpp: Removed device_sound_interface from mixins that require device to register members for saved states. * emu/machine.cpp: Finalise saved state registrations before loading configuration - network devices no longer leak timers. * emu/validity.cpp: Added check for systems marked as supporting saved states that use devices lacking saved state support (besides slot cards). * machine/mc6852.cpp: First device marked as not supporting saved states. * osd/interface/audio.h: Avoid unnecessary float/double conversions. -igs/igs_m027.cpp: Added I/O for ccly.
* misc: be consistent with dummy save state var name (easy to grep if the ↵ hap2025-04-282-2/+2
| | | | workaround is obsolete in the future)
* New sound infrastructure. Olivier Galibert2025-04-275-9/+9
| | | | | | | | | | | | | | | | | Should be added soon: - mute - speaker/microphone resampling To be added a little later: - compression - reverb Needs to be added by someone else: - coreaudio - direct - portaudio - xaudio2 - js
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. ↵ holub2024-09-275-15/+15
| | | | (#12822)
* Add a plg100-vl skeleton-ish. We have h8-h8 serial communications Olivier Galibert2024-02-164-0/+12
| | | | reliability issues to track.
* srcclean and manual cleanup in preparation for release branch Vas Crabb2024-01-284-5/+5
|
* -emu/ioport.cpp: Allow punching holes in IPT_UNUSED and IPT_UNKNOWN. Vas Crabb2023-12-118-106/+123
| | | | -bus/waveblaster: Hide card implementations.
* Added Casio WG-130 waveblaster device (#11826) Devin Acker2023-12-093-0/+129
|
* waveblaster/db50xg.cpp: Proofread comments AJR2023-12-081-3/+3
|
* waveblaster: add the dx60xg [O. Galibert, Matt] Olivier Galibert2023-12-083-0/+111
|
* waveblaster: add the db50xg [O. Galibert, Phil Bennett] Olivier Galibert2023-12-083-0/+113
|
* wavesynth: Slotify the omniwave Olivier Galibert2023-12-084-0/+188