| Commit message (Expand) | Author | Age | Files | Lines |
| * | imagedev/floppy.cpp: Delete unused getter that leaked details |  AJR | 2024-02-11 | 1 | -5/+0 |
| * | floppy.cpp: Update class variables to current naming convention. (#11851) |  Mark Garlanger | 2024-01-20 | 1 | -550/+550 |
| * | imagedev/floppy.cpp: Remvoed hard-sectored floppy support. |  Vas Crabb | 2023-11-02 | 1 | -42/+6 |
| * | Floppy format API refinements |  AJR | 2023-10-08 | 1 | -3/+3 |
| * | imagedev/floppy.cpp: Workaround for index timing regression |  AJR | 2023-10-02 | 1 | -2/+2 |
| * | Remove flopimg.h and fsmgr.h from floppy device header |  AJR | 2023-09-24 | 1 | -0/+16 |
| * | imagedev/floppy.cpp: Add hard-sector floppy support |  Eric Anderson | 2023-09-05 | 1 | -6/+42 |
| * | floppy.cpp: add Teac FD55-A and FD55-B drive types (#11342) |  Mark Garlanger | 2023-06-16 | 1 | -2/+62 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -13/+9 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -21/+15 |
| * | imagedev/floppy.cpp: Fix build |  AJR | 2023-02-26 | 1 | -1/+1 |
| * | Various cleanups: |  Vas Crabb | 2023-02-27 | 1 | -5/+0 |
| * | floppy sound: fix spin sample oob access |  hap | 2022-12-06 | 1 | -3/+6 |
| * | Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... |  npwoods | 2022-09-19 | 1 | -2/+8 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -9/+4 |
| * | Revert "tests" |  hap | 2022-04-26 | 1 | -23/+0 |
| * | Revert "debug" |  hap | 2022-04-26 | 1 | -2/+1 |
| * | debug |  Olivier Galibert | 2022-04-26 | 1 | -1/+2 |
| * | tests |  Olivier Galibert | 2022-04-26 | 1 | -0/+23 |
| * | Changed floppy_image_device::identify() to take std::string_view instead of s... |  npwoods | 2022-04-24 | 1 | -1/+1 |
| * | srcclean in preparation for 0.243 |  Vas Crabb | 2022-04-24 | 1 | -1/+1 |
| * | Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f... |  npwoods | 2022-04-11 | 1 | -5/+2 |
| * | Changed floppy_image_device::init_fs() to set the dirty bit on the floppy ima... |  npwoods | 2022-04-03 | 1 | -0/+3 |
| * | floppy: revisit the identify returns |  Olivier Galibert | 2022-03-30 | 1 | -0/+2 |
| * | floppy: Change the internal format to flux changes, update the mfi format acc... |  Olivier Galibert | 2022-03-30 | 1 | -146/+120 |
| * | floppy: remove the intermediate allocator |  Olivier Galibert | 2022-03-30 | 1 | -25/+17 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | device_image_interface: Interface overhaul |  AJR | 2022-01-06 | 1 | -1/+6 |
| * | Move filesystem library into separate namespace and use shorter uX type names... |  AJR | 2021-12-31 | 1 | -6/+6 |
| * | util: Further API cleanups: (#8661) |  Vas Crabb | 2021-10-05 | 1 | -3/+4 |
| * | formats, osd, util: Started refactoring file I/O stuff. (#8456) |  Vas Crabb | 2021-08-22 | 1 | -102/+42 |
| * | enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... |  tim lindner | 2021-06-03 | 1 | -1/+37 |
| * | floppy: Change the formats from an intrusive list to a vector |  Olivier Galibert | 2021-05-27 | 1 | -17/+8 |
| * | flux viewer switched on by mistake |  Olivier Galibert | 2021-05-26 | 1 | -1/+1 |
| * | vtech: Add floppy formats and fs |  Olivier Galibert | 2021-05-26 | 1 | -1/+1 |
| * | 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 |