summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
Commit message (Expand)AuthorAgeFilesLines
* floppy: Add TEAC FD-30A 3 inch floppy drive Dirk Best2017-11-011-0/+36
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* hiscore.dat: updates [Leezer] cracyc2017-10-151-2/+3
* isbc: these break the SCT (nw) cracyc2017-09-301-1/+1
* floppy: Add drive LED callback Dirk Best2017-08-271-21/+33
* floppy: Added FLOPPY_HFE_FORMAT to default_floppy_formats. Nigel Barnes2017-08-241-0/+1
* HP9845: improved keyboard mapping & German layout (#2351) fulivi2017-06-051-1/+1
* some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-021-5/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* floppy: Fix for a segfault when emulating HP9895 drive [F.Ulivi] fulivi2017-05-211-1/+8
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-97/+93
* Fix compile error noticed on VS (nw) Miodrag Milanovic2017-03-261-1/+1
* Oops (nw) AJR2017-03-031-1/+1
* Device validation fixes, floppy edition (nw) AJR2017-03-031-4/+4
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-8/+0
* Self-registering devices prep: Vas Crabb2017-02-271-60/+62
* remove tag() argument from logerror() calls in cpu/i86, floppy code Sergey Svishchev2017-02-201-2/+2
* Merge pull request #1974 from shattered/_55d0495 R. Belmont2017-01-141-4/+13
|\
| * imagedev/floppy: add has_trk00 property, initially for IBM 6360 8-inch drives Sergey Svishchev2017-01-151-2/+3
| * imagedev/floppy: add 'dskchg_writable' property (for Sony Microfloppy drives) Sergey Svishchev2017-01-151-2/+10
* | Taito 68705 interface improvements: Vas Crabb2017-01-151-0/+4
* | floppy: Added TODO comments; revert stp_w ignore on spin-up until further evi... Michael Zapf2017-01-131-2/+10
* | Fix for duplicate device description issue between ibm_6360 and floppy_8_sssd... Scott Stone2017-01-111-1/+1
|/
* IBM 6580 Displaywriter de-skeletonization [shattered] Sergey Svishchev2017-01-101-0/+34
* floppy: Forgot to remove the logerror output (nw) Michael Zapf2017-01-051-1/+1
* floppy: Inhibit reading/stepping until drive has spun up; this concerns drive... Michael Zapf2017-01-051-1/+6
* upd765: isbc215 format expects sector size to be in result (nw) cracyc2016-12-031-0/+4
* Revert "using of IS_ENABLED in files used in tiny build (nw)" Miodrag Milanovic2016-11-121-2/+2
* using of IS_ENABLED in files used in tiny build (nw) Miodrag Milanovic2016-11-111-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-88/+88
* Improved floppy sound emulation. Michael Zapf2016-08-251-140/+293
* Initial modernization of Phil's CMI IIx driver, nw therealmogminer@gmail.com2016-08-161-1/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-7/+7
* Created device_image_interface::add_format() protected member and made device... Nathan Woods2016-07-311-1/+1
* Converted a number of zippath calls that took 'const char *' to std::string Nathan Woods2016-07-291-1/+1
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-1/+1
* m_formatlist is now vector (nw) Miodrag Milanovic2016-06-191-1/+1
* gcc 6.1.1 warning fixes (nw) Olivier Galibert2016-06-161-8/+8
* Workaround for MT 06194 (potential segfault during floppy load) AJR2016-05-011-1/+7
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-159/+0
* * Remove confusing method from vectorstreams that hide base_ios method (fixes... Vas Crabb2016-03-181-3/+3
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-7/+7
* floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese... Olivier Galibert2016-03-101-9/+9
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-7/+8
* Some missed in menu conversion. dankan18902016-01-311-4/+4
* reverting: Miodrag Milanovic2016-01-201-35/+35
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-35/+35
* image_manager modernized and move some things around (nw) Miodrag Milanovic2016-01-111-1/+0