summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* start putting noexcept on things that have no business throwing exceptions, s... Vas Crabb2019-11-101-11/+13
* Spring cleaning: Vas Crabb2019-11-011-2/+1
* floppy: First stab at weak zones handling [O. Galibert] Olivier Galibert2019-07-011-2/+17
* (nw) Clean up the mess on master Vas Crabb2019-03-261-13/+0
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-0/+13
* imagedev\floppy: removed MCFG macros (nw) Ivan Vangelista2019-01-281-13/+0
* use the magic macros in mips.cpp, change signature of stuff in floppy.h to hi... Vas Crabb2018-11-291-3/+3
* wd_fdc: Simplify API. Plus some collateral damage [O. Galibert] Olivier Galibert2018-08-101-0/+10
* -via6522: Removed MCFG acessors, nw mooglyguy2018-08-091-2/+2
* misc cleanup and stuff to make macro removal easier (nw) Vas Crabb2018-07-051-1/+11
* Revert "floppy: Add an optional spinup delay to prevent unrealistic fast resp... Olivier Galibert2018-06-181-13/+0
* floppy: Add an optional spinup delay to prevent unrealistic fast responses. D... Michael Zapf2018-06-181-0/+13
* floppy: Created floppies need to be initialized the same way as loaded floppies Dirk Best2018-05-081-0/+2
* floppy: Add TEAC FD-30A 3 inch floppy drive Dirk Best2017-11-011-0/+1
* floppy.h: Don't change sides if the drive has only one head. (nw) Curt Coder2017-10-121-1/+1
* floppy: Add drive LED callback Dirk Best2017-08-271-0/+9
* Further improvements to slot option validation (nw) AJR2017-06-101-0/+5
* some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-021-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-74/+48
* Make device_image_interface::update_names a private method called automatical... AJR2017-03-031-1/+0
* Merge pull request #1974 from shattered/_55d0495 R. Belmont2017-01-141-1/+4
|\
| * imagedev/floppy: add has_trk00 property, initially for IBM 6360 8-inch drives Sergey Svishchev2017-01-151-1/+2
| * imagedev/floppy: add 'dskchg_writable' property (for Sony Microfloppy drives) Sergey Svishchev2017-01-151-0/+2
* | Taito 68705 interface improvements: Vas Crabb2017-01-151-0/+3
|/
* IBM 6580 Displaywriter de-skeletonization [shattered] Sergey Svishchev2017-01-101-0/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-15/+15
* Added HxC HFE disk format. Michael Zapf2016-09-181-0/+2
* Improved floppy sound emulation. Michael Zapf2016-08-251-23/+18
* Redo of split of src/emu/softlist.[cpp|h] Nathan Woods2016-08-021-0/+1
* Turn image init/validate into scoped enums to avoid accidental casts to/from ... Vas Crabb2016-08-011-3/+3
* Vas Crabb feedback: Replacing the enum with a class hierarchy, derived from ... Nathan Woods2016-07-231-1/+1
* device_image_interface::call_softlist_load() was a virtual function where eve... Nathan Woods2016-07-211-1/+1
* Consolidating implementations of create_option_guide() that return nullptr Nathan Woods2016-07-131-1/+0
* C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch... Nathan Woods2016-07-071-1/+1
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-1/+1
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-23/+0
* atom: added softlists for cassettes and floppies Nigel Barnes2016-01-231-2/+5
* reverting: Miodrag Milanovic2016-01-201-4/+4
* 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-4/+4
* override for for macros that could not be auto recognized by tools (nw) Miodrag Milanovic2015-12-061-3/+3
* fix clang detected missing override (nw) Miodrag Milanovic2015-12-031-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-25/+25
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-0/+1
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-6/+6
* fix power switch, kb beep and fdd sounds kara10010002015-10-091-11/+20
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+357