Home
last modified time | relevance | path

Searched refs:floppy_write_length (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-hatari/hatari-561c07e/src/cpu/
H A Doptions_cpu.h142 int floppy_write_length; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Doptions.h404 int floppy_write_length; member
/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/
H A Doptions.h468 int floppy_write_length; member
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Doptions_cpu.h609 int floppy_write_length; member
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Ddisk.c73 #define FLOPPY_WRITE_LEN (currprefs.floppy_write_length > 256 ? currprefs.floppy_write_length / 2 :…
H A Dcfgfile.c3092 || cfgfile_intval (option, value, _T("floppy_write_length"), &p->floppy_write_length, 1) in cfgfile_parse_hardware()
4952 p->floppy_write_length = 0; in default_prefs()
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Ddisk.cpp77 #define FLOPPY_WRITE_LEN (currprefs.floppy_write_length > 256 ? currprefs.floppy_write_length / 2 :…
H A Dcfgfile.cpp4454 || cfgfile_intval (option, value, _T("floppy_write_length"), &p->floppy_write_length, 1) in cfgfile_parse_hardware()
6368 p->floppy_write_length = 0; in default_prefs()