| Commit message (Expand) | Author | Age | Files | Lines |
| * | casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) |  Devin Acker | 2025-06-21 | 1 | -0/+1 |
| * | New sound infrastructure. |  Olivier Galibert | 2025-04-27 | 1 | -1/+1 |
| * | dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... |  Vas Crabb | 2024-11-27 | 1 | -3/+3 |
| * | imagedev/floppy.h: Remove #include "screen.h" |  AJR | 2024-09-30 | 1 | -1/+1 |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -7/+7 |
| * | Floppy fixes and refinements |  AJR | 2024-09-12 | 1 | -0/+1 |
| * | imagedev/floppy.cpp: Add single-density 3" drive types |  AJR | 2024-09-08 | 1 | -0/+2 |
| * | floppy.cpp: Use standard drives for hard-sectored systems (#12727) |  Mark Garlanger | 2024-09-08 | 1 | -1/+7 |
| * | Floppy hard-sector support. Mix of Eric Anderson's and Mark |  Eric Anderson | 2024-09-01 | 1 | -30/+3 |
| * | imagedev/floppy: fix a bug with reading the first 1-bit on a track (#12439) |  Roman Donchenko | 2024-06-04 | 1 | -1/+0 |
| * | imagedev/floppy.cpp: Delete unused getter that leaked details |  AJR | 2024-02-11 | 1 | -1/+0 |
| * | floppy.cpp: Update class variables to current naming convention. (#11851) |  Mark Garlanger | 2024-01-20 | 1 | -60/+60 |
| * | imagedev/floppy.cpp: Remvoed hard-sectored floppy support. |  Vas Crabb | 2023-11-02 | 1 | -1/+0 |
| * | Remove flopimg.h and fsmgr.h from floppy device header |  AJR | 2023-09-24 | 1 | -13/+10 |
| * | imagedev/floppy.cpp: Add hard-sector floppy support |  Eric Anderson | 2023-09-05 | 1 | -0/+1 |
| * | floppy.cpp: add Teac FD55-A and FD55-B drive types (#11342) |  Mark Garlanger | 2023-06-16 | 1 | -0/+2 |
| * | Restored ability of for image devices to report specific error messages. |  Vas Crabb | 2023-04-08 | 1 | -2/+2 |
| * | -Improved some Lua APIs: |  Vas Crabb | 2023-04-07 | 1 | -2/+2 |
| * | API change for device_image_interface |  AJR | 2023-03-30 | 1 | -3/+3 |
| * | imagedev/floppy: Eliminate superfluous return value for load callback |  AJR | 2023-02-26 | 1 | -1/+1 |
| * | Various cleanups: |  Vas Crabb | 2023-02-27 | 1 | -8/+13 |
| * | Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... |  npwoods | 2022-09-19 | 1 | -2/+3 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -2/+2 |
| * | Changed floppy_image_device::identify() to take std::string_view instead of s... |  npwoods | 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 | -3/+2 |
| * | floppy: Change the internal format to flux changes, update the mfi format acc... |  Olivier Galibert | 2022-03-30 | 1 | -3/+11 |
| * | floppy: remove the intermediate allocator |  Olivier Galibert | 2022-03-30 | 1 | -12/+12 |
| * | devices/*: Removed extra semicolons after function bodies in headers. (#9275) |  0kmg | 2022-02-06 | 1 | -2/+2 |
| * | 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 | -4/+3 |
| * | Move filesystem library into separate namespace and use shorter uX type names... |  AJR | 2021-12-31 | 1 | -9/+9 |
| * | enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... |  tim lindner | 2021-06-03 | 1 | -0/+1 |
| * | floppy: fix the build |  Patrick Mackinlay | 2021-06-01 | 1 | -0/+1 |
| * | floppy: Change the formats from an intrusive list to a vector |  Olivier Galibert | 2021-05-27 | 1 | -2/+2 |
| * | floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed |  Olivier Galibert | 2021-05-25 | 1 | -0/+2 |
| * | flux screen: accelerate writes |  Olivier Galibert | 2021-05-25 | 1 | -1/+1 |
| * | Experimental flux viewer, activate by #define FLUX_SCREEN 1 in floppy.cpp |  Olivier Galibert | 2021-05-25 | 1 | -0/+29 |
| * | reorganize the floptool code, add some write support |  Olivier Galibert | 2021-05-24 | 1 | -4/+6 |
| * | floppy: first steps on metadata, and hopefully make gcc happier on enumerate |  Olivier Galibert | 2021-04-28 | 1 | -1/+1 |
| * | floppy: start block-devicing fielsystem support |  Olivier Galibert | 2021-04-28 | 1 | -8/+9 |
| * | apple2gs: updates [R. Belmont] |  arbee | 2021-03-15 | 1 | -3/+5 |
| * | floppy: make format determination earlier |  Olivier Galibert | 2021-03-05 | 1 | -1/+1 |
| * | floppy: Beginning of the support for preformatted floppy images. |  Olivier Galibert | 2021-03-05 | 1 | -0/+46 |
| * | floppies: Turn the format arrays into function calls. Create a default "mfm"... |  Olivier Galibert | 2021-03-02 | 1 | -38/+21 |
| * | mac128: Implement the PWM (NEW_IWM only), fix the via clocks |  Olivier Galibert | 2021-02-23 | 1 | -0/+1 |
| * | floppy: Filter out the writes when write protected, useful when when the appl... |  Olivier Galibert | 2021-02-12 | 1 | -1/+5 |
| * | floppy 525: Better wpt management |  Olivier Galibert | 2021-02-04 | 1 | -0/+2 |
| * | iwm: remove disable_mon, move to floppy |  Olivier Galibert | 2021-01-31 | 1 | -1/+2 |
| * | swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... |  Olivier Galibert | 2021-01-17 | 1 | -1/+0 |
| * | floppy: fix precision issue and missing cache clear on write |  Olivier Galibert | 2021-01-16 | 1 | -1/+2 |