summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* srcclean for 0.227 Vas Crabb2020-12-271-5/+5
* util/wavwrite.cpp: Hopefully fix build with clang libc++. Vas Crabb2020-12-271-0/+1
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-273-65/+91
* util/png: Use std::string_view internally in another function AJR2020-12-221-8/+6
* util/png: Update add_text to take std::string_view for arguments AJR2020-12-212-12/+11
* Fix some oversights and emergent behaviour with view selection. Vas Crabb2020-12-202-0/+72
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-61/+58
* support Redump extended bin/cue format for Dreamcast discs (#7422) nhand422020-12-172-1/+519
* unicode.h: Updates AJR2020-12-152-43/+16
* orao103: Support new TAP format and format now done properly Miodrag Milanovic2020-12-061-9/+18
* cqm_dsk.cpp, ti89.cpp: Fix wrong fallthroughs. Sandro Ronco2020-11-181-1/+1
* -unidasm: Allow input piped from stdin by specifying a bare hyphen as the fil... Vas Crabb2020-11-1866-844/+612
* Fix most implicit fallthrough warnings from clang Vas Crabb2020-11-174-2/+4
* Remove some deprecated instantiations of static constexpr members (MSVC compl... Vas Crabb2020-11-151-6/+2
* Enable GCC implicit fallthrough warning. Vas Crabb2020-11-151-0/+1
* -Switch to building MAME as C++17. Vas Crabb2020-11-158-264/+267
* Got rid of a couple of easy auto_alloc_array Vas Crabb2020-11-091-1/+1
* emu/devfind.h: Added missing memory_share_array_creator. Vas Crabb2020-11-081-7/+7
* srcclean in preparation for 0.226 release branch Vas Crabb2020-10-253-8/+8
* aquarius: Added support for .CAQ cassette images. Nigel Barnes2020-10-192-0/+126
* emu/debug: Removed more macros, added more const, make a couple more things u... Vas Crabb2020-10-121-2/+2
* formats/apridisk.cpp: Don't use megabytes of stack space. Vas Crabb2020-10-101-2/+2
* brdrline: Add frontiers, reduce timestep to improve performance Aaron Giles2020-10-091-802/+3414
* csw_cas: Added support for v1.xx format, non-compressed RLE, and removed Lega... Nigel Barnes2020-10-081-244/+167
* frogs: Add AFUNC frontiers to improve performance Aaron Giles2020-10-081-2921/+2796
* netlist: Add LM348, CD4071, CD4081 devices Aaron Giles2020-10-083-1/+112
* Various improvements to image file handling: Vas Crabb2020-10-085-149/+867
* vicdual: Add frogs netlist. Make sound board interface more general. Aaron Giles2020-10-071-209/+3075
* brdrline: sound improvements (#7332) beta-tester2020-10-061-209/+209
* Hook up Borderline netlist, provided by 'beta-tester' (#7328) [beta-tester] Aaron Giles2020-10-052-200/+5597
* 3rdparty/nanosvg: Re-base on latest upstream. Vas Crabb2020-10-051-1/+5
* -emu/rendlay.cpp: Allow item animation. Vas Crabb2020-10-051-5/+4
* netlist: fix VS build. couriersud2020-10-032-4/+4
* netlist: catch parenthesis count mismatch in formulas. couriersud2020-10-032-1/+8
* Exception specifications on deleted operators/constructors aren't useful. Vas Crabb2020-10-032-6/+6
* pmatrix_cr.h: More logical fix for the nothrow issue AJR2020-10-021-1/+1
* netlist: Revert changes intended to make the code work on OSX 10.10. couriersud2020-10-032-4/+4
* Fix clang error: exception specification of explicitly defaulted move assignm... AJR2020-10-022-6/+6
* netlist: simplify code. couriersud2020-10-027-77/+46
* netlist: move core_terms to netlist_state. couriersud2020-10-028-61/+71
* netlist: more clang lint fixes. couriersud2020-10-0222-346/+384
* netlist: Add parse optimization to pfunction. couriersud2020-10-022-20/+99
* netlist: rename more files to lower case. couriersud2020-10-022-0/+0
* Got rid of global_alloc/global_free. Vas Crabb2020-10-036-78/+54
* formats/cassimg.cpp: Finish encapsulation of cassette_image class. Vas Crabb2020-10-028-218/+218
* -imagedev/cassimg.cpp: Make the interface look something like C++. Vas Crabb2020-10-0253-1150/+1025
* netlist: Convert driver filenames to lower case. couriersud2020-09-3012-30/+32
* netlist: Fix a net splitting issue with four term devices. couriersud2020-09-306-16/+48
* netlist: Rewrote frontier documentation. couriersud2020-09-303-29/+28
* netlist: applied some clang tidy recommendations couriersud2020-09-3013-14/+24