summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/apf
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-153-9/+6
|
* misc licensing stuff Fabio Priuli2014-10-134-0/+8
|
* vc4000: added ram to the softlist entries which need it Fabio Priuli2014-10-031-1/+1
| | | | | (previously all games had RAM even if the real cart did not contain any), and fixed a brown paper bag bug from last night. nw.
* (MESS) converted channelf and apfm1000/apfimag to use slot devices for Fabio Priuli2014-10-024-0/+547
their carts. this allows to remove on-cart RAM from the driver class (since it does not belong there). also added (partial) support for Channel F multicart. nw.