summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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