summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
Commit message (Expand)AuthorAgeFilesLines
* floppy_sound: Minor cleanupfloppysound Michael Zapf2026-04-261-17/+24
* floppy: Set common directory for default samples, leftover from testing Michael Zapf2026-04-071-2/+2
* floppy: Reworked floppy sound support with a single sample list and default h... Michael Zapf2026-04-041-134/+179
* floppysound: Working with custom lists, no more macros. Michael Zapf2026-03-081-316/+303
* Merge branch 'master' into floppysound Michael Zapf2026-01-301-2/+28
|\
| * lisa: Massive updates Olivier Galibert2026-01-071-2/+28
* | floppy: Allows definition of custom sound lists and fixes Amiga pitch glitche... Michael Zapf2025-11-231-227/+472
|/
* Revert "floppy: Revised floppy sound system, allows definition of custom samp... Vas Crabb2025-11-221-428/+223
* floppy: Revised floppy sound system, allows definition of custom sample lists... Michael Zapf2025-11-211-223/+428
* floppy: set m_mon to 1 (motor off) in constructor hap2025-09-061-29/+28
* imagedev/floppy.cpp: Allow images loaded from software lists to be write prot... ajrhacker2025-09-031-2/+7
* casio/fz1.cpp: Add floppy to FZ-1 and clones (#13849) Devin Acker2025-06-211-0/+37
* New sound infrastructure. Olivier Galibert2025-04-271-4/+3
* imagedev/floppy.cpp: Return INVALIDIMAGE from floppy_image_device::identify i... AJR2025-03-031-1/+4
* floppy: Start the ready dance on insertion even if motor is always on Olivier Galibert2025-01-111-0/+2
* 86f_dsk: add read 86f image support cracyc2024-10-151-0/+2
* sun/sun4.cpp: Less convoluted way of changing default SCSI devices. Vas Crabb2024-09-221-4/+2
* srcclean in preparation for 0.270 release branch. Vas Crabb2024-09-221-2/+2
* Floppy fixes and refinements AJR2024-09-121-0/+28
* imagedev/floppy.cpp: Add single-density 3" drive types AJR2024-09-081-2/+54
* floppy.cpp: Use standard drives for hard-sectored systems (#12727) Mark Garlanger2024-09-081-127/+179
* Floppy hard-sector support. Mix of Eric Anderson's and Mark Eric Anderson2024-09-011-199/+57
* floppy: Remove HFE image format from the general list for rewrite. Michael Zapf2024-08-171-1/+0
* Cleaned up various stuff. Vas Crabb2024-06-301-12/+10
* imagedev/floppy.cpp: fix out-of-bounds access to the seek sample (#12452) Roman Donchenko2024-06-081-0/+3
* imagedev/floppy: fix a bug with reading the first 1-bit on a track (#12439) Roman Donchenko2024-06-041-27/+12
* imagedev/floppy.cpp: Delete unused getter that leaked details AJR2024-02-111-5/+0
* floppy.cpp: Update class variables to current naming convention. (#11851) Mark Garlanger2024-01-201-550/+550
* imagedev/floppy.cpp: Remvoed hard-sectored floppy support. Vas Crabb2023-11-021-42/+6
* Floppy format API refinements AJR2023-10-081-3/+3
* imagedev/floppy.cpp: Workaround for index timing regression AJR2023-10-021-2/+2
* Remove flopimg.h and fsmgr.h from floppy device header AJR2023-09-241-0/+16
* imagedev/floppy.cpp: Add hard-sector floppy support Eric Anderson2023-09-051-6/+42
* floppy.cpp: add Teac FD55-A and FD55-B drive types (#11342) Mark Garlanger2023-06-161-2/+62
* Restored ability of for image devices to report specific error messages. Vas Crabb2023-04-081-13/+9
* API change for device_image_interface AJR2023-03-301-21/+15
* imagedev/floppy.cpp: Fix build AJR2023-02-261-1/+1
* Various cleanups: Vas Crabb2023-02-271-5/+0
* floppy sound: fix spin sample oob access hap2022-12-061-3/+6
* Changed fs::manager_t::enumerate_f() to simplify logic within file system dri... npwoods2022-09-191-2/+8
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-9/+4
* Revert "tests" hap2022-04-261-23/+0
* Revert "debug" hap2022-04-261-2/+1
* debug Olivier Galibert2022-04-261-1/+2
* tests Olivier Galibert2022-04-261-0/+23
* Changed floppy_image_device::identify() to take std::string_view instead of s... npwoods2022-04-241-1/+1
* srcclean in preparation for 0.243 Vas Crabb2022-04-241-1/+1
* Consolidated floppy_image_device::m_create_fs and floppy_image_device::m_io_f... npwoods2022-04-111-5/+2
* Changed floppy_image_device::init_fs() to set the dirty bit on the floppy ima... npwoods2022-04-031-0/+3
* floppy: revisit the identify returns Olivier Galibert2022-03-301-0/+2