summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats
Commit message (Expand)AuthorAgeFilesLines
* formats/dmk_dsk.cpp: Improve checks in identify. (#12118) wilbertpol2024-03-221-55/+65
* imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol2024-03-221-4/+74
* formats/flopimg.cpp: Fix apparent logic error in write splice setting test AJR2024-02-251-1/+1
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-2575-1075/+1079
* formats/fs_fat.cpp: Add the 5.25" disk formats AJR2024-02-191-0/+6
* heathkit/h89.cpp: Add a software list for H88 cassettes. (#12019) Mark Garlanger2024-02-181-33/+38
* image_handler.cpp: Floppy fixes AJR2024-02-151-4/+0
* formats/acorn_dsk.cpp: Disallow identification of "ssd" format based on recor... AJR2024-02-151-1/+1
* sfrj/idpartner.cpp: hookup dma, pio and rtc Miodrag Milanovic2024-02-151-3/+11
* sfrj/idpartner.cpp - fixed floppy daisy chain Miodrag Milanovic2024-02-132-0/+77
* formats/fs_prodos.cpp: Recognize some file types AJR2024-02-101-1/+46
* formats/fs_prodos.cpp: Feature updates AJR2024-02-102-26/+34
* formats/fs_fat.cpp: Various fixes AJR2024-02-103-10/+31
* bus/qbus: Added DVK MX floppy controller. (#11840) shattered2024-02-092-53/+99
* jvc_dsk, os9_dsk.cpp: Add 3.5 inch disk formats, adjust scoring (#11899) tim lindner2024-01-082-82/+100
* formats/ap_dsk35.cpp, formats/lw30_dsk.cpp, shared/xbox_usb.cpp: Use multibyt... AJR2024-01-072-12/+7
* lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... wilbertpol2023-12-301-1/+1
* formats/flacfile.cpp: Removed unnecessary calls to decoder.reset(). (#11845) wilbertpol2023-12-171-4/+0
* formats/flacfile.cpp: Added support for compact cassette images in FLAC forma... wilbertpol2023-12-173-1/+100
* lib/formats/fs_fat.cpp: Ignore deleted directory entries. (#11830) wilbertpol2023-12-101-1/+4
* Cleaned up some recent changes a little. Vas Crabb2023-11-201-1/+1
* jvc_dsk: Only match by file size if the file is headerless. Nigel Barnes2023-11-171-1/+4
* Cleaned up some recent commits. Vas Crabb2023-11-031-4/+4
* imagedev/floppy.cpp: Remvoed hard-sectored floppy support. Vas Crabb2023-11-025-113/+33
* nabupc: Add nabu floppy disk formats (#11688) Brian Johnson2023-11-013-0/+291
* formats/imd_dsk: implement get_sectors_per_track() (#11672) Lubomir Rintel2023-10-291-2/+11
* Floppy format API refinements AJR2023-10-08268-1646/+1651
* acorn_dsk.cpp: Added Cumana DFS disk image format. Nigel Barnes2023-09-302-75/+136
* Merge tag 'mame0259' into HEAD Vas Crabb2023-09-292-3/+3
|\
| * formats/uef_cas.cpp: Fixed regression reading floating-point values. Vas Crabb2023-09-281-2/+2
| * formats/hti_tape.cpp: Fixed regression detecting magic numbers. Vas Crabb2023-09-281-1/+1
* | Miscellaneous change roll-up: Vas Crabb2023-09-292-2/+2
* | Filesystem code refactoring (#11570) ajrhacker2023-09-2722-512/+568
|/
* formats: Use multibyte.h functions in more files AJR2023-09-1735-274/+284
* fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... AJR2023-09-175-12/+17
* fsmgr.h: Cleanup AJR2023-09-176-230/+79
* imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR2023-09-1713-196/+65
* formats/td0_dsk.cpp: Don't swallow bits and bytes at the end of Huffman-encod... AJR2023-09-081-13/+14
* formats/td0_dsk.cpp: Do more error checking, hopefully eliminating softlocks ... AJR2023-09-051-4/+25
* imagedev/floppy.cpp: Add hard-sector floppy support Eric Anderson2023-09-055-33/+113
* c64: Emulated the TIB Disc Drive DD-001 cartridge. [Curt Coder] Curt Coder2023-09-042-0/+73
* formats/td0_dsk.cpp: Recognize SSDD images for 3(.5)-inch floppy drives. Fixe... AJR2023-09-021-1/+1
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-7/+7
* fix count (#11241) tim lindner2023-05-181-1/+1
* formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984... fulivi2023-05-155-13/+1649
* roland_s50.cpp: Add floppy format AJR2023-04-133-0/+74
* Cleaned up some recent changes. Vas Crabb2023-04-122-2/+4
* abc80x: Detect interlaced disk images. [Curt Coder] Curt Coder2023-03-262-0/+16
* Remove debug printf. Curt Coder2023-03-261-1/+0
* abc80x: Split floppy software lists by disk drive type. [Curt Coder] Curt Coder2023-03-265-27/+153