summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into time-experiments2 Aaron Giles2021-09-10178-3703/+7259
|\
| * Filesystem-related bug fixes AJR2021-09-081-1/+1
| * util/coretmpl.h: Fixed clang narrowing warning. Vas Crabb2021-09-061-1/+1
| * -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-0610-49/+190
| * Decoupled RPK logic from TI-99 cartridge code. (#7880) npwoods2021-09-062-0/+617
| * endianness.h: Use namespace std::literals AJR2021-08-311-1/+1
| * Move endianness type into lib/util header AJR2021-08-311-0/+76
| * wd177x_dsk.cpp: Add head count check Jesse Marroquin2021-08-291-2/+2
| * Miscellaneous clean-up. Vas Crabb2021-08-292-22/+24
| * Merge tag 'mame0235' into mainline-master Vas Crabb2021-08-272-2/+4
| |\
| | * util/zippath.cpp: OSD_WINDOWS isn't a safe way to detect Windows target, and ... Vas Crabb2021-08-261-1/+4
| | * Fix a duplicate #include and an indendation error Vas Crabb2021-08-231-1/+0
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-22169-3645/+6360
| |/
| * Use std::clamp in more source files AJR2021-08-151-7/+4
| * sdl ui: fix choosing the root path (#8443) tim lindner2021-08-141-7/+13
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-08-1419-963/+190
|\|
| * formats/fsmgr.cpp: Don't assume string iterators can be indexed (reported by ... Vas Crabb2021-08-021-4/+2
| * imd_dsk.cpp: Fix segmentation fault saving FM track Jesse Marroquin2021-07-291-1/+1
| * cassimg: don't construct string from nullptr (#8265). Robbbert2021-07-211-1/+1
| * API cleanups and miscellaneous fixes. Vas Crabb2021-07-152-22/+13
| * delegate: Fix Visual Studio case with displaced object base (internal represe... Aaron Giles2021-07-141-3/+3
| * video/voodoo.cpp: Major rewrite: (#8267) Aaron Giles2021-07-091-14/+20
| * srcclean in preparation for release Vas Crabb2021-06-274-28/+28
| * -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-244-751/+3
| * formats/flopimg.cpp: Remove legacy pool allocator usage. (#8216) Aaron Giles2021-06-241-38/+19
| * Added helpers for 64-bit count leading zeroes/ones. Vas Crabb2021-06-131-2/+2
| * ipf: Wrap the decoding state in a sub-structure Olivier Galibert2021-06-102-112/+95
| * wd177x: remove tests for head count. add track count test in check_compatibil... tim lindner2021-06-061-5/+9
| * wd177x: test to make sure the floppy drive has room for all of the tracks tim lindner2021-06-051-0/+12
* | Merge branch 'master' into time-experiments2 Aaron Giles2021-06-0426-265/+3420
|\|
| * enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... tim lindner2021-06-031-10/+30
| * apple2: handle Bernie ][ .2MGs with the signature bytes flipped. [R. Belmont] arbee2021-05-291-0/+6
| * floppy_image_format_t: Turn all the methods that can be static into static me... Olivier Galibert2021-05-272-61/+61
| * floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-272-23/+1
| * Copy/paste fix Olivier Galibert2021-05-261-1/+1
| * vtech: Add floppy formats and fs Olivier Galibert2021-05-268-2/+950
| * reorganize the floptool code, add some write support Olivier Galibert2021-05-248-133/+142
| * srcclean for release Vas Crabb2021-05-237-16/+16
| * Compile fix for Linux (#8081) Brandon Munger2021-05-191-0/+1
| * jasmin: Support write Olivier Galibert2021-05-166-188/+386
| * prodos: Add file and resource reading Olivier Galibert2021-05-118-16/+345
| * prodos: experiements in directory tree reading. Olivier Galibert2021-05-094-45/+223
| * Avoid name collision on Y2 Olivier Galibert2021-05-021-11/+11
| * MacOS < 10.13 has an issue with std::get, use std::get_if instead Olivier Galibert2021-05-024-13/+30
| * prodos: Start of read support Olivier Galibert2021-05-026-12/+165
| * fs: Add full jasmin read support Olivier Galibert2021-04-308-245/+600
| * fsmgr: more compiler error fighting [R. Belmont] arbee2021-04-281-0/+1
| * fsmgr: temp hack to fix Clang compile [R. Belmont] arbee2021-04-281-0/+1
| * floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-288-30/+237
| * floppy: start block-devicing fielsystem support Olivier Galibert2021-04-2814-111/+869