summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* space.machine -> machine (nw) Olivier Galibert2017-12-141-16/+16
* device_add_mconfig up to devices/bus/o* (nw) Ivan Vangelista2017-06-1210-136/+77
* general cleanup: Vas Crabb2017-05-231-1/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-225-11/+11
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-1418-413/+451
* Changes to make get_default_card_software() less stupid Nathan Woods2017-04-102-7/+5
* Made a number of methods be const correct and static where appropriate Nathan Woods2017-04-102-2/+2
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-032-13/+0
* Self-registering devices prep: Vas Crabb2017-02-278-53/+53
* device_image_interface cleanups (nw) AJR2017-02-271-2/+2
* Remove emu.h from headers (nw) Olivier Galibert2017-02-112-1/+1
* converted lot of TRUE/FALSE to real boolean and updated types (nw) Miodrag Milanovic2016-10-222-4/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-2216-253/+253
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
* Merge pull request #1180 from npwoods/split_softlist_code_redo Miodrag Milanović2016-08-081-0/+2
|\
| * Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+2
* | Devfind revision phase 2 (nw) AJR2016-08-051-8/+8
|/
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-012-11/+11
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-212-11/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-292-2/+2
* megadriv: improved description of many taiwanese unlicensed titles etabeta782016-06-195-0/+39
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-255-37/+35
* one step closer to core i2c eeprom implementation. nw. etabeta782016-05-182-46/+49
* misc. nw. etabeta782016-05-175-12/+168
* megadrive: added custom X24C02 emulation to NBA Jam cart, etabeta782016-05-015-0/+328
* Swap the endianess of the md_slot device bus to big endian, fixing megadriv c... Scott Stone2016-03-271-1/+1
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-2/+2
* reverting: Miodrag Milanovic2016-01-2016-118/+118
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-2014-16/+16
* relicense SVP/SSP1601 code (nw) Grazvydas Ignotas2016-01-172-2/+2
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-1614-16/+16
* tags are now strings (nw) Miodrag Milanovic2016-01-1616-118/+118
* modernize rom_load_manager (nw) Miodrag Milanovic2016-01-111-1/+1
* Return std::string objects by value rather than pass by reference AJR2016-01-102-4/+4
* cleanups (nw) Miodrag Milanovic2015-12-252-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang 3.7 warning fixes (nw) Olivier Galibert2015-12-071-1/+1
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-067-82/+82
* override part 1 (nw) Miodrag Milanovic2015-12-058-81/+81