summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* srcclean in preparation for branching release Vas Crabb2021-01-242-6/+6
* flopimg: Fix gcr checksum Olivier Galibert2021-01-221-7/+7
* ATTR_UNUSED, do you welcome C++17 in your heart and mind? Olivier Galibert2021-01-222-9/+9
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-2226-671/+741
* Much more core std::string_view modernization AJR2021-01-2010-131/+154
* dc42: better cell size on save and remove extraneous logging Olivier Galibert2021-01-172-8/+6
* swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-151-0/+6
* hp2640.cpp: Added tape emulation. (#7625) fulivi2021-01-122-29/+55
* imd_dsk: restore # of tracks check [R. Belmont] arbee2021-01-101-1/+4
* imd_dsk: use has_variant() and accept either HD or QD as 80-track drives [R. ... arbee2021-01-101-7/+4
* imd_dsk: add missing file [R. Belmont] arbee2021-01-091-0/+2
* imd_fmt.cpp: if an IMD image is 40 track but the drive is HD, put the data on... arbee2021-01-091-4/+64
* Provide the variants to the floppy formats Olivier Galibert2021-01-09122-332/+351
* zippath.cpp: Checkpoint #2 AJR2021-01-081-32/+12
* util/zippath.cpp: Fix suffix for zip archives. Vas Crabb2021-01-081-1/+1
* zippath.cpp: Checkpoint AJR2021-01-062-97/+44
* options.h: Be more honest about #including prerequisites AJR2021-01-021-0/+7
* vbiparse.cpp: Add missing #include AJR2021-01-021-0/+1
* disasmintf.h: Attempt at fixing build on other compilers AJR2021-01-021-0/+1
* Low-level #include overhaul AJR2021-01-0252-106/+102
* palette.cpp: Use std::fill instead of memset for dirty vector; add range check AJR2021-01-021-2/+3
* Cassette image processing cleanup AJR2021-01-019-102/+75
* Further additions of std::string_view AJR2021-01-015-33/+70
* hash.cpp, hashing.cpp: Change string processing to use std::string_view param... AJR2021-01-014-43/+158
* util/xmlfile.cpp: C++ comment conversion AJR2020-12-311-225/+225
* 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