summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive
Commit message (Expand)AuthorAgeFilesLines
* srcclean and manual cleanup Vas Crabb3 days2-3/+3
* hash/megadriv.xml: actually fix illmoore cart type angelosa9 days1-1/+1
* bus/megadrive/md_slot.cpp: retire chinf3 slot option angelosa2026-04-214-115/+4
* Cleaned up boilerplate for more slot devices. Vas Crabb2026-03-232-17/+5
* Cleaned up various stuff. Vas Crabb2025-12-313-145/+143
* pc/teradrive.cpp: VRES seems to also reset port logic angelosa2025-12-261-0/+1
* bus/megadrive/cart/segach.h: fix copyright holders angelosa2025-12-261-1/+1
* bus/megadrive/cart: implement VRES angelosa2025-12-263-14/+33
* segach.cpp: emulate Sega Channel (US) adapter using simulated transmission (#... superctr2025-12-263-54/+705
* segach.cpp: Fix the build. [R. Belmont] arbee2025-12-221-1/+1
* bus/megadrive/cart/segach.cpp: scaffold very basic support for US Sega Channe... angelosa2025-12-224-2/+179
* bus/megadrive/cart: rename seganet to segach angelosa2025-12-215-67/+80
* Systems promoted to working angelosa2025-12-181-0/+5
* bus/megadrive/cart/seganet.cpp: workaround fatal error at startup angelosa2025-11-252-1/+8
* srcclean and tidy Vas Crabb2025-10-2610-46/+46
* hash/megadriv.xml: change rockmnx3b slot type (boots in teradrive) angelosa2025-10-251-1/+2
* bus/megadrive/cart: initial pass at a new cart slot interface (#14197) Angelo Salese2025-10-1951-191/+5508
* Tidied various things, added side effect checks for some reads. Vas Crabb2025-08-312-733/+0
* Run srcclean across the tree. Vas Crabb2025-08-241-2/+2
* mdioport: move to devices folder, hook it up to teradrive (#14078) Angelo Salese2025-08-232-0/+733
* bus/megadrive/titan.cpp: hookup D5-D4 for banking angelosa2025-08-021-1/+2
* bus/megadrive: implement Triple Play 96/Gold 8-bit NVRAM mapper angelosa2025-07-285-5/+108
* bus/megadrive: add support for Titan Overdrive 2 mapper angelosa2025-07-286-7/+109
* bus/megadrive/eeprom.cpp: fix i2c types for nbajamte and nflqb, rename md_eep... angelosa2025-07-244-18/+26
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-278-68/+68
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-2/+3
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-012-2/+2
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-082-4/+4
* Small fixes and cleanup: Vas Crabb2023-04-041-6/+12
* API change for device_image_interface AJR2023-03-302-11/+11
* bus/megadrive/jcart.cpp: Fixed include guard typo. (#10687) 0kmg2022-12-151-3/+3
* More Sega cleanup: Vas Crabb2022-12-152-79/+53
* bus: Get rid of some dubious tag manipulation. Vas Crabb2022-08-202-15/+8
* megadriv.xml: compatibility field cleanups, apply minor fixes (#9732) [Angelo... Angelo Salese2022-05-231-17/+16
* Revert initialisation of device members in headers. Vas Crabb2022-04-032-14/+14
* init vars for coverity (bus/l-w) Robbbert2022-04-022-14/+14
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-7/+7
* device_image_interface: Interface overhaul AJR2022-01-062-16/+4
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-8/+7
* srcclean in preparation for branching release Vas Crabb2021-04-251-2/+2
* Adding technical details on the SVP chip internal ROM and fixing start addres... Javier de Silóniz Sandino2021-04-091-0/+20
* new WORKING software list entries (#7884) David Haywood2021-04-055-1/+160
* bus/megadrive: Improved Sonic & Knuckles "lock on" slot handling. [Ryan Holtz] MooglyGuy2021-03-252-15/+49
* -jcart: Fixed I2C read address for Codemasters games. [Ryan Holtz] (#7885) MooglyGuy2021-03-232-36/+31
* bus/megadrive: Updated EEPROM save cartridge compatibility list. Vas Crabb2021-03-231-3/+3
* -machine/i2cmem.cpp: Added Xicor X24C01 support. [Ryan Holtz] MooglyGuy2021-03-233-31/+59
* devices/bus/megadrive/svp.cpp: moved internal ROM here instead that in the ss... Ivan Vangelista2021-03-082-0/+14
* sk.cpp and 315_5313 devices, actions_atj2279b, rainbow and silverball drivers... Ivan Vangelista2021-02-201-1/+0
* sk.cpp: Add notes for Sonic 3 & Knuckles save ... (#7805) cam9002021-02-201-1/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2