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
*
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
*
Separated user gain from input gain. Added more functions to
Aaron Giles
2012-04-26
1
-1
/
+1
*
Templatized the palette generators and made naming consistent.
Aaron Giles
2012-04-09
1
-0
/
+18
*
Clean-ups and version bump
mame0145u6
Angelo Salese
2012-04-08
2
-22
/
+22
*
Added code to cdrom.c to compute and verify ECC codes for mode 1/2
Aaron Giles
2012-04-06
4
-87
/
+562
*
Moved all drivers to using the paletteram helpers defined in the
Aaron Giles
2012-04-05
1
-9
/
+64
*
Allow compilation with compatible system-installed versions of libjpeg and li...
R. Belmont
2012-03-29
1
-0
/
+5
*
Clean-ups and version bump (yes, I know, it's too late)
mame0145u4
Angelo Salese
2012-03-11
1
-2
/
+2
*
When copying CHDs, preserve the flag that indicates whether the metadata
Aaron Giles
2012-03-06
1
-2
/
+2
*
chdman: Correct processing of GDI files, add ability to extractcd to .gdi, ve...
R. Belmont
2012-03-04
5
-51
/
+86
*
fixed several Visual Studio compiler warnings and 64-bit libflac compilation ...
Miodrag Milanovic
2012-02-29
1
-2
/
+2
*
Clean-ups and version bump
mame0145u2
Angelo Salese
2012-02-26
1
-4
/
+4
*
Better management of FLAC block sizes, aiming to keep them around 2k
Aaron Giles
2012-02-26
3
-70
/
+88
*
Be more rigorous about parsing invalid hashes. Report them
Aaron Giles
2012-02-21
1
-0
/
+4
*
chd.c: fix trivial uninitialized variable (nw)
R. Belmont
2012-02-20
1
-1
/
+2
*
Fix ld tool compilation.
Aaron Giles
2012-02-20
2
-4
/
+4
*
The right fix is to not compare against array index -1.
Aaron Giles
2012-02-19
3
-22
/
+17
*
This one visible on clean only (nw)
Miodrag Milanovic
2012-02-19
1
-1
/
+1
*
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
2
-10
/
+15
*
Clean-ups and version bump
mame0145u1
Angelo Salese
2012-02-19
16
-482
/
+482
*
Compile fix for PPC OSX (nw)
R. Belmont
2012-02-19
1
-1
/
+1
*
fixed MacOSX compile. no whatsnew.
Fabio Priuli
2012-02-19
1
-1
/
+1
*
Fix compile under 4.6.2 (no whatsnew)
Miodrag Milanovic
2012-02-19
1
-0
/
+1
*
free_file_line no longer complains about NULL free's not existing.
Aaron Giles
2012-02-19
1
-2
/
+2
*
Update CHD error list in chd.c
Aaron Giles
2012-02-19
1
-1
/
+5
*
Rewrote SAMPLES as a modern device. Updated all callers. FLAC
Aaron Giles
2012-02-19
3
-5
/
+35
[next]