summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/slot/cartridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-1/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-2/+2
* msx/msx.cpp, bus/msx: Propagate clock to slots, and route audio input from ca... wilbertpol2023-04-141-0/+6
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-13/+5
* API change for device_image_interface AJR2023-03-301-7/+7
* bus/msx: Moved Yamaha module and minicart slots into their own folders. (#10984) wilbertpol2023-03-141-247/+7
* bus/msx: Added a slot device for 30-pin Yamaha mini cartridges. (#10964) wilbertpol2023-03-071-0/+13
* msx/slot/cartridge.cpp: Stop copying software memory region contents. (#10629) wilbertpol2022-12-051-53/+51
* bus/msx: Added support for Hudson Soft Bee Card and Electric Software Astron ... wilbertpol2022-12-031-3/+1
* msx.cpp: Made the general purpose ports (joystick/mouse) a slot device. (#10579) wilbertpol2022-11-241-0/+364