summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/flopimg.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dynamic_buffer is just std::vector<UINT8> (nw) Miodrag Milanovic2016-10-211-1/+1
|
* Properly catching another out of memory condition Nathan Woods2016-09-091-2/+7
|
* Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ↵ Nathan Woods2016-09-031-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 ↵ Nathan Woods2016-09-021-1/+2
| | | | figure out a better way to do OPTION_GUIDE_EXTERN
* Incorporating Vas Crabb feedback Nathan Woods2016-09-011-2/+2
|
* option_guide C++-ification, touched up imgtool Nathan Woods2016-08-271-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 ↵ Nathan Woods2016-08-181-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 ↵ Miodrag Milanovic2016-07-311-1/+1
| | | | to inline functions (nw)
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ↵ Nathan Woods2016-07-071-43/+28
| | | | changed option_resolution to be a class, etc)
* Bad boy, Micko (nw) Vas Crabb2016-05-191-1/+1
|
* fixing some more override (nw) Miodrag Milanovic2015-12-061-5/+5
|
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
|
* clang-modernize part 5 Miodrag Milanovic2015-12-041-18/+18
|
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2960