summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/cartslot.c
Commit message (Expand)AuthorAgeFilesLines
* Made multcart slot separate device, and prepared cartslot for rewrite (no wha... Miodrag Milanovic2011-07-051-214/+3
* Port from MESS, nw Angelo Salese2011-06-281-1/+1
* Making cart romload tags relative to device (no whatsnew) Miodrag Milanovic2011-06-261-4/+9
* enabled pcb recognition to softlists too, this way coco softlist works (no wh... Miodrag Milanovic2011-05-291-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-63/+17
* cartslot.c/chd_cd.c: added support for a callback function to test softlist s... Fabio Priuli2011-04-071-0/+7
* BIG update. Aaron Giles2011-03-291-7/+7
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-3/+3
* Added device_t::memory() to fetch a reference to the memory interface, Aaron Giles2011-03-271-2/+2
* Removed hashfile and dependencies (no whatsnew) Miodrag Milanovic2011-02-141-9/+0
* And woohoo, mame_options() is no more. Aaron Giles2011-02-121-4/+4
* Cleanups and version bump.mame0141u1 Aaron Giles2011-01-241-2/+2
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-0/+569