summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats (unfollow)
Commit message (Expand)AuthorFilesLines
3 daysussr/uknc.cpp: Added cassette interface and qbus slots with floppy controller... shattered2-0/+69
5 days-emu/gamedrv.h: Got rid of the "clickable artwork" system flag. Vas Crabb1-1/+0
7 dayslib/formats/dmk_dsk.cpp: Header byte 4 is not reserved. Fixes MT 8851. (#12232) wilbertpol1-1/+1
7 days1942: correct default lives dipswitch, hap1-3/+3
2024-03-22formats/dmk_dsk.cpp: Improve checks in identify. (#12118) wilbertpol1-55/+65
2024-03-22imagedev/cassette.cpp, formats/flacfile.cpp: Added support for saving cassett... wilbertpol1-4/+74
2024-02-25formats/flopimg.cpp: Fix apparent logic error in write splice setting test AJR1-1/+1
2024-02-25util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb75-1075/+1079
2024-02-19formats/fs_fat.cpp: Add the 5.25" disk formats AJR1-0/+6
2024-02-18heathkit/h89.cpp: Add a software list for H88 cassettes. (#12019) Mark Garlanger1-33/+38
2024-02-15image_handler.cpp: Floppy fixes AJR1-4/+0
2024-02-15formats/acorn_dsk.cpp: Disallow identification of "ssd" format based on recor... AJR1-1/+1
2024-02-15sfrj/idpartner.cpp: hookup dma, pio and rtc Miodrag Milanovic1-3/+11
2024-02-13sfrj/idpartner.cpp - fixed floppy daisy chain Miodrag Milanovic2-0/+77
2024-02-10formats/fs_prodos.cpp: Recognize some file types AJR1-1/+46
2024-02-10formats/fs_prodos.cpp: Feature updates AJR2-26/+34
2024-02-10formats/fs_fat.cpp: Various fixes AJR3-10/+31
2024-02-09bus/qbus: Added DVK MX floppy controller. (#11840) shattered2-53/+99
2024-01-08jvc_dsk, os9_dsk.cpp: Add 3.5 inch disk formats, adjust scoring (#11899) tim lindner2-82/+100
2024-01-07formats/ap_dsk35.cpp, formats/lw30_dsk.cpp, shared/xbox_usb.cpp: Use multibyt... AJR2-12/+7
2023-12-30lib/util/flac.cpp: Add support for flac data where bits_per_sample != 16. (#1... wilbertpol1-1/+1
2023-12-17formats/flacfile.cpp: Removed unnecessary calls to decoder.reset(). (#11845) wilbertpol1-4/+0
2023-12-17formats/flacfile.cpp: Added support for compact cassette images in FLAC forma... wilbertpol3-1/+100
2023-12-10lib/formats/fs_fat.cpp: Ignore deleted directory entries. (#11830) wilbertpol1-1/+4
2023-11-20Cleaned up some recent changes a little. Vas Crabb1-1/+1
2023-11-17jvc_dsk: Only match by file size if the file is headerless. Nigel Barnes1-1/+4
2023-11-03Cleaned up some recent commits. Vas Crabb1-4/+4
2023-11-02imagedev/floppy.cpp: Remvoed hard-sectored floppy support. Vas Crabb5-113/+33
2023-11-01nabupc: Add nabu floppy disk formats (#11688) Brian Johnson3-0/+291
2023-10-29formats/imd_dsk: implement get_sectors_per_track() (#11672) Lubomir Rintel1-2/+11
2023-10-08Floppy format API refinements AJR268-1646/+1651
2023-09-30acorn_dsk.cpp: Added Cumana DFS disk image format. Nigel Barnes2-75/+136
2023-09-29Miscellaneous change roll-up: Vas Crabb2-2/+2
2023-09-28formats/uef_cas.cpp: Fixed regression reading floating-point values. Vas Crabb1-2/+2
2023-09-28formats/hti_tape.cpp: Fixed regression detecting magic numbers. Vas Crabb1-1/+1
2023-09-27Filesystem code refactoring (#11570) ajrhacker22-512/+568
2023-09-17formats: Use multibyte.h functions in more files AJR35-274/+284
2023-09-17fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ... AJR5-12/+17
2023-09-17fsmgr.h: Cleanup AJR6-230/+79
2023-09-17imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the... AJR13-196/+65
2023-09-08formats/td0_dsk.cpp: Don't swallow bits and bytes at the end of Huffman-encod... AJR1-13/+14
2023-09-05formats/td0_dsk.cpp: Do more error checking, hopefully eliminating softlocks ... AJR1-4/+25
2023-09-05imagedev/floppy.cpp: Add hard-sector floppy support Eric Anderson5-33/+113
2023-09-04c64: Emulated the TIB Disc Drive DD-001 cartridge. [Curt Coder] Curt Coder2-0/+73
2023-09-02formats/td0_dsk.cpp: Recognize SSDD images for 3(.5)-inch floppy drives. Fixe... AJR1-1/+1
2023-05-23Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy1-7/+7
2023-05-18fix count (#11241) tim lindner1-1/+1
2023-05-15formats/fs_hp98x5.cpp: Added filesystem handlers for HP9825, HP9831 and HP984... fulivi5-13/+1649
2023-04-13roland_s50.cpp: Add floppy format AJR3-0/+74
2023-04-12Cleaned up some recent changes. Vas Crabb2-2/+4