summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/ti99_dsk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting, sorry for this vconv needs to be updated (nw) Miodrag Milanovic2014-03-311-3/+2
* VS2013 x64 is little bit more anal about signed/unsigned comparison (nw) Miodrag Milanovic2014-03-311-2/+3
* converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw) Oliver Stöneberg2014-03-291-28/+6
* and more global_free() -> global_free_array()(nw) Oliver Stöneberg2014-03-171-2/+2
* (MESS) Floppy modernization, part 2. Michael Zapf2014-03-091-135/+776
* (MESS) Minor changes to tifdc; added 360K MFM format to ti99_dsk. (nw) Michael Zapf2014-02-131-4/+8
* Formats detected with size only should not have a confidence higher than 50 (nw) Olivier Galibert2014-02-121-2/+2
* (MESS) Changing to new floppy implementation, part 1. Michael Zapf2014-02-121-0/+223
* [MESS] ti99/geneve: Now accepts a variant of the disk format which has Michael Zapf2012-11-171-18/+32
* Sync with MAME (nw) Miodrag Milanovic2012-01-311-1/+1
* Renamed FLOPPY_OPTION* to LEGACY_FLOPPY_OPTION* (no whatsnew) Miodrag Milanovic2011-07-201-4/+4
* floppy_image to floppy_image_legacy rename (no whatsnew) Miodrag Milanovic2011-07-201-29/+29
* Fix for tools building (no whatsnew) Miodrag Milanovic2011-05-101-1/+0
* Fix issues with define of logerror (no whatsnew) Miodrag Milanovic2011-05-071-26/+26
* Moved format handling and all formats to separate library [Miodrag Milanovic] Miodrag Milanovic2011-05-061-0/+2037