summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/floppy.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-2132/+0
* Invoke step on cylinder change Michael Zapf2015-08-231-15/+6
* fix startup crash on running any system using floppy.c (nw) Lord-Nightmare2015-08-231-0/+1
* Added some state save items Michael Zapf2015-08-231-0/+15
* Step sound is now triggered on edge, not level Michael Zapf2015-08-221-7/+16
* Added samples; changed file name. Michael Zapf2015-08-201-2/+2
* Floppy sounds WIP. See comments in floppy.c. Michael Zapf2015-08-201-3/+165
* pcd: Sinix 1.2 expects different mmu behavior (nw) cracyc2015-08-051-1/+1
* This is it. ti99 says Goodbye to legacy floppy. Michael Zapf2015-07-051-1/+1
* floppy: Ensure that get_next_transition always provide the next transition [O... Olivier Galibert2015-06-051-9/+20
* Fix floppy disk image creation from command line Dirk Best2015-05-211-0/+22
* floppy: truncate files to new size on save Dirk Best2015-05-201-0/+5
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-1/+1
* Nascom: Add floppy softlist Dirk Best2015-05-181-1/+36
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* more astring -> std::string (nw) Miodrag Milanovic2015-04-191-6/+6
* more conversions to std::string (nw) Miodrag Milanovic2015-04-191-2/+2
* Damn unsigned (nw) Olivier Galibert2015-04-151-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-24/+20
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-9/+9
* Capitalise brand names more Zoë Blade2015-04-051-9/+9
* (MESS) floppy.c: initialise error code instead of crashing when menu loads ba... peterferrie2015-01-131-0/+1
* (MESS) ui: fixed for real the wrong confirmation menu being etabeta782015-01-061-2/+2
* (MESS) ui: when ESCing while creating a new floppy image, fall back etabeta782015-01-061-2/+2
* floppy: include cylinder in savestate peterferrie2014-12-121-0/+3
* (MESS) included modern .dsk format among default supported etabeta782014-11-231-0/+1
* Skeleton driver for the Siemens PC-D [Dirk Best, rfka01] Dirk Best2014-11-111-0/+84
* ap2_dsk: edd support [O. Galibert] Olivier Galibert2014-10-271-11/+11
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* (MESS) dmv: added floppy softlist. [Sandro Ronco] Sandro Ronco2014-10-101-0/+1
* (MESS) floppy.c: fixed disks not being launched if loaded Fabio Priuli2014-09-281-36/+8
* ui: fixed crash when loading floppies with no parent software Fabio Priuli2014-09-161-2/+2
* floppy: Change in find_position to avoid missing edges that are very Michael Zapf2014-09-041-1/+1
* floppy: Don't infloop in set_write_splice when there's no floppy (fixes MT567... Olivier Galibert2014-08-261-4/+6
* floppy: Handle half and quarter tracks [O. Galibert] Olivier Galibert2014-08-091-0/+43
* first batch of passing attotime as const reference instead of copy - where po... Oliver Stöneberg2014-07-021-4/+4
* vz300 floppy: Initial modern implementation [O. Galibert] Olivier Galibert2014-06-301-7/+9
* fixed memory leaks in floppy_image_device (nw) Oliver Stöneberg2014-05-141-2/+9
* Oric 1: Spring cleaning [O. Galibert] Olivier Galibert2014-04-121-2/+1
* floppy: splice-related fixes [O. Galibert] Olivier Galibert2014-03-261-0/+9
* and more global_free() -> global_free_array()(nw) Oliver Stöneberg2014-03-171-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-31/+14
* Added trace switch to control log output.(nw) Michael Zapf2014-03-091-1/+7
* (mess) floppy: Fix write over the index pulse and flux change lookup before i... Olivier Galibert2014-02-261-3/+6
* (MESS) c64: Floppy WIP. (nw) Curt Coder2014-02-041-1/+36
* (MESS) Refactored the Commodore 1541/1551/1571/2031 disk drives to use the mo... Curt Coder2014-02-031-2/+2
* Broke apart src/emu/ui/filemngr.?, moved src/emu/uiswlist.? ==> Nathan Woods2014-01-201-1/+1
* Split uiimage.? ==> ui/filemngr.? and ui/tapectrl.? Nathan Woods2014-01-191-1/+1
* floppy.c: add epson smd-165, used in the pf10 Dirk Best2014-01-041-0/+36