summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
Commit message (Expand)AuthorAgeFilesLines
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-271-17/+8
* flux viewer switched on by mistake Olivier Galibert2021-05-261-1/+1
* vtech: Add floppy formats and fs Olivier Galibert2021-05-261-1/+1
* floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed Olivier Galibert2021-05-251-1/+28
* floppy.cpp: Disable new code when FLUX_SCREEN is #defined as 0 (and thereby w... AJR2021-05-251-27/+34
* flux screen: accelerate writes Olivier Galibert2021-05-251-2/+18
* Experimental flux viewer, activate by #define FLUX_SCREEN 1 in floppy.cpp Olivier Galibert2021-05-251-1/+171
* reorganize the floptool code, add some write support Olivier Galibert2021-05-241-11/+11
* pc_formats: Believe it or not, but it seems there has been released pc-format... Olivier Galibert2021-05-161-0/+2
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-3/+3
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-6/+13
* Allow UI file manager to create floppy images before machine is started AJR2021-04-141-2/+3
* 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