summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/pce
Commit message (Collapse)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-134-735/+0
|
* unified all for Fabio (nw) Miodrag Milanovic2015-05-214-4/+4
|
* Updated licenses to some of bus devices (nw) Miodrag Milanovic2015-05-104-8/+8
|
* 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
| | | | | | | -hector: creates a machine fragment for the sound components which are shared among hector and interact to avoid duplicate code -specialist : makes static the specimx palette because it is not used outside video/specimx,c -pce: fixed MT5734 by adding support for 192k images
* I don't think these are really needed, but let's try to use more parentheses ↵ Fabio Priuli2014-10-141-2/+2
| | | | ;) nw.
* (MESS) pce_slot.c: fixed crash when loading images smaller than 256K Fabio Priuli2014-10-141-3/+3
| | | | (unfortunately this was happening only randomly on MacOSX, so I was never able to find the culprit until recent MT reports). nw.
* (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
| | | | | | larger than the original one. this got introduced when converting from auto_alloc_array to dynamic buffers, because such buffers are not made NULL at reset, but got unnoticed/unreported up to now. many thanks to Trebor for catching it! nw.
* (MESS) pce_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw. Fabio Priuli2014-04-092-25/+15
| | | (MESS) sega8_slot.c: nuked some auto_allocs, using dynamic_buffer instead. nw.
* 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