summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make "slot" feature in software lists and a few related features case-sensitive AJR2021-01-051-2/+1
* -emu/devfind.h: Made read_safe avaiable for optional I/O ports only. Vas Crabb2020-11-061-8/+8
* various devices and drivers: removed superfluous semicolons (nw) Ivan Vangelista2020-06-291-2/+2
* finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista2020-06-1816-242/+242
* Fixed regression in peps0615 introduced in 635f469c7dd0b5166455bafeddb0e898b1... smf-2020-05-061-1/+1
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-17/+22
* Spring cleaning: Vas Crabb2019-11-012-5/+5
* (nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb2019-10-161-2/+2
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-266-48/+62
* Revert "conflict resolution (nw)" andreasnaive2019-03-256-62/+48
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-163-16/+20
* screen.h: adddedconstructor for monochrom screens and removed MCFG_SCREEN_ADD... Ivan Vangelista2019-02-111-5/+6
* -ghosteo: Removed deprecated warning, nw mooglyguy2019-02-022-27/+36
* -devices/sound/aica, flt_rc, ics2115, k007232, k053260, sp0250, upd7759: Remo... mooglyguy2018-12-201-10/+18
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-7/+7
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-3/+3
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-044-70/+73
* removed some state() calls smf-2018-04-142-2/+2
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+16
* srcclean (nw) Vas Crabb2018-02-251-1/+1
* devices/bus: made some methods private now that it's possible (nw) Ivan Vangelista2018-02-141-13/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-122-2/+4
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-175-20/+12
* Remove a bunch of space.device().safe_pc() from devices (nw) Olivier Galibert2017-12-301-20/+20