index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
lib
/
formats
/
fs_fat.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fsblk.cpp: Internal overhaul
AJR
2025-03-02
1
-41
/
+41
*
formats/fsblk.cpp: Replaced fs::err_t enum with a standard error condition ca...
ajrhacker
2025-02-22
1
-78
/
+80
*
formats/fs_fat.cpp: Guard against divide by zero errors when the bytes per se...
AJR
2024-11-09
1
-0
/
+2
*
srcclean and cleanup
Vas Crabb
2024-05-26
1
-7
/
+7
*
Cleanup:
Vas Crabb
2024-05-22
1
-25
/
+35
*
lib/formats/fs_fat.cpp: Add write support. (#12363)
wilbertpol
2024-05-12
1
-37
/
+520
*
formats/fs_fat.cpp: Add the 5.25" disk formats
AJR
2024-02-19
1
-0
/
+6
*
formats/fs_fat.cpp: Various fixes
AJR
2024-02-10
1
-8
/
+29
*
lib/formats/fs_fat.cpp: Ignore deleted directory entries. (#11830)
wilbertpol
2023-12-10
1
-1
/
+4
*
Filesystem code refactoring (#11570)
ajrhacker
2023-09-27
1
-0
/
+3
*
fsmgr.cpp: Restore trim_end_spaces as a std::string_view function and use it ...
AJR
2023-09-17
1
-6
/
+5
*
Changed fs::manager_t::enumerate_f() to simplify logic within file system dri...
npwoods
2022-09-19
1
-10
/
+6
*
formats/fs_fat.cpp: Fixe use-after-std::move() issue in constructor. (#10296)
npwoods
2022-08-31
1
-1
/
+1
*
srcclean in preparation for release
Vas Crabb
2022-08-28
1
-164
/
+164
*
Initial FAT file system support for Floptool (#9119)
npwoods
2022-08-25
1
-0
/
+828