index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
imagedev
/
floppy.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Turn image init/validate into scoped enums to avoid accidental casts to/from ...
Vas Crabb
2016-08-01
1
-7
/
+7
*
Created device_image_interface::add_format() protected member and made device...
Nathan Woods
2016-07-31
1
-1
/
+1
*
Converted a number of zippath calls that took 'const char *' to std::string
Nathan Woods
2016-07-29
1
-1
/
+1
*
C++-ification of src/lib/util/opresolv.[cpp|h] (moved to util:: namespace, ch...
Nathan Woods
2016-07-07
1
-1
/
+1
*
m_formatlist is now vector (nw)
Miodrag Milanovic
2016-06-19
1
-1
/
+1
*
gcc 6.1.1 warning fixes (nw)
Olivier Galibert
2016-06-16
1
-8
/
+8
*
Workaround for MT 06194 (potential segfault during floppy load)
AJR
2016-05-01
1
-1
/
+7
*
Split UI and frontend part from core [Miodrag Milanovic]
Miodrag Milanovic
2016-04-23
1
-159
/
+0
*
* Remove confusing method from vectorstreams that hide base_ios method (fixes...
Vas Crabb
2016-03-18
1
-3
/
+3
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-7
/
+7
*
floppy: Fix subtle interaction between wd_fdc initial restore and floppy rese...
Olivier Galibert
2016-03-10
1
-9
/
+9
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-7
/
+8
*
Some missed in menu conversion.
dankan1890
2016-01-31
1
-4
/
+4
*
reverting:
Miodrag Milanovic
2016-01-20
1
-35
/
+35
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-35
/
+35
*
image_manager modernized and move some things around (nw)
Miodrag Milanovic
2016-01-11
1
-1
/
+0
*
removed memory tracking (nw)
Miodrag Milanovic
2016-01-08
1
-4
/
+4
*
clang-modernize part 6
Miodrag Milanovic
2015-12-04
1
-1
/
+1
*
clang-modernize part 3
Miodrag Milanovic
2015-12-04
1
-23
/
+23
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-34
/
+34
*
More cleanups (nw)
Miodrag Milanovic
2015-11-11
1
-1
/
+1
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-10
/
+43
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+2218