Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dynamic_buffer is just std::vector<UINT8> (nw) | 2016-10-21 | 1 | -1/+1 | |
| | |||||
* | Properly catching another out of memory condition | 2016-09-09 | 1 | -2/+7 | |
| | |||||
* | Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ↵ | 2016-09-03 | 1 | -2/+1 | |
| | | | | | | | | namespaces Caveats: 1. Because of how this trick works, it is no longer possible to declare an option guide as static, so I had to make a bunch of changes 2. I'm going to want the hardcore C++ guys (i.e. - Vas) to review this with a fine toothed comb | ||||
* | Attempting to make option_guide and option_guide::entry POD types; need to ↵ | 2016-09-02 | 1 | -1/+2 | |
| | | | | figure out a better way to do OPTION_GUIDE_EXTERN | ||||
* | Incorporating Vas Crabb feedback | 2016-09-01 | 1 | -2/+2 | |
| | |||||
* | option_guide C++-ification, touched up imgtool | 2016-08-27 | 1 | -43/+4 | |
| | | | | | | The main point of this change is to C++-ify option_guide. It was changed from a struct array to a class, namespaced etc, with the ultimate hope of incorporating an in-emulation image creation UI. Imgtool got hit with a number of changes; I'll probably have to bring that off of the backburner and touch that up too | ||||
* | Fixed an issue with legacy floppy loading caused by filetype() now being a ↵ | 2016-08-18 | 1 | -4/+4 | |
| | | | | | | std::string This caused 'mame a800 -flop1 brucelee' to fail on startup, but after this fix the image mounts but incorrectly. | ||||
* | std::min and std:max instead of MIN and MAX, also some more macros converted ↵ | 2016-07-31 | 1 | -1/+1 | |
| | | | | to inline functions (nw) | ||||
* | C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ↵ | 2016-07-07 | 1 | -43/+28 | |
| | | | | changed option_resolution to be a class, etc) | ||||
* | Bad boy, Micko (nw) | 2016-05-19 | 1 | -1/+1 | |
| | |||||
* | fixing some more override (nw) | 2015-12-06 | 1 | -5/+5 | |
| | |||||
* | clang-modernize part 6 | 2015-12-04 | 1 | -6/+6 | |
| | |||||
* | clang-modernize part 5 | 2015-12-04 | 1 | -18/+18 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+2960 | |