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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
39
-332
/
+307
*
(MESS) tandy2k: Tries to load DOS now. (nw)
Curt Coder
2014-04-06
3
-0
/
+72
*
reverting, sorry for this vconv needs to be updated (nw)
Miodrag Milanovic
2014-03-31
11
-19
/
+17
*
VS2013 x64 is little bit more anal about signed/unsigned comparison (nw)
Miodrag Milanovic
2014-03-31
11
-17
/
+19
*
made MAME and MESS compile under VS2013, 32bit only for now (nw)
Miodrag Milanovic
2014-03-31
1
-1
/
+1
*
fmtowns: converted to use wd_fdc and modern floppy drive implementation.
mahlemiut
2014-03-31
3
-0
/
+68
*
small LSB_FIRST cleanup (nw)
Oliver Stöneberg
2014-03-30
1
-18
/
+1
*
some dynamic_buffer/dynamic_array usage cleanups (nw)
Oliver Stöneberg
2014-03-29
4
-18
/
+10
*
converted some malloc()/free() usage to dynamic_array/dynamic_buffer (nw)
Oliver Stöneberg
2014-03-29
6
-148
/
+39
*
converted some more global_alloc_array() usage to dynamic_array/dynamic_buffe...
Oliver Stöneberg
2014-03-29
2
-5
/
+4
*
converted some global_alloc_array() usage to dynamic_array/dynamic_buffer (nw)
Oliver Stöneberg
2014-03-28
1
-1
/
+1
*
floppy: splice-related fixes [O. Galibert]
Olivier Galibert
2014-03-26
1
-0
/
+2
*
some comments (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
osd_* -> global_* compilation fixes (nw)
Oliver Stöneberg
2014-03-24
1
-2
/
+3
*
do not use osd_malloc/osd_free in non-OSD code (nw)
Oliver Stöneberg
2014-03-24
1
-2
/
+2
*
some mismatched malloc/free usage with osd_* functions (nw)
Oliver Stöneberg
2014-03-24
1
-1
/
+1
*
libflac: changed HAVE_CONFIG_H checks to be as intended - will be fixed upstr...
Oliver Stöneberg
2014-03-24
25
-25
/
+25
*
this fix (borrowed from libflac 1.3.0) works as well in OSX 10.6.8. I hope it...
Fabio Priuli
2014-03-22
2
-21
/
+22
*
sorry but these still break compilation under last Xcode available for my
Fabio Priuli
2014-03-22
1
-10
/
+10
*
and more global_free() -> global_free_array()(nw)
Oliver Stöneberg
2014-03-17
2
-4
/
+4
*
Nuke some more auto_allocs.
Aaron Giles
2014-03-16
1
-0
/
+1
*
i8089: channel priorities [Carl]
cracyc
2014-03-12
1
-1
/
+1
*
fixed clang -Wunused-const-variable warning in libflac (nw)
Oliver Stöneberg
2014-03-12
2
-5
/
+4
*
Allow JSMESS to compile with -Werror (nw)
Justin Kerk
2014-03-12
1
-0
/
+2
*
reverted change to src/lib/lib.mak (nw)
Oliver Stöneberg
2014-03-12
1
-7
/
+1
*
fixed libflac compilation for older clang versions (nw)
Oliver Stöneberg
2014-03-12
1
-1
/
+7
*
remove duplicate type definition of FPTR, fix compile on GCC 4.4.7
Jonathan Gevaryahu
2014-03-12
1
-6
/
+0
*
more clang and Linux compilation fixes (nw)
Oliver Stöneberg
2014-03-11
1
-6
/
+0
*
fixed GCC/clang compilation / fixed some forward declarations (nw)
Oliver Stöneberg
2014-03-11
1
-0
/
+1
*
Fix a couple of compile errors, leftover debugging.
Aaron Giles
2014-03-11
1
-1
/
+1
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
29
-345
/
+1272
*
added TODOs about potential overflows in core_i64_hex_format() and core_i64_o...
Oliver Stöneberg
2014-03-10
1
-0
/
+2
*
(MESS) applix : corrected file-ext of disks
Robbbert
2014-03-10
1
-1
/
+1
*
(MESS) Floppy modernization, part 2.
Michael Zapf
2014-03-09
2
-141
/
+846
*
Moved sbyte_mfm_r out of private area to make it accessible to format
Michael Zapf
2014-03-09
2
-7
/
+11
*
re-enabled checks in src/lib/libflac/libFLAC/memory.c / removed definition of...
Oliver Stöneberg
2014-03-06
2
-14
/
+10
*
fixed reading of bits/sample in parse_wav_sample() on big-endian systems (nw)
Oliver Stöneberg
2014-03-06
1
-1
/
+2
*
restored some libflac code omitted in initial commit allowing big-endian comp...
Oliver Stöneberg
2014-03-06
2
-13
/
+27
*
removed a modification from a libflac file we don't even use (nw)
Oliver Stöneberg
2014-03-06
1
-1
/
+1
*
re-enabled log message I disabled when I was messing around with DEBUG for ex...
Oliver Stöneberg
2014-03-06
1
-1
/
+1
*
re-added some libflac code, that was missing/disabled in the initial commit (nw)
Oliver Stöneberg
2014-03-06
2
-5
/
+19
*
pass VERSION define via compiler flags to libflac (nw)
Oliver Stöneberg
2014-03-06
3
-5
/
+8
*
changed casing of FLAC folders to match official source distribution (nw)
Oliver Stöneberg
2014-03-05
44
-257
/
+274
*
(MESS) SOL20 : added partial support for SVT format (used in Solace emulator)...
Robbbert
2014-03-04
3
-0
/
+393
*
Fixed memory leak. (nw)
Curt Coder
2014-03-03
1
-0
/
+3
*
(MESS) microbee : added support for TAP and BEE formats (used in ubee512 emul...
Robbbert
2014-02-27
3
-0
/
+275
*
fixed ubsan invalid vptr error with dynamic_array<hash_pair> in struct work_i...
Oliver Stöneberg
2014-02-26
2
-1
/
+11
*
rest of ATTR_PRINTF review (nw)
Oliver Stöneberg
2014-02-25
2
-5
/
+5
*
(MESS) sorcerer : added .TAPE cassette format [Robbbert]
Robbbert
2014-02-23
3
-0
/
+172
*
fixed non-DEBUG build (nw)
Oliver Stöneberg
2014-02-21
2
-5
/
+5
[next]