summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
Commit message (Expand)AuthorAgeFilesLines
* floppy: Fix an annoyingly subtle write bug Olivier Galibert2021-03-291-5/+6
* Turned off log output per step. Michael Zapf2021-03-211-1/+1
* apple2gs: updates [R. Belmont] arbee2021-03-151-1/+10
* swim2: Correct writing Olivier Galibert2021-03-061-4/+4
* floppy: make format determination earlier Olivier Galibert2021-03-051-7/+12
* Copypasta my love, finish fixing for osx Olivier Galibert2021-03-051-2/+2
* fs_prodos: Explain the init better Olivier Galibert2021-03-051-7/+4
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-4/+118
* superdrive: Theoretically support 720K MFM Olivier Galibert2021-03-041-1/+1
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-17/+68
* mac128: Implement the PWM (NEW_IWM only), fix the via clocks Olivier Galibert2021-02-231-0/+14
* floppy: ignore set_write_splice when the motor is not running Olivier Galibert2021-02-141-1/+1
* apple floppy: Correct the dskchg polarity. Olivier Galibert2021-02-121-2/+2
* floppy: Filter out the writes when write protected, useful when when the appl... Olivier Galibert2021-02-121-0/+16
* floppy 525: Better wpt management Olivier Galibert2021-02-041-7/+18
* 2gs: Fixes, and more fixes Olivier Galibert2021-02-041-1/+1
* 2gs: Better floppy interaction Olivier Galibert2021-02-041-10/+25
* iwm: remove disable_mon, move to floppy Olivier Galibert2021-01-311-2/+6
* floppy: Be really sure a cleared cache is seen as such Olivier Galibert2021-01-251-1/+1
* floppy.cpp: as_ticks returns a u64, so go unsigned all the way AJR2021-01-251-3/+1
* floppy: When the floppy head stays on an unformatted track from more than an ... Olivier Galibert2021-01-251-1/+1
* floppy: Add dir read on apple floppies Olivier Galibert2021-01-231-0/+3
* flopimg: Fix gcr checksum Olivier Galibert2021-01-221-1/+1
* Apple 2 floppy drive (diskiing, diskiing13): added sounds (#7685) leesaudan22021-01-211-2/+4
* swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... Olivier Galibert2021-01-171-9/+5
* floppy: fix regression in new floppy [O. Galibert] arbee2021-01-161-2/+2
* floppy: fix precision issue and missing cache clear on write Olivier Galibert2021-01-161-7/+8
* swim2: Add reading, writing gcr up to track 63. Olivier Galibert2021-01-151-26/+134
* mac/swim2: Add apple drivers and associated communications Olivier Galibert2021-01-111-0/+170
* Provide the variants to the floppy formats Olivier Galibert2021-01-091-4/+4
* Actually build the accepted variants list in floppy Olivier Galibert2021-01-091-206/+82
* formats/apridisk.cpp: Don't use megabytes of stack space. Vas Crabb2020-10-101-5/+3
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-9/+7
* Complete sound modernization of remaining devices. Legacy callbacks and strea... Aaron Giles2020-09-281-6/+6
* 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