summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ti99_dsk.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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