summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* fix override (nw) Nigel Barnes2015-12-291-5/+5
* bbc: added Torch computer (preliminary) Nigel Barnes2015-12-292-0/+64
* chd-cd: when chdman wants only the original sectors, give it only the origina... arbee2015-12-271-12/+15
* made netlist compile as separate without c++11 or higher deps (nw) Miodrag Milanovic2015-12-252-3/+2
* Fixed missing noexcept in Visual Studio 2013. dankan18902015-12-221-0/+5
* Modernize `simple_list`: Vittorio Romeo2015-12-211-21/+21
* added option to clear with value for arrays (nw) Miodrag Milanovic2015-12-171-0/+10
* removed auto_bitmap_ind*_alloc and auto_bitmap_rgb32_alloc and replaced with ... Miodrag Milanovic2015-12-171-0/+19
* Fix tagged_list (nw) Miodrag Milanovic2015-12-141-1/+1
* make exception save actual tag (nw) Miodrag Milanovic2015-12-121-2/+2
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-1218-77/+77
* tagged_list without tagmap_t (nw) Miodrag Milanovic2015-12-112-274/+7
* Fix after tagmap conversion (nw) Miodrag Milanovic2015-12-101-1/+4
* tagmap_t to std::unordered_map or std::unordered_set where applicable (nw) Miodrag Milanovic2015-12-092-40/+39
* updated checks since old versions are anyway not supported (nw) Miodrag Milanovic2015-12-091-3/+2
* cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-0/+4
* Revert "Cleanup of osdcomm.h (nw)" Miodrag Milanovic2015-12-091-4/+1
* Cleanup of osdcomm.h (nw) Miodrag Milanovic2015-12-091-1/+4
* fix build for VS 2013 and earlier. dankan18902015-12-071-0/+2
* netlist override update (nw) Miodrag Milanovic2015-12-0626-184/+184
* fixing some more override (nw) Miodrag Milanovic2015-12-0668-294/+295
* override part 3 (nw) Miodrag Milanovic2015-12-051-8/+8
* override part 1 (nw) Miodrag Milanovic2015-12-0536-202/+202
* fix for VS builds, due to FPTR conversion (nw) Miodrag Milanovic2015-12-051-1/+1
* some core c++11 narrowing fixes (nw) Miodrag Milanovic2015-12-042-2/+2
* clang-modernize part 6 Miodrag Milanovic2015-12-044-20/+20
* clang-modernize part 5 Miodrag Milanovic2015-12-0468-218/+218
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-0346-784/+785
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-032-36/+1
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-252-13/+11
* Made fast delegates work on VS x64 builds (nw) Miodrag Milanovic2015-11-221-0/+63
* ap2_dsk.c: support 36-track Apple II NIB images [Peter Ferrie] Peter Ferrie2015-11-191-3/+3
* Revert "No need for simple_list_wrapper (nw)" Miodrag Milanovic2015-11-181-0/+34
* No need for simple_list_wrapper (nw) Miodrag Milanovic2015-11-181-34/+0
* null is \0 (nw) Nigel Barnes2015-11-151-1/+1
* bbc: preliminary support for FSD format. Nigel Barnes2015-11-152-0/+223
* These are not needed with official tools (nw) Miodrag Milanovic2015-11-105-57/+0
* - Fix PVS-Studio warning V562, "It's odd to compare a bool type value with therealmogminer@gmail.com2015-11-091-1/+1
* nw, more PVS-Studio fixes therealmogminer@gmail.com2015-11-091-2/+0
* Fix more PVS-Studio warnings, nw therealmogminer@gmail.com2015-11-091-1/+1
* fix compile (nw) Miodrag Milanovic2015-11-081-3/+3
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-08248-0/+0
* Sharp MZ series: Adjusted mz_cas to work with MZ-800, MZ-80K and MZ-80A; Robbbert2015-11-071-1/+1
* - Fix some instances of PVS-Studio warning V501, "There are identical sub- therealmogminer@gmail.com2015-11-061-1/+1
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-054-11/+11
* as req? (nw) David Haywood2015-11-041-1/+1
* made 32 bit mingw-clang build working Miodrag Milanovic2015-11-042-1/+3
* making logerror part of machine and device classes [Miodrag Milanovic] Miodrag Milanovic2015-11-018-105/+105
* not yet correct (nw) David Haywood2015-10-281-6/+49