summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/imagedev/floppy.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* floppy: Change the internal format to flux changes, update the mfi format acc... Olivier Galibert2022-03-301-146/+120
* floppy: remove the intermediate allocator Olivier Galibert2022-03-301-25/+17
* 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-1/+6
* Move filesystem library into separate namespace and use shorter uX type names... AJR2021-12-311-6/+6
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-3/+4
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-102/+42
* enmirage: fixed and updated to load and play via MIDI, panel controls hooked ... tim lindner2021-06-031-1/+37
* floppy: Change the formats from an intrusive list to a vector Olivier Galibert2021-05-271-17/+8
* flux viewer switched on by mistake Olivier Galibert2021-05-261-1/+1
* vtech: Add floppy formats and fs Olivier Galibert2021-05-261-1/+1
* floppy: Allow the vtech floppy with its 32.2us gaps read back unscathed Olivier Galibert2021-05-251-1/+28
* floppy.cpp: Disable new code when FLUX_SCREEN is #defined as 0 (and thereby w... AJR2021-05-251-27/+34
* flux screen: accelerate writes Olivier Galibert2021-05-251-2/+18
* Experimental flux viewer, activate by #define FLUX_SCREEN 1 in floppy.cpp Olivier Galibert2021-05-251-1/+171
* reorganize the floptool code, add some write support Olivier Galibert2021-05-241-11/+11
* pc_formats: Believe it or not, but it seems there has been released pc-format... Olivier Galibert2021-05-161-0/+2
* floppy: first steps on metadata, and hopefully make gcc happier on enumerate Olivier Galibert2021-04-281-3/+3
* floppy: start block-devicing fielsystem support Olivier Galibert2021-04-281-6/+13
* Allow UI file manager to create floppy images before machine is started AJR2021-04-141-2/+3
* floppy: Fix an annoyingly subtle write bug Olivier Galibert2021-03-291-5/+6
* Turned off log output per step. Michael Zapf2021-03-211-1/+1
* apple2gs: updates [R. Belmont] arbee2021-03-151-1/+10
* swim2: Correct writing Olivier Galibert2021-03-061-4/+4
* floppy: make format determination earlier Olivier Galibert2021-03-051-7/+12
* Copypasta my love, finish fixing for osx Olivier Galibert2021-03-051-2/+2