summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/cart/konami.cpp
Commit message (Expand)AuthorAgeFilesLines
* vlm5030: fix pin rising edge detect if state high val is not 1, add _r/_w to ... hap2026-03-081-4/+4
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-15/+15
* bus/msx/cart: Use arrays of memory views to make code more concise. (#12292) wilbertpol2024-04-221-122/+99
* Support MSX Sunrise SCC Flash cart type used in Manbow 2 AJR2023-10-141-0/+139
* bus/msx/cart: Moved most msx_cart_interface implementations to anonymous name... wilbertpol2023-08-051-70/+228
* chessmachine: improve sync hap2023-07-301-2/+1
* k005289,k051649: pre instead of postincrement voice counter to prevent confus... hap2023-07-061-2/+2
* emu/emumem.h: Allow emu::rw_delegate to work with device finders. Vas Crabb2023-04-151-45/+45
* bus/msx: Updated most delegate construction to emu::rw_delegate. (#11103) wilbertpol2023-04-151-32/+32
* msx/msx.cpp, bus/msx: Propagate clock to slots, and route audio input from ca... wilbertpol2023-04-141-13/+12
* API change for device_image_interface AJR2023-03-301-34/+34
* msx/slot/cartridge.cpp: Stop copying software memory region contents. (#10629) wilbertpol2022-12-051-43/+130
* msx.cpp: Made the general purpose ports (joystick/mouse) a slot device. (#10579) wilbertpol2022-11-241-0/+582