summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/megadrive
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-1318-5579/+0
* Don't use 64 bit print for things that make so sense as 64 bit. (nw) Cowering2015-06-191-1/+1
* added some further sanity check. nw. etabeta782015-06-021-1/+1
* We cannot relicense files for which we have not yet received responses (nw) balr0g2015-05-282-2/+2
* Cleanups and version bumpmame0162 Miodrag Milanovic2015-05-273-4/+4
* proper crediting in some source files, and proper acknowledgement of RE contr... etabeta782015-05-256-8/+11
* Update for Cowering and some fixes (nw) Miodrag Milanovic2015-05-251-1/+1
* unified all for Fabio (nw) Miodrag Milanovic2015-05-2118-18/+18
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-1018-37/+37
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-0718-0/+36
* Completed state_save_register_item* removal (nw) Ivan Vangelista2015-04-231-7/+7
* No need for temp variables (nw) Miodrag Milanovic2015-04-231-3/+1
* astring to std::string in bus section (nw) Miodrag Milanovic2015-04-191-8/+8
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-182-3/+3
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-142-6/+6
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* cstr() - > c_str() as preparation for move to std::string (nw) Miodrag Milanovic2015-04-111-2/+2
* (MESS) megadriv: slightly improved support for CodeMasters 2-in-1 carts etabeta782014-12-272-2/+2
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-13/+13
* (MESS) consolidation + cleanup, part1. nw. Fabio Priuli2014-09-282-7/+6
* (MESS) analogous multisession fix to other systems suffering for the Fabio Priuli2014-09-232-1/+4
* fixed multisession crash when the new cart needed a dynamic buffer/array Fabio Priuli2014-09-232-14/+3
* (MESS) megadriv.c: Added support for Game Genie as a passthru cart. [Fabio Pr... Fabio Priuli2014-09-074-0/+224
* (MESS) md_slot.c: let's try to load carts in a rom region rather than in a dy... Fabio Priuli2014-09-043-20/+31
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-3/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-072-2/+2
* (MESS) fixed regression in a few MD cart types. nw. Fabio Priuli2014-04-021-4/+4
* converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-281-5/+3
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* and more global_free() -> global_free_array()(nw) Oliver Stöneberg2014-03-171-1/+1
* Nuke some more auto_allocs. Aaron Giles2014-03-167-50/+36
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-112-13/+12
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-1016-0/+5333