summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/module/sfg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* New sound infrastructure. Olivier Galibert2025-04-271-6/+5
| | | | | | | | | | | | | | | | | 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-271-5/+5
| | | | (#12822)
* bus/msx/module/sfg.cpp: Moved classes to anonymous namespace. (#11510) wilbertpol2023-08-271-48/+102
|
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-011-2/+2
| | | | function signatures. (#11283) [Ryan Holtz]
* bus/msx: Updated most delegate construction to emu::rw_delegate. (#11103) wilbertpol2023-04-151-4/+4
|
* msx/msx.cpp, bus/msx: Propagate clock to slots, and route audio input from ↵ wilbertpol2023-04-141-2/+2
| | | | cartridges. (#11074)
* bus/msx: Moved Yamaha module and minicart slots into their own folders. (#10984) wilbertpol2023-03-141-0/+158
Also defined MSX cartridge slot options in one place.