summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/flopdrv.c
Commit message (Expand)AuthorAgeFilesLines
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-1/+1
* 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
* Cleanup of image device interfaces (nw) Miodrag Milanovic2014-05-021-31/+15
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-4/+3
* Fix initialization of legacy floppy (nw) Miodrag Milanovic2014-04-041-4/+56
* modernized access for legacy floppy, quite straight forward thing (nw) Miodrag Milanovic2014-04-021-392/+238
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-19/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Expanded device_t constructor with parameters for short name and source file ... Miodrag Milanovic2013-03-261-2/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-34/+34
* [APPLE2] Floppy drive cleanups/modernization (nw) Nathan Woods2012-12-231-15/+0
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-2/+2
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-4/+2
* Clean-ups and version bump (yes, I know, it's too late)mame0145u4 Angelo Salese2012-03-111-2/+2
* Sync with MESS (no whatsnew) Miodrag Milanovic2012-03-061-3/+0
* Partial conversion of legacy floppy to modern device (no whatsnew) Miodrag Milanovic2012-03-051-192/+176
* Sync with MESS, including OG's fix for exiting with debugger active (no whats... Miodrag Milanovic2012-01-261-4/+4
* Commented some sanity checks and dependency of MESS code (no whatsnew) Miodrag Milanovic2011-11-161-6/+4
* "English doesn't borrow from other languages. English follows other languages... Scott Stone2011-08-231-1/+1
* floppy_image to floppy_image_legacy rename (no whatsnew) Miodrag Milanovic2011-07-201-2/+2
* Renamed current floppy implementation to legacy (no whatsnew) Miodrag Milanovic2011-07-111-2/+2
* Fixed floppy device issue reading device_displayinfo callback, fixes floppy i... Miodrag Milanovic2011-06-251-2/+2
* Synced with MESS. (nw) Curt Coder2011-06-231-1/+1
* Added index and ready line read functions to floppy drive. [Curt Coder] Curt Coder2011-06-231-0/+11
* Cleanups and version bumpmame0142u6 Angelo Salese2011-06-191-1/+1
* Preps for floppy conversion to c++ device (no whatsnew) Miodrag Milanovic2011-06-181-20/+13
* flopdrv - Added setting of disk change signal on image load (no whatsnew) Miodrag Milanovic2011-06-111-0/+3
* Fixed for apple2fdc softlist loading (no whatsnew) Miodrag Milanovic2011-05-311-3/+7
* Moved format handling and all formats to separate library [Miodrag Milanovic] Miodrag Milanovic2011-05-061-1/+1
* Renamed one image interface call till I am aware what is what (no whatsnew) Miodrag Milanovic2011-05-041-2/+2
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-18/+18
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-6/+6
* cleanups, this time for good Angelo Salese2011-04-171-2/+2
* cassette.c/flopdrv.c: added support for a display info callback function [Mio... Miodrag Milanovic2011-04-081-1/+16
* BIG update. Aaron Giles2011-03-291-15/+15
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-4/+4
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-3/+3
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-2/+2
* Moved image devices implementation and related UI functions to emu section fr... Miodrag Milanovic2011-01-051-0/+1045