summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.h
Commit message (Expand)AuthorAgeFilesLines
* casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) Devin Acker2025-06-211-0/+1
* New sound infrastructure. Olivier Galibert2025-04-271-1/+1
* dynax/dynax.cpp: Added DIP switches that are sometimes populated to Ougon no ... Vas Crabb2024-11-271-3/+3
* imagedev/floppy.h: Remove #include "screen.h" AJR2024-09-301-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-7/+7
* Floppy fixes and refinements AJR2024-09-121-0/+1
* imagedev/floppy.cpp: Add single-density 3" drive types AJR2024-09-081-0/+2
* floppy.cpp: Use standard drives for hard-sectored systems (#12727) Mark Garlanger2024-09-081-1/+7
* Floppy hard-sector support. Mix of Eric Anderson's and Mark Eric Anderson2024-09-011-30/+3
* imagedev/floppy: fix a bug with reading the first 1-bit on a track (#12439) Roman Donchenko2024-06-041-1/+0
* imagedev/floppy.cpp: Delete unused getter that leaked details AJR2024-02-111-1/+0
* floppy.cpp: Update class variables to current naming convention. (#11851) Mark Garlanger2024-01-201-60/+60
* imagedev/floppy.cpp: Remvoed hard-sectored floppy support. Vas Crabb2023-11-021-1/+0
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-241-13/+10
* imagedev/floppy.cpp: Add hard-sector floppy support Eric Anderson2023-09-051-0/+1
* floppy.cpp: add Teac FD55-A and FD55-B drive types (#11342) Mark Garlanger2023-06-161-0/+2
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-2/+2
* -Improved some Lua APIs: Vas Crabb2023-04-071-2/+2
* API change for device_image_interface AJR2023-03-301-3/+3
* imagedev/floppy: Eliminate superfluous return value for load callback AJR2023-02-261-1/+1
* Various cleanups: Vas Crabb2023-02-271-8/+13
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-191-2/+3
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Changed floppy_image_device::identify() to take std::string_view instead of s... npwoods2022-04-241-1/+1
* Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f... npwoods2022-04-111-3/+2
* floppy: Change the internal format to flux changes, update the mfi format acc... Olivier Galibert2022-03-301-3/+11
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-12/+12
* devices/*: Removed extra semicolons after function bodies in headers. (#9275) 0kmg2022-02-061-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* device_image_interface: Interface overhaul AJR2022-01-061-4/+3
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-9/+9
* enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... tim lindner2021-06-031-0/+1
* floppy: fix the build Patrick Mackinlay2021-06-011-0/+1
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-271-2/+2
* floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed Olivier Galibert2021-05-251-0/+2
* flux screen: accelerate writes Olivier Galibert2021-05-251-1/+1
* Experimental flux viewer, activate by #define FLUX_SCREEN 1 in floppy.cpp Olivier Galibert2021-05-251-0/+29
* reorganize the floptool code, add some write support Olivier Galibert2021-05-241-4/+6
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-1/+1
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-8/+9
* apple2gs: updates [R. Belmont] arbee2021-03-151-3/+5
* floppy: make format determination earlier Olivier Galibert2021-03-051-1/+1
* floppy: Beginning of the support for preformatted floppy images. Olivier Galibert2021-03-051-0/+46
* floppies: Turn the format arrays into function calls. Create a default "mfm"... Olivier Galibert2021-03-021-38/+21
* mac128: Implement the PWM (NEW_IWM only), fix the via clocks Olivier Galibert2021-02-231-0/+1
* floppy: Filter out the writes when write protected, useful when when the appl... Olivier Galibert2021-02-121-1/+5
* floppy 525: Better wpt management Olivier Galibert2021-02-041-0/+2
* iwm: remove disable_mon, move to floppy Olivier Galibert2021-01-311-1/+2
* swim2: Add mfm read, fix mfm write and mfm detection. SWIM2 seems done at th... Olivier Galibert2021-01-171-1/+0
* floppy: fix precision issue and missing cache clear on write Olivier Galibert2021-01-161-1/+2