summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
Commit message (Expand)AuthorAgeFilesLines
* Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-3/+3
* Spring cleaning: Vas Crabb2019-11-011-1/+0
* srcclean (nw) Vas Crabb2019-07-281-7/+7
* floppy: First stab at weak zones handling [O. Galibert] Olivier Galibert2019-07-011-21/+147
* (nw) Clean up the mess on master Vas Crabb2019-03-261-3/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+3
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-3/+2
* use the magic macros in mips.cpp, change signature of stuff in floppy.h to hi... Vas Crabb2018-11-291-6/+2
* (nw) fix stuff: Vas Crabb2018-11-291-1/+5
* Revert "floppy: Add an optional spinup delay to prevent unrealistic fast resp... Olivier Galibert2018-06-181-56/+14
* floppy: Add an optional spinup delay to prevent unrealistic fast responses. D... Michael Zapf2018-06-181-14/+56
* Floppy robustification, better bitstream handling [John Keoni Morris, Peter F... Olivier Galibert2018-05-261-14/+8
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-5/+5
* floppy: Created floppies need to be initialized the same way as loaded floppies Dirk Best2018-05-081-24/+27
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-1/+1
* de-staticify initializations for src/devices/sound (nw) Wilbert Pol2018-02-251-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* 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