summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* formats/flopimg.cpp: Fix apparent logic error in write splice setting test AJR2024-02-251-1/+1
* Filesystem code refactoring (#11570) ajrhacker2023-09-2725-512/+573
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-2413-20/+36
* flopimg: Fix issues when wrapping in generate_bitstream_from_track which were... Olivier Galibert2022-04-191-74/+124
* formats/flopimg.cpp: Remove legacy pool allocator usage. (#8216) Aaron Giles2021-06-241-38/+19
* flopimg: don't fault on nibble extraction on degenerated tracks Olivier Galibert2021-03-021-1/+2
* flopimg: Fix wrapping on mac sector extraction Olivier Galibert2021-01-311-2/+8
* flopimg: Fix gcr checksum Olivier Galibert2021-01-222-8/+8
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-2228-671/+743
* formats/flopimg.cpp: Use appropriate standard exceptions for reporting errors... Vas Crabb2020-08-302-13/+13
* Merge pull request #4931 from JoakimLarsson/flop_ns R. Belmont2019-04-261-3/+3
* Merge pull request #4879 from JoakimLarsson/pcw_5 Joakim Larsson Edström2019-04-113-3/+30
* flopimg.h: implemented threshold to accept disk images with a few excess and ... Joakim Larsson Edstrom2019-04-113-3/+30
* flopimg.h: Add debug asserts to help catch geometry errors (nw) AJR2018-07-281-3/+3
* flopimg: save all possible data sectors in fm mode Dirk Best2015-05-311-2/+3
* flopimg: don't trash a bunch of memory when loading legacy floppies. [R. Belm... R. Belmont2014-08-091-1/+1
* (MESS) compclr2: Emulated the keyboard and floppy WIP. (nw) Curt Coder2014-01-1518-789/+1634
* flopimg: When generating a pc layout, don't write the gap3 after the last sec... Olivier Galibert2013-02-091-5/+7
* (MESS) flopimg: Added support for Commodore GCR encoding. [Curt Coder] Curt Coder2013-01-146-18/+695
* flopimg: FM WIP (nw) Curt Coder2013-01-074-33/+36
* Added FM encoding support to flopimg and wd17xx_dsk. [Curt Coder] Curt Coder2013-01-0710-122/+198
* flopimg: Avoid avoidable leaks [O. Galibert] Olivier Galibert2013-01-031-2/+2
* Fixed memory leaks in flopimg.c (nw) Sandro Ronco2012-10-261-1/+1
* flopimg: support MFM formats where sector numbering starts at 0 [R. Belmont] R. Belmont2012-05-303-7/+7