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
/
hxchfe_dsk.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
hxchfe: Do not exit for an unknown encoding, just inform.
Michael Zapf
2025-05-16
1
-1
/
+2
*
hxchfe_dsk: fix build
Patrick Mackinlay
2025-05-13
1
-2
/
+2
*
hxchfe: Reimplemented HxC floppy emulator HFE format.
Michael Zapf
2025-05-12
1
-193
/
+668
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-13
/
+16
*
Floppy format API refinements
AJR
2023-10-08
1
-13
/
+13
*
formats: Use multibyte.h functions in more files
AJR
2023-09-17
1
-5
/
+6
*
Fixed some misspelling occurrences here and there. (#10605)
0kmg
2022-12-03
1
-1
/
+1
*
floppy: revisit the identify returns
Olivier Galibert
2022-03-30
1
-1
/
+1
*
floppy: Change the internal format to flux changes, update the mfi format acc...
Olivier Galibert
2022-03-30
1
-17
/
+2
*
floppy: remove the intermediate allocator
Olivier Galibert
2022-03-30
1
-1
/
+1
*
Constify the floppy image handling interface
Olivier Galibert
2022-03-30
1
-2
/
+2
*
hfe: Remove write support for now, it has issues (sharing data between read a...
Olivier Galibert
2022-03-30
1
-342
/
+43
*
Formats-related refactoring
AJR
2021-09-11
1
-0
/
+2
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-10
/
+16
*
Provide the variants to the floppy formats
Olivier Galibert
2021-01-09
1
-3
/
+3
*
fix HFE disk write
Klaus Kämpf
2020-05-07
1
-5
/
+0
*
flopimg.h: implemented threshold to accept disk images with a few excess and ...
Joakim Larsson Edstrom
2019-04-11
1
-2
/
+12
*
(nw) suppress side effects, standardise #include guards
Vas Crabb
2019-04-12
1
-0
/
+2
*
Added logmacros to upd765, increased track buffer for hfe format (nw)
Michael Zapf
2018-05-10
1
-1
/
+4
*
Fixed bitrate autodetect (nw)
Michael Zapf
2018-05-09
1
-2
/
+3
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-38
/
+38
*
dynamic_buffer is just std::vector<UINT8> (nw)
Miodrag Milanovic
2016-10-21
1
-2
/
+2
*
Added HxC HFE disk format.
Michael Zapf
2016-09-18
1
-0
/
+691