summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/pce
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-074-0/+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-3/+3
* 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 bumpmame0156 Miodrag Milanovic2014-11-261-1/+1
* From Fabio (nw) Miodrag Milanovic2014-10-171-0/+15
* I don't think these are really needed, but let's try to use more parentheses ... Fabio Priuli2014-10-141-2/+2
* (MESS) pce_slot.c: fixed crash when loading images smaller than 256K Fabio Priuli2014-10-141-3/+3
* (MESS) consolidation + cleanup, part1. nw. Fabio Priuli2014-09-282-7/+18
* fixed multisession crash when the new cart needed a dynamic buffer/array Fabio Priuli2014-09-231-10/+6
* (MESS) pce_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw. Fabio Priuli2014-04-092-25/+15
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* (MESS) Moved the remaining slot interfaces to emu/bus. (nw) Curt Coder2014-03-174-0/+717