Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all devices into separate part of src tree (nw) | 2015-09-13 | 4 | -550/+0 | |
| | |||||
* | unified all for Fabio (nw) | 2015-05-21 | 4 | -4/+4 | |
| | |||||
* | No need for temp variables (nw) | 2015-04-23 | 1 | -3/+1 | |
| | |||||
* | astring to std::string in bus section (nw) | 2015-04-19 | 1 | -2/+2 | |
| | |||||
* | some astring to std::string conversion (nw) | 2015-04-18 | 2 | -3/+3 | |
| | |||||
* | Replace dynamic_array with std::vector [O. Galibert] | 2015-04-14 | 1 | -2/+2 | |
| | |||||
* | There is no implicit conversion to char* in std::string (nw) | 2015-04-12 | 1 | -1/+1 | |
| | |||||
* | Cleanups and version bumpmame0155 | 2014-10-15 | 3 | -9/+6 | |
| | |||||
* | misc licensing stuff | 2014-10-13 | 4 | -0/+8 | |
| | |||||
* | vc4000: added ram to the softlist entries which need it | 2014-10-03 | 1 | -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 | 2014-10-02 | 4 | -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. |