summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/cart
Commit message (Expand)AuthorAgeFilesLines
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-231-4/+1
* 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-271-8/+7
* MSX: add Video80 homebrew card (#13568) fulivi2025-04-105-2/+223
* Cleanup: Vas Crabb2024-11-251-3/+3
* emu/ioport.h: Made syntax for configuring callbacks more consistent. Vas Crabb2024-10-181-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-2735-116/+116
* 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
* bus/msx/cart: Use arrays of memory views to make code more concise. (#12292) wilbertpol2024-04-2210-410/+285
* 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-081-5/+1
* 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-291-1/+1
* 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/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
* 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-016-8/+8
* 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
* bus/msx/cart/hbi55.cpp: Updated for core interface changes. Vas Crabb2023-04-181-19/+20
* bus/msx/cart: Added Sony HBI-55/Yamaha UDC-01 SRAM data cartridges. (#10966) wilbertpol2023-04-185-1/+199
* emu/emumem.h: Allow emu::rw_delegate to work with device finders. Vas Crabb2023-04-153-47/+47
* bus/msx: Updated most delegate construction to emu::rw_delegate. (#11103) wilbertpol2023-04-1524-203/+209
* smc1102: add lcd and interrupt handling hap2023-04-141-1/+1
* msx easi-speech: don't derive clock from system clock hap2023-04-131-1/+1
* msx/msx.cpp, bus/msx: Propagate clock to slots, and route audio input from ca... wilbertpol2023-04-149-39/+40
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-085-41/+18
* Fixed various bugs: Vas Crabb2023-04-063-4/+4
* API change for device_image_interface AJR2023-03-3046-282/+282
* 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-1410-311/+391
* bus/msx: Added Yamaha UCN-01 cartridge-to-module slot adapter. (#10972) wilbertpol2023-03-113-0/+78