summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/generic
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-138-934/+0
* unified all for Fabio (nw) Miodrag Milanovic2015-05-218-8/+8
* No need for temp variables (nw) Miodrag Milanovic2015-04-231-3/+1
* astring to std::string in bus section (nw) Miodrag Milanovic2015-04-191-2/+2
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-182-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-143-8/+8
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-157-42/+37
* misc licensing stuff Fabio Priuli2014-10-138-0/+28
* (MESS) added handling for a generic rom+ram cart (as needed Fabio Priuli2014-09-246-7/+56
* oh gosh, this was needed for amstrad to work. nw. Fabio Priuli2014-09-231-0/+1
* (MESS) consolidated generic socket / cartslot a bit more: removed Fabio Priuli2014-09-222-18/+14
* whops. this assert was meant to match the one at line 216. nw. Fabio Priuli2014-09-211-1/+1
* added 32bit rom accesses to generic slot and converted pockstat and Fabio Priuli2014-09-214-2/+33
* more generic slots + some cleanups & some tagmap reductions. nw. Fabio Priuli2014-09-202-1/+4
* (MESS) a couple more. nw. Fabio Priuli2014-09-191-3/+0
* (MESS) unified some functions for generic socket / cart and Fabio Priuli2014-09-182-11/+46
* added generic cartslot / ROM socket slot device, which offers Fabio Priuli2014-09-178-0/+801