summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-232-8/+2
* vlm5030: fix pin rising edge detect if state high val is not 1, add _r/_w to ... hap2026-03-081-4/+4
* scsi: finish deslotting and correct a number of things Olivier Galibert2026-03-031-3/+5
* mb87030/mb89352: de-slotize Olivier Galibert2026-03-021-4/+5
* Cleaned up various things. Vas Crabb2025-04-291-34/+46
* New sound infrastructure. Olivier Galibert2025-04-272-14/+12
* MSX: add Video80 homebrew card (#13568) fulivi2025-04-105-2/+223
* Cleanup: Vas Crabb2024-11-251-3/+3
* msx/slot/disk.cpp: TC8566AF ready line is not connected. [crazyc] (#12945) wilbertpol2024-11-061-0/+1
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-182-3/+3
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2763-234/+234
* 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
* bus/msx/cart/ide.cpp: Removed unnecessary interface_pre_start and ROM bank. (... wilbertpol2024-07-211-14/+0
* bus/msx/cart/ide.cpp: Add support for Sunrise ATA-IDE [msxpro, Wilbert Pol] (... wilbertpol2024-07-165-7/+236
* bus/msx/cart/ram.cpp: Add support for Tecnobytes Double RAM. (#12481) wilbertpol2024-06-193-12/+156
* msx/msx.cpp: Add system control register to allow switching between internal ... wilbertpol2024-05-302-7/+6
* srcclean and cleanup Vas Crabb2024-05-261-1/+1
* bus/msx/cart/ram.cpp: Added Popolon Musical Memory Mapper cartride. (#12365) wilbertpol2024-05-173-3/+58
* bus/msx/cart/franky.cpp: Added SuperSoniqs Franky cartridge. (#12357) wilbertpol2024-05-105-0/+103
* 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
* bus/msx/cart: Use arrays of memory views to make code more concise. (#12292) wilbertpol2024-04-2210-410/+285
* msx: Implemented a little more MSX2+ functionality. (#12239) wilbertpol2024-04-142-18/+7
* msx ink: small cleanup hap2024-04-121-8/+4
* msx ink: fix regression with flash read hap2024-04-121-4/+11
* msx: add magic key dongle hap2024-04-088-10/+79
* 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
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-3/+2
* -msx2_cart.xml: Added six items (five working). (#12052) wilbertpol2024-02-245-13/+151
* msx/msx.cpp,msx/msx2.cpp: Enable floppy sounds. (#11986) wilbertpol2024-01-292-2/+2
* bus/msx/cart/scsi.cpp: Add support for MSX Computer Club Gouda MSX-SCSI Inter... wilbertpol2023-12-315-0/+119
* bus/msx/cart: Added partial emulation of Panasonic FS-SR021 MSX2 Word Process... wilbertpol2023-12-225-0/+239
* Support MSX Sunrise SCC Flash cart type used in Manbow 2 AJR2023-10-145-0/+143
* bus/msx/module/sfg.cpp: Moved classes to anonymous namespace. (#11510) wilbertpol2023-08-272-99/+104
* bus/msx/slot/disk.h: Removed unused get_nr_drives method. (#11508) wilbertpol2023-08-261-3/+0
* bus/msx/cart: Moved most msx_cart_interface implementations to anonymous name... wilbertpol2023-08-0557-1317/+1186
* chessmachine: improve sync hap2023-07-301-2/+1
* msx1_cart.xml: Added 81 items, 80 working. (#11448) wilbertpol2023-07-305-0/+120
* msx1_cart.xml: Added fourteen working items. (#11412) wilbertpol2023-07-115-0/+75
* k005289,k051649: pre instead of postincrement voice counter to prevent confus... hap2023-07-061-2/+2
* various: add missing precompiled header Patrick Mackinlay2023-06-221-0/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-172-3/+0
* msx1_cart.xml: Add four Quick Disk interfaces (not working). (#11306) wilbertpol2023-06-055-0/+140
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-0112-28/+28
* msx1_cart.xml: Added 76 working items. (#11266) wilbertpol2023-05-245-0/+86
* msx1_cart.xml: Added 100 items (99 working). (#11235) wilbertpol2023-05-174-0/+135
* msx: Refactored to standard layout and output usage. (#11216) wilbertpol2023-05-152-5/+1
* bus/msx/ctrl: Added Arkanoid Vaus controller. (#11201) wilbertpol2023-05-093-0/+136