summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-25util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb1-2/+3
2023-06-01emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2-2/+2
2023-04-08Restored ability of for image devices to report specific error messages. Vas Crabb2-4/+4
2023-04-04Small fixes and cleanup: Vas Crabb1-6/+12
2023-03-30API change for device_image_interface AJR2-11/+11
2022-12-15bus/megadrive/jcart.cpp: Fixed include guard typo. (#10687) 0kmg1-3/+3
2022-12-15More Sega cleanup: Vas Crabb2-79/+53
2022-08-20bus: Get rid of some dubious tag manipulation. Vas Crabb2-15/+8
2022-05-23megadriv.xml: compatibility field cleanups, apply minor fixes (#9732) [Angelo... Angelo Salese1-17/+16
2022-04-03Revert initialisation of device members in headers. Vas Crabb2-14/+14
2022-04-02init vars for coverity (bus/l-w) Robbbert2-14/+14
2022-02-06devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg1-7/+7
2022-01-06device_image_interface: Interface overhaul AJR2-16/+4
2021-10-05util: Further API cleanups: (#8661) Vas Crabb1-8/+7
2021-04-25srcclean in preparation for branching release Vas Crabb1-2/+2
2021-04-09Adding technical details on the SVP chip internal ROM and fixing start addres... Javier de Silóniz Sandino1-0/+20
2021-04-05new WORKING software list entries (#7884) David Haywood5-1/+160
2021-03-25bus/megadrive: Improved Sonic & Knuckles "lock on" slot handling. [Ryan Holtz] MooglyGuy2-15/+49
2021-03-23-jcart: Fixed I2C read address for Codemasters games. [Ryan Holtz] (#7885) MooglyGuy2-36/+31
2021-03-23bus/megadrive: Updated EEPROM save cartridge compatibility list. Vas Crabb1-3/+3
2021-03-23-machine/i2cmem.cpp: Added Xicor X24C01 support. [Ryan Holtz] MooglyGuy3-31/+59
2021-03-08devices/bus/megadrive/svp.cpp: moved internal ROM here instead that in the ss... Ivan Vangelista2-0/+14
2021-02-20sk.cpp and 315_5313 devices, actions_atj2279b, rainbow and silverball drivers... Ivan Vangelista1-1/+0
2021-02-20sk.cpp: Add notes for Sonic 3 & Knuckles save ... (#7805) cam9001-1/+2
2021-02-14Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR1-2/+2
2021-01-05Make "slot" feature in software lists and a few related features case-sensitive AJR1-2/+1
2020-11-06-emu/devfind.h: Made read_safe avaiable for optional I/O ports only. Vas Crabb1-8/+8
2020-06-29various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista1-2/+2
2020-06-18finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista16-242/+242
2020-05-06Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1... smf-1-1/+1
2019-11-10start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb1-17/+22
2019-11-01Spring cleaning: Vas Crabb2-5/+5
2019-10-16(nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb1-2/+2
2019-10-10(nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista1-2/+2
2019-03-26(nw) Clean up the mess on master Vas Crabb6-48/+62
2019-03-25Revert "conflict resolution (nw)" andreasnaive6-62/+48
2019-02-16devices\bus: some more MCFG macros removal (nw) Ivan Vangelista3-16/+20
2019-02-11screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista1-5/+6
2019-02-02-ghosteo: Removed deprecated warning, nw mooglyguy2-27/+36
2018-12-20-devices/sound/aica, flt_rc, ics2115, k007232, k053260, sp0250, upd7759: Remo... mooglyguy1-10/+18
2018-06-08as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb1-7/+7
2018-05-06Streamline machine configuration macros - everyone's a device edition. Vas Crabb1-3/+3
2018-05-04Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb4-70/+73
2018-04-14removed some state() calls smf-2-2/+2
2018-03-14Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert1-14/+16
2018-02-25srcclean (nw) Vas Crabb1-1/+1
2018-02-14devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista1-13/+15
2018-02-12API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2-2/+4
2018-01-17API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert5-20/+12
2017-12-30Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert1-20/+20