Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | check characters in softlist setnames, fix errors (nw) | 2016-09-12 | 1 | -28/+35 | ||
| | ||||||
* | Increased max length of parent name to 16, for evaluation purposes. (nw) | 2016-09-09 | 1 | -1/+1 | ||
| | ||||||
* | srcclean and translation regeneration | 2016-08-29 | 1 | -2/+2 | ||
| | ||||||
* | Fixed an issue that caused softlist device descriptions to be blank | 2016-08-11 | 1 | -3/+3 | ||
| | | | | This also fixes a likely undiscovered issue where the filename in softlist XML parse error messages was also blank | |||||
* | Changing 'bool iswild' to 'const bool iswild' | 2016-08-10 | 1 | -1/+1 | ||
| | ||||||
* | Converted more softlist code to use std::string | 2016-08-10 | 1 | -6/+6 | ||
| | ||||||
* | More softlist-related conversions of strings to std::string | 2016-08-08 | 1 | -6/+6 | ||
| | ||||||
* | Redo of split of src/emu/softlist.[cpp|h] | 2016-08-02 | 1 | -0/+523 | ||
This is a redo of the split first submitted in #137, with the following differences: * The newly refactored rom_entry data structure is used * I've kept the refactored softlist code in src/emu, in order to defer the mechanical process of moving it * I've kept includes of softlist[_dev].h out of diimage.h, so that changes to either do not trigger an emu.h recompilation * Obviously, this goes against the latest master |