Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | dynamic_buffer is just std::vector<UINT8> (nw) | 2016-10-21 | 1 | -2/+2 | |
| | |||||
* | srcclean and translation regeneration | 2016-08-29 | 1 | -1/+1 | |
| | |||||
* | some C++14 features are not supported by VS2013. VS2015 is free for home use ↵ | 2016-08-27 | 1 | -5/+0 | |
| | | | | so no need for legacy support (nw) | ||||
* | Performs argument checking on the return value of ↵ | 2016-08-23 | 1 | -1/+8 | |
| | | | | | | | | | | | | CassetteLegacyWaveFiller.chunk_sample_calc() This is just better error checking. You can see this if you create a garbage file named 'foo.csw' and invoke the following command: mame bbcb -cass1 foo.csw With this change you get an invalid image error. Without it, you get this: Caught unhandled St12length_error exception: vector::_M_default_append | ||||
* | Fixed regression with cassette code that caused hangs to happen when loading ↵ | 2016-08-20 | 1 | -17/+26 | |
| | | | | | | cassette image formats that lacked read/write support This entailed reintroducing device_image_interface::make_readonly(); I also reimplemented the feature in the cassette code in a less hacky way. | ||||
* | casserr_t ==> enum class cassette_image::error | 2016-08-20 | 1 | -79/+79 | |
| | |||||
* | Stop forcing cassette image create when loading zero-length images. Also ↵ | 2016-08-20 | 1 | -6/+6 | |
| | | | | minor C++-ifications to cassette code (usage of bool and std::string, C++ comments) | ||||
* | fix after pass through the diff | 2016-08-01 | 1 | -1/+1 | |
| | |||||
* | cleanup of some conversions (nw) | 2016-07-31 | 1 | -1/+1 | |
| | |||||
* | fix linux compile (nw) | 2016-07-31 | 1 | -1/+1 | |
| | |||||
* | std::min and std:max instead of MIN and MAX, also some more macros converted ↵ | 2016-07-31 | 1 | -9/+10 | |
| | | | | to inline functions (nw) | ||||
* | removed memory tracking (nw) | 2016-01-08 | 1 | -1/+1 | |
| | |||||
* | fix build for VS 2013 and earlier. | 2015-12-07 | 1 | -0/+2 | |
| | | | | reference http://stackoverflow.com/questions/22212737/strange-syntax-error-reported-in-a-range-based-for-loop | ||||
* | clang-modernize part 6 | 2015-12-04 | 1 | -2/+2 | |
| | |||||
* | clang-modernize part 5 | 2015-12-04 | 1 | -10/+10 | |
| | |||||
* | Rename *.c -> *.cpp in our source (nw) | 2015-11-08 | 1 | -0/+1007 | |