summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ti99_dsk.cpp
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-15/+8
* Floppy format API refinements AJR2023-10-081-12/+12
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-7/+7
* Fixed some misspelling occurrences here and there. (#10605) 0kmg2022-12-031-1/+1
* floppy: revisit the identify returns Olivier Galibert2022-03-301-4/+4
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-2/+2
* Constify the floppy image handling interface Olivier Galibert2022-03-301-14/+14
* Filesystem code cleanup AJR2021-12-141-1/+1
* fixes for variables set but not used smf-2021-11-071-1/+1
* Formats-related refactoring AJR2021-09-111-1/+0
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-26/+49
* srcclean in preparation for release Vas Crabb2021-03-281-2/+2
* ti99: Fixed some rarely used TDF floppy format variants. Michael Zapf2021-03-211-17/+23
* formats: Create mame_formats_full_list which gives access to all the supporte... Olivier Galibert2021-03-041-1/+1
* flopimg: Change the extracted bitstreams into vector<bool> Olivier Galibert2021-01-221-14/+5
* Provide the variants to the floppy formats Olivier Galibert2021-01-091-4/+4
* formats: permission from Nigel Barnes to relicense Acorn and AFS disk handler... Vas Crabb2020-04-131-1/+1
* (nw) formats: reduce dependencies on libemu Vas Crabb2020-04-131-5/+7
* use C++ library includes (nw) firewave2020-01-221-3/+3
* ti99_dsk.cpp: Change `crc` type to uint16_t here, too (nw) AJR2018-08-041-1/+1
* ti99_dsk.cpp: More appropriate variable type which will hopefully make MSVC h... AJR2018-08-041-1/+1
* (nw) Fixed the build. Robbbert2018-08-041-1/+1
* ti99: Fixed long-standing TDF bug; added support for 16-sector formats Michael Zapf2018-08-031-620/+956
* ti99: Fixed disk creation via OSD Michael Zapf2018-05-041-4/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-25/+25
* ti99: Explicitly add the cell_size to mfm_w call (nw) Michael Zapf2016-09-051-6/+6
* ti99: Fixed another issue with double stepping. Michael Zapf2016-08-251-16/+41
* ti99: Forgot to reset the TRACE flag. Michael Zapf2016-08-241-1/+1
* Forgot srcclean Michael Zapf2016-08-241-1/+1
* ti99: Fix a problem with formatted disk images that do not match the expected... Michael Zapf2016-08-241-6/+9
* hdc92x4: Added 9224 emulation; ti99_dsk: Fixed issue with deleted data marks ... Michael Zapf2016-08-141-23/+24
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1134