summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* Removed extra semicolons after function bodies in remaining headers. (#9277) 0kmg2022-02-071-3/+3
* abc1600: Added sector dump floppy image format. [Curt Coder] Curt Coder2022-02-072-0/+114
* srcclean in preparation for 0.240 Vas Crabb2022-01-236-126/+126
* docs: List MSYS2 packages required to build PDF documentation on Windows now ... Vas Crabb2022-01-122-9/+9
* Created an initial file system implementation for OS-9 under the CoCo (#9096) npwoods2022-01-077-18/+733
* Minor typo fix in a comment (nw) (#9082) npwoods2022-01-031-1/+1
* Reimplemented support for the CoCo's RS-DOS filesystem on top of the "fsmgr" ... npwoods2022-01-037-0/+518
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-3116-778/+836
* Filesystem code cleanup AJR2021-12-1415-425/+453
* Remove a few outdated references to MESS Dirk Best2021-12-024-7/+7
* More cleanup. Vas Crabb2021-12-021-5/+3
* Fixed a few coverity errors, several of which are real bugs. Vas Crabb2021-12-021-1/+1
* Soul-crushingly frustrating clean-up: Vas Crabb2021-12-011-19/+14
* srcclean in preparation for release of MAME 0.238. Vas Crabb2021-11-211-1/+1
* acorn_dsk.cpp: Fixed cell size for high density ADFS-F format. Nigel Barnes2021-11-141-3/+3
* fixes for variables set but not used smf-2021-11-074-7/+5
* util: Further API cleanups: (#8661) Vas Crabb2021-10-052-18/+34
* srcclean in preparation for MAME 0.235, and two small adjustments. Vas Crabb2021-09-262-56/+56
* added tzx to the sc-3000 formats (#8592) Fabio DL2021-09-211-0/+2
* Formats-related refactoring AJR2021-09-11149-1413/+1256
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-4/+4
* Decoupled RPK logic from TI-99 cartridge code. (#7880) npwoods2021-09-062-0/+617
* wd177x_dsk.cpp: Add head count check Jesse Marroquin2021-08-291-2/+2
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-22138-1564/+1810
* 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
* srcclean in preparation for release Vas Crabb2021-06-274-28/+28
* -util: Retire legacy object pool, removing vestigial references. Vas Crabb2021-06-242-8/+3
* formats/flopimg.cpp: Remove legacy pool allocator usage. (#8216) Aaron Giles2021-06-241-38/+19
* 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
* 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-236-14/+14
* 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
* 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-024-12/+146
* 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