summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/slot
Commit message (Expand)AuthorAgeFilesLines
* msx/slot/disk.cpp: TC8566AF ready line is not connected. [crazyc] (#12945) wilbertpol2024-11-061-0/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2716-97/+97
* bus/msx/slot: Use std::unique_ptr instead of std::vector. (#12746) wilbertpol2024-09-1115-49/+60
* bus/msx/slot/panasonic08r.cpp: Added MSX Turbo-R internal firmware mapper. (#... wilbertpol2024-09-113-0/+220
* Fixed a few more class memory access warnings, and a little cleanup. Vas Crabb2024-04-221-3/+3
* msx/slot: Use arrays of memory views to make code more concise. (#12288) wilbertpol2024-04-2210-173/+122
* msx: Implemented a little more MSX2+ functionality. (#12239) wilbertpol2024-04-142-18/+7
* msx: add magic key dongle hap2024-04-081-2/+1
* bus/msx/slot/disk.cpp: Small improvement to Turbo-R disk interface. (#12221) wilbertpol2024-04-072-2/+51
* bus/msx/slot/disk.cpp: Added banking support for MSX Turbo-R internal disk RO... wilbertpol2024-03-092-1/+16
* msx/msx.cpp,msx/msx2.cpp: Enable floppy sounds. (#11986) wilbertpol2024-01-291-1/+1
* bus/msx/slot/disk.h: Removed unused get_nr_drives method. (#11508) wilbertpol2023-08-261-3/+0
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-3/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-014-16/+16
* msx: Refactored to standard layout and output usage. (#11216) wilbertpol2023-05-152-5/+1
* emu/emumem.h: Allow emu::rw_delegate to work with device finders. Vas Crabb2023-04-151-14/+14
* bus/msx: Updated most delegate construction to emu::rw_delegate. (#11103) wilbertpol2023-04-1510-250/+250
* msx/msx.cpp, bus/msx: Propagate clock to slots, and route audio input from ca... wilbertpol2023-04-142-0/+8
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-14/+6
* API change for device_image_interface AJR2023-03-302-9/+9
* cpu/nec: Fixed build; also, srcclean Vas Crabb2023-03-261-1/+1
* bus/msx: Moved Yamaha module and minicart slots into their own folders. (#10984) wilbertpol2023-03-142-293/+45
* bus/msx: Added a slot device for 30-pin Yamaha mini cartridges. (#10964) wilbertpol2023-03-072-6/+29
* msx/msx.cpp: Added keyboard LEDs to internal artwork. (#10950) wilbertpol2023-03-042-100/+94
* msx.cpp: Added layouts for displaying internal drive activity. (#10932) wilbertpol2023-02-262-170/+272
* bus/msx/cart/slotexpander.cpp: Add support for four-slot expander cartridges.... wilbertpol2023-02-235-8/+25
* snk/hng64.cpp: Generate X offsets at compile time. Vas Crabb2023-02-151-1/+0
* bus/msx/cart/ram.cpp: Added RAM expansion cartridges. (#10888) wilbertpol2023-02-151-0/+1
* msx1_cart.xml: Hexadecimal sizes, explicitly configure loading for smaller im... wilbertpol2023-02-121-0/+2
* msx/slot/cartridge.cpp: Stop copying software memory region contents. (#10629) wilbertpol2022-12-052-53/+87
* 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-2432-0/+4524