summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "use c++ cast instead of c casts (nw)" Miodrag Milanovic2015-12-053-56/+56
* use c++ cast instead of c casts (nw) Miodrag Milanovic2015-12-053-56/+56
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* clang-modernize part 2 Miodrag Milanovic2015-12-044-9/+9
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-032-2/+2
* fix uninitialized class members for bus devices (nw) Miodrag Milanovic2015-11-147-50/+50
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-089-0/+0
* More appeasement of the standards gods (nw) Vas Crabb2015-11-021-8/+8
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-012-2/+2
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1318-0/+5579