summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/cart/msx_audio.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-11/+11
* bus/msx/cart: Use arrays of memory views to make code more concise. (#12292) wilbertpol2024-04-221-26/+26
* bus/msx/cart: Moved most msx_cart_interface implementations to anonymous name... wilbertpol2023-08-051-28/+99
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* bus/msx: Updated most delegate construction to emu::rw_delegate. (#11103) wilbertpol2023-04-151-10/+10
* msx/msx.cpp, bus/msx: Propagate clock to slots, and route audio input from ca... wilbertpol2023-04-141-13/+10
* API change for device_image_interface AJR2023-03-301-12/+12
* msx/slot/cartridge.cpp: Stop copying software memory region contents. (#10629) wilbertpol2022-12-051-17/+45
* msx.cpp: Made the general purpose ports (joystick/mouse) a slot device. (#10579) wilbertpol2022-11-241-0/+341