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
/
util
/
chdcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-1339
/
+0
*
Cleanups and version bump
mame0163
Miodrag Milanovic
2015-06-24
1
-75
/
+75
*
Licenses for Raphael Nabet (nw)
Miodrag Milanovic
2015-06-07
1
-0
/
+159
*
updating remaining for RB (nw)
Miodrag Milanovic
2015-05-21
1
-2
/
+2
*
few more resolved in lib/util (nw)
Miodrag Milanovic
2015-05-09
1
-4
/
+1
*
Missed lib for adding licenses (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
moved all to std::string (nw)
Miodrag Milanovic
2015-04-22
1
-18
/
+18
*
removed bool conversion and implicit empty check (nw)
Miodrag Milanovic
2015-04-19
1
-2
/
+2
*
There is no implicit conversion to char* in std::string (nw)
Miodrag Milanovic
2015-04-12
1
-4
/
+4
*
cstr() - > c_str() as preparation for move to std::string (nw)
Miodrag Milanovic
2015-04-11
1
-7
/
+7
*
moved assert replacement inside emucore.h so it is actually used / removed as...
Oliver Stöneberg
2015-03-20
1
-0
/
+1
*
chd updates: [MetalliC]
R. Belmont
2014-04-18
1
-0
/
+2
*
reverting, sorry for this vconv needs to be updated (nw)
Miodrag Milanovic
2014-03-31
1
-1
/
+1
*
VS2013 x64 is little bit more anal about signed/unsigned comparison (nw)
Miodrag Milanovic
2014-03-31
1
-1
/
+1
*
fixed reading of bits/sample in parse_wav_sample() on big-endian systems (nw)
Oliver Stöneberg
2014-03-06
1
-1
/
+2
*
Cleanups and version bump
mame0148u5
Miodrag Milanovic
2013-05-20
1
-2
/
+1
*
Various CD-ROM / CHDMAN improvements: [R. Belmont]
R. Belmont
2013-05-18
1
-3
/
+31
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-26
/
+26
*
fixed some cppcheck warnings about format identifiers and duplicated enum (nw)
Oliver Stöneberg
2013-01-06
1
-3
/
+3
*
more chdcd.c errormessage enhancements / adapted error messages for emu/sound...
Oliver Stöneberg
2013-01-06
1
-5
/
+8
*
improved some error messages (nw)
Oliver Stöneberg
2013-01-06
1
-3
/
+3
*
corrected comment and log message in parse_wav_sample() about channels / corr...
Oliver Stöneberg
2013-01-06
1
-6
/
+6
*
improved error reporting of parse_wav_sample() and fixed potential resource l...
Oliver Stöneberg
2013-01-06
1
-24
/
+61
*
read ISO as binary as well (nw)
Oliver Stöneberg
2013-01-06
1
-1
/
+1
*
skip without reading (nw)
smf-
2013-01-05
1
-4
/
+3
*
fixed NRG reading for good (accidentally removed some non-debug code before c...
Oliver Stöneberg
2013-01-05
1
-4
/
+5
*
cleaned up some chdcd.c error messages (nw)
Oliver Stöneberg
2013-01-05
1
-5
/
+5
*
fixed reading of NRG images / bail out on unsupported tracks in NRG images / ...
Oliver Stöneberg
2013-01-05
1
-13
/
+39
*
fixed filename set in NRG track parsing / added NRG test to chdman unit test ...
Oliver Stöneberg
2013-01-05
1
-1
/
+1
*
Cleanups and version bump
mame0147u4
Miodrag Milanovic
2012-12-17
1
-2
/
+2
*
Give error in cases when track size is not one of supported (no whatsnew)
Miodrag Milanovic
2012-12-06
1
-2
/
+5
*
Added .cdr as a synonym for .iso, as seen on e.g. archive.org (nw)
Justin Kerk
2012-12-06
1
-1
/
+1
*
Added ISO support to chdman and as mountable image device [Miodrag Milanovic]
Miodrag Milanovic
2012-12-05
1
-0
/
+67
*
chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve...
R. Belmont
2012-03-04
1
-30
/
+20
*
fixed several Visual Studio compiler warnings and 64-bit libflac compilation ...
Miodrag Milanovic
2012-02-29
1
-2
/
+2
*
The right fix is to not compare against array index -1.
Aaron Giles
2012-02-19
1
-19
/
+14
*
compile fix (nw)
Miodrag Milanovic
2012-02-19
1
-1
/
+1
*
chdcd: Fix crash when parsing bin/cue [R. Belmont]
R. Belmont
2012-02-19
1
-8
/
+13
*
Major CHD/chdman update. The CHD version number has been increased
Aaron Giles
2012-02-16
1
-132
/
+129
*
chdman: don't be case sensitive on the input type extension [R. Belmont]
R. Belmont
2012-01-04
1
-3
/
+10
*
tokenize function makes trouble if linebuffer and token buffer size are not s...
Miodrag Milanovic
2011-12-21
1
-2
/
+2
*
Cleanups and version bump
Angelo Salese
2011-08-25
1
-9
/
+9
*
Added support for loading other image types to cdrom device, with use of chdm...
Miodrag Milanovic
2011-08-20
1
-0
/
+1020