summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/md_slot.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-04-08Restored ability of for image devices to report specific error messages. Vas Crabb1-1/+1
2023-04-04Small fixes and cleanup: Vas Crabb1-6/+12
2023-03-30API change for device_image_interface AJR1-3/+3
2022-08-20bus: Get rid of some dubious tag manipulation. Vas Crabb1-8/+1
2022-02-06devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg1-7/+7
2022-01-06device_image_interface: Interface overhaul AJR1-13/+2
2021-04-25srcclean in preparation for branching release Vas Crabb1-2/+2
2021-04-05new WORKING software list entries (#7884) David Haywood1-0/+2
2020-06-18finally retired the READ8/16/32/64 and WRITE8/16/32/64 macros (nw) Ivan Vangelista1-15/+15
2019-11-10start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb1-17/+22
2019-11-01Spring cleaning: Vas Crabb1-2/+2
2019-10-16(nw) add doxygen comments for a bunch of core stuff, and convert a bunch of c... Vas Crabb1-2/+2
2019-03-26(nw) Clean up the mess on master Vas Crabb1-8/+10
2019-03-25Revert "conflict resolution (nw)" andreasnaive1-10/+8
2019-02-16devices\bus: some more MCFG macros removal (nw) Ivan Vangelista1-8/+10
2018-12-20-devices/sound/aica, flt_rc, ics2115, k007232, k053260, sp0250, upd7759: Remo... mooglyguy1-10/+18
2017-05-14Move static data out of devices into the device types. This is a significant... Vas Crabb1-8/+15
2017-04-10Changes to make get_default_card_software() less stupid Nathan Woods1-1/+1
2017-04-10Made a number of methods be const correct and static where appropriate Nathan Woods1-1/+1
2017-03-03Make device_image_interface::update_names a private method called automatical... AJR1-1/+0
2016-10-22converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic1-1/+1
2016-10-22NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic1-17/+17
2016-08-02Redo of split of src/emu/softlist.[cpp|h] Nathan Woods1-0/+2
2016-08-01Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb1-3/+3
2016-07-23Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods1-1/+1
2016-07-21device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods1-1/+1
2016-07-13Consolidating implementations of create_option_guide() that return nullptr Nathan Woods1-1/+0
2016-06-19megadriv: improved description of many taiwanese unlicensed titles etabeta781-0/+1
2016-05-17misc. nw. etabeta781-0/+1
2016-05-01megadrive: added custom X24C02 emulation to NBA Jam cart, etabeta781-0/+1
2016-01-20reverting: Miodrag Milanovic1-5/+5
2016-01-20Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic1-1/+1
2016-01-16rest of device parameters to std::string (nw) Miodrag Milanovic1-1/+1
2016-01-16tags are now strings (nw) Miodrag Milanovic1-5/+5
2016-01-10Return std::string objects by value rather than pass by reference AJR1-1/+1
2015-12-05override part 1 (nw) Miodrag Milanovic1-20/+20
2015-12-04clang-modernize part 2 Miodrag Milanovic1-1/+1
2015-11-01making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic1-1/+1
2015-09-13Move all devices into separate part of src tree (nw) Miodrag Milanovic1-0/+0
2015-05-21unified all for Fabio (nw) Miodrag Milanovic1-1/+1
2015-05-10Updated licenses to some of bus devices (nw) Miodrag Milanovic1-2/+2
2015-05-07Added dummy license headers for EMU section (nw) Miodrag Milanovic1-0/+2
2015-04-18some astring to std::string conversion (nw) Miodrag Milanovic1-1/+1
2015-04-14Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert1-3/+3
2014-09-28(MESS) consolidation + cleanup, part1. nw. Fabio Priuli1-0/+2
2014-09-23(MESS) analogous multisession fix to other systems suffering for the Fabio Priuli1-0/+4
2014-09-23fixed multisession crash when the new cart needed a dynamic buffer/array Fabio Priuli1-8/+0
2014-09-04(MESS) md_slot.c: let's try to load carts in a rom region rather than in a dy... Fabio Priuli1-3/+4
2014-03-16Nuke some more auto_allocs. Aaron Giles1-8/+6
2014-03-11Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles1-2/+2