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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
55
-1530
/
+1520
*
fixed uninitialized memory in the last hunk on CHD creation (fixes potentiall...
Oliver Stöneberg
2013-01-09
1
-0
/
+1
*
fixed result of bitstream_in::peek(0) (nw)
Oliver Stöneberg
2013-01-09
1
-0
/
+3
*
cdrom: fixed getting the type of the last track, fixes PCE Bomberman '94 prot...
R. Belmont
2013-01-08
1
-0
/
+3
*
fixed some cppcheck warnings about format identifiers and duplicated enum (nw)
Oliver Stöneberg
2013-01-06
2
-5
/
+5
*
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
*
cdrom: Introduces concept of logical sector addresses so games see the disc w...
R. Belmont
2013-01-05
2
-17
/
+98
*
removed unused m_props from chd_lzma_decompressor (nw)
Oliver Stöneberg
2013-01-05
1
-1
/
+0
*
tagmap: Try a slightly better hashing function [O. Galibert]
Olivier Galibert
2013-01-03
1
-2
/
+2
*
added missing initializations in default rectangle constructor (nw)
Oliver Stöneberg
2012-12-26
1
-1
/
+2
*
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
*
Added experimental support for using Berkeley PLA files as input to jedutil. ...
Curt Coder
2012-10-10
2
-0
/
+320
*
removed some expressions which are always true (no whatsnew)
Oliver Stöneberg
2012-10-03
1
-1
/
+1
*
fix for "file note writeable" when creating, plus consolidated some duplicate...
smf-
2012-09-18
1
-21
/
+16
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
3
-6
/
+6
*
Final round of struct/union/enum normalization.
Aaron Giles
2012-09-16
15
-37
/
+30
*
Enum and union normalization.
Aaron Giles
2012-09-16
1
-2
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
16
-57
/
+28
*
(MESS) support for writing to compressed hard drives using diff files. [smf]
smf-
2012-09-08
1
-0
/
+3
*
removed astring::stringbuffer() / use cached value in astring::len() instead ...
Oliver Stöneberg
2012-09-08
2
-3
/
+7
*
Made cmd line parameter parsing going into unlimited levels (no whatsnew)
Miodrag Milanovic
2012-09-04
2
-1
/
+13
*
Created new sprite device base class, which manages a bitmap
Aaron Giles
2012-09-02
1
-0
/
+19
*
re-applied astring changes after fixing bug in trimspace(), but still using s...
Oliver Stöneberg
2012-08-18
2
-7
/
+16
*
re-added excessive strlen() usage to astring since it causes mysterious forma...
Oliver Stöneberg
2012-08-17
2
-16
/
+8
*
avoid excessive usage of strlen() in astring by caching the length (no whatsnew)
Oliver Stöneberg
2012-08-17
2
-8
/
+16
*
firewave's patch fixes more !-operator warnings
Michaël Banaan Ananas
2012-07-28
1
-1
/
+1
*
fixed memory leak in chd_file_compressor::hashmap (no whatsnew)
Oliver Stöneberg
2012-07-27
1
-0
/
+1
*
Enable support building the bundled 7z library with a C++ compiler. [Markus ...
Scott Stone
2012-07-24
1
-3
/
+0
*
CHD fixes: [jmak]
R. Belmont
2012-06-17
3
-3
/
+22
*
Clean-ups and version bump
mame0146u1
Miodrag Milanovic
2012-06-11
1
-1
/
+1
*
import of chdman fix from mess (nw)
Miodrag Milanovic
2012-05-23
1
-2
/
+2
*
Added support for fixed slots (used for MAME) and ability to create internal ...
Miodrag Milanovic
2012-05-23
2
-0
/
+13
*
CHD error handling by Firewave (no whatsnew)
Miodrag Milanovic
2012-05-21
2
-1
/
+8
*
Corrected error message to include other possibility (nw)
Scott Stone
2012-05-18
1
-1
/
+1
*
Change error message to be more descriptive to actual error that occurs when ...
Scott Stone
2012-05-18
1
-1
/
+1
*
Fix error in decompression for avhuff. Converted cubeqst CHDs
Aaron Giles
2012-05-07
1
-1
/
+3
*
Sync with MESS (no whatsnew)
Miodrag Milanovic
2012-05-03
1
-2
/
+0
*
Sync with MAME, various fixes from Firewave and RB (no whatsnew)
Miodrag Milanovic
2012-04-30
1
-3
/
+5
[next]