summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/module
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-273-9/+9
| | | | (#12822)
* bus/msx/module/sfg.cpp: Moved classes to anonymous namespace. (#11510) wilbertpol2023-08-272-99/+104
|
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit ↵ MooglyGuy2023-06-012-4/+4
| | | | function signatures. (#11283) [Ryan Holtz]
* cpu/z80: Fixed incorrect cycle counts when custom cycle tables are used. ↵ wilbertpol2023-05-011-5/+0
| | | | | | | | | (#11167) bus/msx/module/skw01.cpp: Removed note about instability in the cx5m128 driver. Software list items promoted to working --------------------------------------- msx1_cart.xml: A Life Planet - M36 - Mother Brain has been aliving (Japan)
* bus/msx/module: Added Yamaha SKW-01 emulation. (#11113) wilbertpol2023-04-174-3/+199
| | | msx/msx2.cpp, msx/msx1_v9938.cpp: Changed the name of all MSX_SLOT_YAMAHA_EXPANSION devices to 'module'.
* 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-144-0/+325
Also defined MSX cartridge slot options in one place.