summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* housekeeping: Use proper SPDX ID for CC0 license. Vas Crabb2022-12-2344-44/+44
* util/options.cpp: Fixed issue when copying options that don't carry values. Vas Crabb2022-12-221-10/+22
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-191-1/+1
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-172-31/+193
* mo5_flop.xml, mo6_flop.xml, pro128_flop.xml: Correct floppy image interfaces AJR2022-12-151-0/+8
* Fixed some misspelling occurrences here and there. (#10605) 0kmg2022-12-032-2/+2
* -debugger: Improved session save/restore. Vas Crabb2022-12-021-2/+8
* Merge branch 'release0250' into mainline-master Vas Crabb2022-11-281-2/+2
|\
| * util/path.h: Fixed narrowing warning from older versions of clang. Vas Crabb2022-11-271-2/+2
* | harddisk.h: #include shuffling AJR2022-11-262-2/+8
|/
* srcclean in preparation for 0.250 branch Vas Crabb2022-11-271-5/+5
* bus/msx_cart, msx1_cart.xml: Added external floppy and Kanji cartridges. (#10... wilbertpol2022-11-231-0/+8
* A few small formatting cleanups and scope reductions. Vas Crabb2022-11-182-22/+25
* aviio.cpp, msdib.cpp: Use core inline functions as appropriate AJR2022-11-152-12/+6
* Implement FM and mixed FM/MFM reading to DMK disk image format (#10514) pnp20842022-11-102-41/+152
* Fixed a few issues identified by Coverity: Vas Crabb2022-11-062-50/+10
* coretmpl.h: Add utility function for sign-extending values of arbitrary width AJR2022-11-011-0/+8
* Update various source files to use swapendian_int16 AJR2022-10-291-1/+2
* srcclean in preparation for release branch Vas Crabb2022-10-233-10/+10
* acorn_dsk: Allow sector counts not divisible by 10. Nigel Barnes2022-10-171-2/+2
* Added support for specifying volume attributes in 'floptool flopcreate' (#9590) npwoods2022-10-162-8/+69
* Modernize core_strwildcmp() and core_iswildstr() (#10344) npwoods2022-10-162-55/+27
* Added support for Intel ISIS-II filesystem (#10367) fulivi2022-10-155-50/+1179
* path.h: Fix path_append and path_concat of >2 arguments AJR2022-10-041-1/+1
* moof_dsk: write support Olivier Galibert2022-09-292-129/+182
* as_dsk: Complete woz writing format Olivier Galibert2022-09-294-67/+209
* ap2_dsk: Move the applesauce formats in their own file Olivier Galibert2022-09-285-565/+543
* eminline.h: Additions AJR2022-09-251-16/+13
* Move UTF8_xxx string literal macros to new header in lib/util AJR2022-09-251-0/+54
* corefile.h: Move filename utilities to path.h AJR2022-09-255-89/+99
* apple: remove legacy floppy format handlers. [R. Belmont] arbee2022-09-244-1628/+8
* srcclean pass in preparation for release branch Vas Crabb2022-09-253-22/+22
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-1918-56/+63
* plaparse: remove not strictly needed use of strrchr hap2022-09-153-34/+30
* Fixes and cleanup: Vas Crabb2022-09-151-1/+1
* util/corestr.cpp: Changed core_stricmp to take std::string_view parameters. (... npwoods2022-09-152-7/+15
* Victor9k fix disk handling (#10315) Paul Devine2022-09-072-34/+97
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-023-17/+17
* woz: fix missing breaks Olivier Galibert2022-09-011-0/+3
* moof: Some fixes [Disk Blitz] Olivier Galibert2022-09-012-9/+134
* woz: Remove write support, it can't really be made reliable Olivier Galibert2022-09-013-117/+188
* formats/fs_fat.cpp: Fixe use-after-std::move() issue in constructor. (#10296) npwoods2022-08-311-1/+1
* srcclean in preparation for release Vas Crabb2022-08-284-170/+170
* formats/fdos_dsk.cpp: Added FDOS disk format for the SWTPC 6800. (#10273) Michael R. Furman2022-08-283-0/+219
* Miscellaneous fixes: Vas Crabb2022-08-281-1/+2
* Initial FAT file system support for Floptool (#9119) npwoods2022-08-255-1/+898
* formats: Fixed some unused local variable compiler errors. (#10251) napobear2022-08-251-0/+2
* misc: remove unused variables that may give compiler warning hap2022-08-231-2/+0
* Lua scripting enhancements: Vas Crabb2022-08-231-23/+31
* unidasm.cpp: Code cleanup AJR2022-08-181-1/+0