summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/wozfdc.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-587/+0
* Added some that could be tracked in emu section (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* small cleanup (nw) Miodrag Milanovic2015-04-221-2/+1
* some astring to std::string conversion (nw) Miodrag Milanovic2015-04-181-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* wozfdc: Reduce the flux inversion pulse duration to the minimum [Peter Ferrie... Olivier Galibert2015-02-211-4/+2
* fixed usage of uninitialized member in wozfdc_device (nw) Oliver Stöneberg2014-10-231-0/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-3/+3
* (MESS) Even better apple3 drive select. [Paul Hagstrom] R. Belmont2014-09-081-1/+1
* (MESS) apple3: Further improvements to drive select (nw) R. Belmont2014-09-071-7/+34
* (MESS) apple3: invert enable1 sense, external drive selection now works prope... R. Belmont2014-09-071-1/+1
* (MESS) apple3: refresh selected drive after the softswitches are changed. [Pa... R. Belmont2014-09-061-0/+5
* floppy: Handle half and quarter tracks [O. Galibert] Olivier Galibert2014-08-091-20/+3
* Cleanups and version bump Miodrag Milanovic2014-07-221-15/+14
* (MESS) apple3: now using the cycle-accurate floppy emulation. [R. Belmont] R. Belmont2014-07-041-2/+2
* first batch of passing attotime as const reference instead of copy - where po... Oliver Stöneberg2014-07-021-2/+2
* fixed usage of uninitialized member in wozfdc_device (nw) Oliver Stöneberg2014-04-241-0/+1
* no need for including assert.h since overload is in emucore.h that we already... Miodrag Milanovic2014-04-151-1/+0
* Appease MSVC compiler Nathan Woods2014-04-121-1/+1
* (MESS) Apple II: implemented cycle-exact Disk II floppy controller using the ... R. Belmont2014-04-121-0/+573