summaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/floptool.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* formats/fs_fat.cpp: Various fixes AJR2024-02-101-1/+1
* Floppy format API refinements AJR2023-10-081-14/+14
* Filesystem code refactoring (#11570) ajrhacker2023-09-271-0/+2
* Added support for specifying volume attributes in 'floptool flopcreate' (#9590) npwoods2022-10-161-4/+34
* corefile.h: Move filename utilities to path.h AJR2022-09-251-1/+1
* Miscellaneous fixes: Vas Crabb2022-08-281-2/+2
* formats: Fixed some unused local variable compiler errors. (#10251) napobear2022-08-251-0/+2
* fs: new API, blk_t is probably going to change too Olivier Galibert2022-06-281-91/+48
* Changed fs::meta_value::to_string() to not be static and not require meta_typ... npwoods2022-04-031-3/+3
* floppy: revisit the identify returns Olivier Galibert2022-03-301-1/+7
* floptool: Allow creating unformatted images again Olivier Galibert2022-03-231-1/+1
* Fixing error message in Floptool (#9404) npwoods2022-03-191-2/+2
* floptool: Fixed typo in error message. (#9365) pnp20842022-03-041-1/+1
* Created an initial file system implementation for OS-9 under the CoCo (#9096) npwoods2022-01-071-0/+4
* Fixing floptool usage message: (#9088) npwoods2022-01-041-22/+27
* Added a 'version' verb to floptool (#9079) npwoods2022-01-041-0/+10
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-21/+21
* Filesystem code cleanup AJR2021-12-141-1/+5
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-7/+9
* srcclean in preparation for release Vas Crabb2021-06-271-12/+12
* reorganize the floptool code, add some write support Olivier Galibert2021-05-241-702/+251
* srcclean for release Vas Crabb2021-05-231-3/+3
* floptool - format/filesystem errors were printing the wrong argument (#8088) ksherlock2021-05-211-4/+4
* jasmin: Support write Olivier Galibert2021-05-161-53/+276
* prodos: Add file and resource reading Olivier Galibert2021-05-111-47/+140
* prodos: Start of read support Olivier Galibert2021-05-021-75/+124
* fs: Add full jasmin read support Olivier Galibert2021-04-301-3/+205
* floptool.cpp: Be stricter about types. Vas Crabb2021-04-301-4/+4
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-6/+85
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-14/+37
* srcclean in preparation for release Vas Crabb2021-03-281-3/+3
* Try to fix osx compile Olivier Galibert2021-03-051-2/+2
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-2/+232
* formats: Create mame_formats_full_list which gives access to all the supporte... Olivier Galibert2021-03-041-113/+51
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-1/+1
* ap_dsk35: make .2MG its own separate format handler [R. Belmont] arbee2021-02-051-0/+1
* Added Apple 2 disk image format: .nib (read-only support) (#7725) leesaudan22021-01-301-0/+1
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-221-0/+1
* Update floptool to the new prototypes Olivier Galibert2021-01-091-3/+5
* Low-level #include overhaul AJR2021-01-021-0/+1
* MDOS disk format support 68bit2020-07-031-1/+5
* ibmxdf_dsk: IBM Extended Disk Format support (nw) Sergey Svishchev2020-03-021-0/+2
* wd177x_dsk: generalize to allow custom track format variations 68bit2020-02-081-0/+4
* srcclean, manual adjustments (nw) Vas Crabb2020-01-261-1/+1
* use C++ library includes (nw) firewave2020-01-221-7/+7
* Emulation of isbc202 floppy disk controller (#6119) fulivi2020-01-041-0/+2
* swtpc09: add a UniFLEX specific floppy format. 68bit2019-08-131-1/+7
* add write support for Olivetti M20 floppy images Christian Groessler2019-08-061-1/+3
* agat: basic emulation of agat9 (video, apple compat mode, LLE floppy) Sergey Svishchev2019-07-021-1/+8
* apple2: Add WOZ format [O. Galibert] Olivier Galibert2018-04-241-0/+1