summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/cassimg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-2/+2
|
* srcclean and translation regeneration Vas Crabb2016-08-291-1/+1
|
* some C++14 features are not supported by VS2013. VS2015 is free for home use ↵ Miodrag Milanovic2016-08-271-5/+0
| | | | so no need for legacy support (nw)
* Performs argument checking on the return value of ↵ Nathan Woods2016-08-231-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 ↵ Nathan Woods2016-08-201-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 Nathan Woods2016-08-201-79/+79
|
* Stop forcing cassette image create when loading zero-length images. Also ↵ Nathan Woods2016-08-201-6/+6
| | | | minor C++-ifications to cassette code (usage of bool and std::string, C++ comments)
* fix after pass through the diff Vas Crabb2016-08-011-1/+1
|
* cleanup of some conversions (nw) Miodrag Milanovic2016-07-311-1/+1
|
* fix linux compile (nw) Miodrag Milanovic2016-07-311-1/+1
|
* std::min and std:max instead of MIN and MAX, also some more macros converted ↵ Miodrag Milanovic2016-07-311-9/+10
| | | | to inline functions (nw)
* removed memory tracking (nw) Miodrag Milanovic2016-01-081-1/+1
|
* fix build for VS 2013 and earlier. dankan18902015-12-071-0/+2
| | | | reference http://stackoverflow.com/questions/22212737/strange-syntax-error-reported-in-a-range-based-for-loop
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
|
* clang-modernize part 5 Miodrag Milanovic2015-12-041-10/+10
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1007