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
/
tools
/
imgtool
/
modules
/
vzdos.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move build system adjusttment and fixes:
Vas Crabb
2026-04-05
1
-1
/
+1
*
-tools/imgtool/modules: Fixed remaining calss memory access warnings.
Vas Crabb
2024-11-26
1
-62
/
+50
*
Fixed several things using memset on non-trivial objects.
Vas Crabb
2024-10-28
1
-17
/
+17
*
imgtool/modules/vzdos.cpp: Use util::sum16_creator
AJR
2024-01-11
1
-14
/
+3
*
imageutl.h: Retire pick_integer_[bl]e and place_integer_[bl]e in favor of the...
AJR
2023-09-17
1
-18
/
+18
*
Formats-related refactoring
AJR
2021-09-11
1
-6
/
+12
*
Better fix for vt_dsk.h header name clash
AJR
2021-05-26
1
-1
/
+1
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-1
/
+1
*
Fix GCC 10 uninitialized struct warning (nw)
arbee
2020-05-02
1
-0
/
+8
*
With permission from Dirk Best, apply 3-clause BSD license to common devices ...
Vas Crabb
2020-04-13
1
-1
/
+1
*
use C++ library includes (nw)
firewave
2020-01-22
1
-4
/
+4
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-32
/
+32
*
[Imgtool] Bulk change: 'imgtool::directory *' ==> 'imgtool::directory &'
Nathan Woods
2016-10-17
1
-11
/
+11
*
[Imgtool] Bulk change: 'imgtool::partition *' ==> 'imgtool::partition &'
Nathan Woods
2016-10-16
1
-14
/
+14
*
[Imgtool] Bulk change: 'imgtool::image *' ==> 'imgtool::image &'
Nathan Woods
2016-10-16
1
-24
/
+24
*
[Imgtool] Changed the create/open callbacks to take 'imgtool::stream &&'
Nathan Woods
2016-10-15
1
-1
/
+1
*
[Imgtool] Changed many 'imgtool::stream *' to 'imgtool::stream &'
Nathan Woods
2016-10-14
1
-12
/
+12
*
[Imgtool] More C++-ification (imgtool_stream ==> imgtool::stream)
Nathan Woods
2016-10-12
1
-12
/
+12
*
[Imgtool] C++-ified a few more classes
Nathan Woods
2016-10-09
1
-19
/
+19
*
Made imgtool_image (now imgtool::image) a "real" C++ class
Nathan Woods
2016-09-27
1
-22
/
+22
*
Worked around the OPTION_GUIDE_EXTERN issue by using a crazy trick involving ...
Nathan Woods
2016-09-03
1
-1
/
+1
*
option_guide C++-ification, touched up imgtool
Nathan Woods
2016-08-27
1
-1
/
+1
*
Fix up imgtool as well
Vas Crabb
2016-07-08
1
-5
/
+5
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+960