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
Commit message (
Expand
)
Author
Age
Files
Lines
*
woz: fix missing breaks
Olivier Galibert
2022-09-01
1
-0
/
+3
*
moof: Some fixes [Disk Blitz]
Olivier Galibert
2022-09-01
2
-9
/
+134
*
woz: Remove write support, it can't really be made reliable
Olivier Galibert
2022-09-01
3
-117
/
+188
*
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
4
-170
/
+170
*
formats/fdos_dsk.cpp: Added FDOS disk format for the SWTPC 6800. (#10273)
Michael R. Furman
2022-08-28
3
-0
/
+219
*
Initial FAT file system support for Floptool (#9119)
npwoods
2022-08-25
5
-1
/
+898
*
formats: Fixed some unused local variable compiler errors. (#10251)
napobear
2022-08-25
1
-0
/
+2
*
misc: remove unused variables that may give compiler warning
hap
2022-08-23
1
-2
/
+0
*
formats/flex_dsk.cpp: Added FLEX 1.0 (MiniFLEX) Disk Format. (#10234)
Michael R. Furman
2022-08-17
2
-326
/
+369
*
formats/cp68_dsk.cpp: Added CP/68 disk format for SWTPC 6800. (#10178)
Michael R. Furman
2022-08-13
3
-0
/
+329
*
woz/flux: even more fixes after some clarifications
Olivier Galibert
2022-08-11
1
-12
/
+8
*
woz/flux: better implementation
Olivier Galibert
2022-08-11
1
-7
/
+11
*
woz: handle FLUX tracks, even when somewhat broken
Olivier Galibert
2022-08-10
1
-4
/
+32
*
mfi_dsk: fix logic error (nw)
Peter Ferrie
2022-08-02
1
-1
/
+1
*
Various minor cleanups.
Vas Crabb
2022-07-31
3
-9
/
+13
*
apple2: don't force ProDOS 2.5a8 to ProDOS sector order. (Github #7707) [R. B...
arbee
2022-07-28
1
-4
/
+0
*
Clean up whitespace with srcclean
Vas Crabb
2022-07-24
7
-32
/
+32
*
Fixing fs::cbmdos_image::enumerate_f() to properly look for single density (i...
npwoods
2022-07-18
1
-1
/
+1
*
Fixed CoCo OS-9 FS module in response to recent FS changes (#10007)
npwoods
2022-06-30
1
-9
/
+566
*
Created a CBM DOS file system driver and added it to the 1541 implementation ...
npwoods
2022-06-30
3
-0
/
+530
*
Fixed CoCo RS-DOS FS module in response to recent FS changes (#10003)
npwoods
2022-06-29
1
-1
/
+328
*
fs: new API, blk_t is probably going to change too
Olivier Galibert
2022-06-28
10
-2015
/
+853
*
Changed the constructor of fs::dir_entry to take 'std::string &&name' instead...
npwoods
2022-06-11
4
-6
/
+6
*
srcclean in preparation for release
Vas Crabb
2022-05-22
2
-3
/
+3
*
Removed superfluous semicolons from various source files. (#9796)
0kmg
2022-05-22
1
-1
/
+1
*
acorn_dsk: Adjusted returned FFID's to indicate verified internal structure.
Nigel Barnes
2022-05-15
1
-10
/
+15
*
-tim011.cpp: Hooked up floppy drives properly. (#9649)
Miodrag Milanović
2022-05-02
3
-0
/
+86
*
Micscellaneous cleanup/fixes:
Vas Crabb
2022-04-30
2
-34
/
+24
*
Add logic to the CoCo RS-DOS FS module to catch cycles in file granule (block...
npwoods
2022-04-24
1
-3
/
+15
*
srcclean in preparation for 0.243
Vas Crabb
2022-04-24
3
-40
/
+40
*
Cleanups for the CoCo OS-9 fs module (#9589)
npwoods
2022-04-21
2
-186
/
+199
*
Cleanups for the CoCo RS-DOS fs module (#9588)
npwoods
2022-04-21
2
-114
/
+267
*
flopimg: Fix issues when wrapping in generate_bitstream_from_track which were...
Olivier Galibert
2022-04-19
1
-74
/
+124
*
Fixed string constructor for fs::meta_value (#9580)
npwoods
2022-04-17
1
-0
/
+1
*
Added a 'type()' accessor to fs::meta_value (#9553)
npwoods
2022-04-14
2
-16
/
+34
*
Fixed some issues involving fs::meta_description construction (#9546)
npwoods
2022-04-12
6
-48
/
+52
*
Adding support for formatting CoCo OS-9 file systems (#9434)
npwoods
2022-04-07
2
-8
/
+168
*
Adding support for formatting CoCo RS-DOS file systems (#9405)
npwoods
2022-04-07
2
-1
/
+8
*
Changed fs::meta_value::to_string() to not be static and not require meta_typ...
npwoods
2022-04-03
2
-14
/
+28
*
-util/corealloc.h: Reduced make_unique_clear to a single variant for POD arrays.
Vas Crabb
2022-04-03
1
-2
/
+2
*
formats: fixed GCC compile
Ivan Vangelista
2022-04-02
2
-2
/
+2
*
prodos fs: Hide the implementation
Olivier Galibert
2022-04-02
2
-104
/
+104
*
oric jasmin fs: Hide the implementation
Olivier Galibert
2022-04-02
2
-167
/
+168
*
floppy: revisit the identify returns
Olivier Galibert
2022-03-30
60
-88
/
+170
*
floppy: Change the internal format to flux changes, update the mfi format acc...
Olivier Galibert
2022-03-30
9
-252
/
+207
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
247
-300
/
+288
*
Constify the floppy image handling interface
Olivier Galibert
2022-03-30
146
-688
/
+589
*
apple2: split the 16 sector format in dos/prodos types
Olivier Galibert
2022-03-30
3
-103
/
+70
*
hfe: Remove write support for now, it has issues (sharing data between read a...
Olivier Galibert
2022-03-30
2
-366
/
+67
[next]