| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed |  Olivier Galibert | 2021-05-25 | 1 | -1/+28 |
| * | floppy.cpp: Disable new code when FLUX_SCREEN is #defined as 0 (and thereby w... |  AJR | 2021-05-25 | 1 | -27/+34 |
| * | flux screen: accelerate writes |  Olivier Galibert | 2021-05-25 | 1 | -2/+18 |
| * | Experimental flux viewer, activate by #define FLUX_SCREEN 1 in floppy.cpp |  Olivier Galibert | 2021-05-25 | 1 | -1/+171 |
| * | reorganize the floptool code, add some write support |  Olivier Galibert | 2021-05-24 | 1 | -11/+11 |
| * | pc_formats: Believe it or not, but it seems there has been released pc-format... |  Olivier Galibert | 2021-05-16 | 1 | -0/+2 |
| * | floppy: first steps on metadata, and hopefully make gcc happier on enumerate |  Olivier Galibert | 2021-04-28 | 1 | -3/+3 |
| * | floppy: start block-devicing fielsystem support |  Olivier Galibert | 2021-04-28 | 1 | -6/+13 |
| * | Allow UI file manager to create floppy images before machine is started |  AJR | 2021-04-14 | 1 | -2/+3 |
| * | floppy: Fix an annoyingly subtle write bug |  Olivier Galibert | 2021-03-29 | 1 | -5/+6 |
| * | Turned off log output per step. |  Michael Zapf | 2021-03-21 | 1 | -1/+1 |
| * | apple2gs: updates [R. Belmont] |  arbee | 2021-03-15 | 1 | -1/+10 |
| * | swim2: Correct writing |  Olivier Galibert | 2021-03-06 | 1 | -4/+4 |
| * | floppy: make format determination earlier |  Olivier Galibert | 2021-03-05 | 1 | -7/+12 |
| * | Copypasta my love, finish fixing for osx |  Olivier Galibert | 2021-03-05 | 1 | -2/+2 |
| * | fs_prodos: Explain the init better |  Olivier Galibert | 2021-03-05 | 1 | -7/+4 |
| * | floppy: Beginning of the support for preformatted floppy images. |  Olivier Galibert | 2021-03-05 | 1 | -4/+118 |
| * | superdrive: Theoretically support 720K MFM |  Olivier Galibert | 2021-03-04 | 1 | -1/+1 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 1 | -17/+68 |
| * | mac128: Implement the PWM (NEW_IWM only), fix the via clocks |  Olivier Galibert | 2021-02-23 | 1 | -0/+14 |
| * | floppy: ignore set_write_splice when the motor is not running |  Olivier Galibert | 2021-02-14 | 1 | -1/+1 |
| * | apple floppy: Correct the dskchg polarity. |  Olivier Galibert | 2021-02-12 | 1 | -2/+2 |
| * | floppy: Filter out the writes when write protected, useful when when the appl... |  Olivier Galibert | 2021-02-12 | 1 | -0/+16 |
| * | floppy 525: Better wpt management |  Olivier Galibert | 2021-02-04 | 1 | -7/+18 |
| * | 2gs: Fixes, and more fixes |  Olivier Galibert | 2021-02-04 | 1 | -1/+1 |
| * | 2gs: Better floppy interaction |  Olivier Galibert | 2021-02-04 | 1 | -10/+25 |
| * | iwm: remove disable_mon, move to floppy |  Olivier Galibert | 2021-01-31 | 1 | -2/+6 |
| * | floppy: Be really sure a cleared cache is seen as such |  Olivier Galibert | 2021-01-25 | 1 | -1/+1 |
| * | floppy.cpp: as_ticks returns a u64, so go unsigned all the way |  AJR | 2021-01-25 | 1 | -3/+1 |
| * | floppy: When the floppy head stays on an unformatted track from more than an ... |  Olivier Galibert | 2021-01-25 | 1 | -1/+1 |
| * | floppy: Add dir read on apple floppies |  Olivier Galibert | 2021-01-23 | 1 | -0/+3 |
| * | flopimg: Fix gcr checksum |  Olivier Galibert | 2021-01-22 | 1 | -1/+1 |
| * | Apple 2 floppy drive (diskiing, diskiing13): added sounds (#7685) |  leesaudan2 | 2021-01-21 | 1 | -2/+4 |
| * | swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... |  Olivier Galibert | 2021-01-17 | 1 | -9/+5 |
| * | floppy: fix regression in new floppy [O. Galibert] |  arbee | 2021-01-16 | 1 | -2/+2 |
| * | floppy: fix precision issue and missing cache clear on write |  Olivier Galibert | 2021-01-16 | 1 | -7/+8 |
| * | swim2: Add reading, writing gcr up to track 63. |  Olivier Galibert | 2021-01-15 | 1 | -26/+134 |
| * | mac/swim2: Add apple drivers and associated communications |  Olivier Galibert | 2021-01-11 | 1 | -0/+170 |
| * | Provide the variants to the floppy formats |  Olivier Galibert | 2021-01-09 | 1 | -4/+4 |
| * | Actually build the accepted variants list in floppy |  Olivier Galibert | 2021-01-09 | 1 | -206/+82 |
| * | formats/apridisk.cpp: Don't use megabytes of stack space. |  Vas Crabb | 2020-10-10 | 1 | -5/+3 |
| * | Got rid of global_alloc/global_free. |  Vas Crabb | 2020-10-03 | 1 | -9/+7 |
| * | Complete sound modernization of remaining devices. Legacy callbacks and strea... |  Aaron Giles | 2020-09-28 | 1 | -6/+6 |
| * | Significant internal changes to sound streams (#7169) |  Aaron Giles | 2020-09-13 | 1 | -3/+3 |
| * | Spring cleaning: |  Vas Crabb | 2019-11-01 | 1 | -1/+0 |
| * | srcclean (nw) |  Vas Crabb | 2019-07-28 | 1 | -7/+7 |
| * | floppy: First stab at weak zones handling [O. Galibert] |  Olivier Galibert | 2019-07-01 | 1 | -21/+147 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -3/+2 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+3 |
| * | imagedev\floppy: removed MCFG macros (nw) |  Ivan Vangelista | 2019-01-28 | 1 | -3/+2 |