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
/
osd
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix compiling of osx debugger.
Wilbert Pol
2010-07-06
1
-3
/
+3
*
Cleanup debugger interface some more.
Aaron Giles
2010-07-06
3
-7
/
+7
*
Fix SDL debugger.
Aaron Giles
2010-07-06
1
-3
/
+3
*
Moved debugging structure away from CPUs only and attached to all
Aaron Giles
2010-07-06
3
-46
/
+46
*
Created CPU-specific device types for all CPUs, using new macros
Aaron Giles
2010-07-03
1
-2
/
+3
*
Oops, forgot to remove some dead code.
Aaron Giles
2010-07-02
1
-21
/
+7
*
Winmain cleanup:
Aaron Giles
2010-07-02
1
-319
/
+549
*
Fixes to get OSX debugger working again. (no whatsnew)
Wilbert Pol
2010-06-30
2
-177
/
+149
*
Resurrect the old sampling profiler, and improve it to be useful:
Aaron Giles
2010-06-30
2
-283
/
+424
*
Turn off the bool warning.
Aaron Giles
2010-06-30
1
-0
/
+3
*
Fix compiling on non-windows SDL targets. (no whatsnew)
Wilbert Pol
2010-06-30
1
-1
/
+1
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
17
-159
/
+175
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-1
/
+1
*
fixed unused variable error.
smf-
2010-06-26
1
-1
/
+0
*
Changed device name from an overridable function to a parameter passed to
Aaron Giles
2010-06-25
1
-2
/
+2
*
C++-ified the debugger views. Not quite architecturally where I would
Aaron Giles
2010-06-25
4
-327
/
+245
*
Cleanups and version bump.
Aaron Giles
2010-06-17
1
-1
/
+1
*
- moved opresolv and zippath into /lib/util from MESS [Miodrag Milanovic]
Miodrag Milanovic
2010-06-16
4
-26
/
+0
*
Regression fixes:
Aaron Giles
2010-06-14
1
-1
/
+1
*
Remove stray bitmap_free's.
Aaron Giles
2010-06-08
3
-6
/
+3
*
SDL: Fix compiling with OSX debugger.
Wilbert Pol
2010-06-08
1
-1
/
+2
*
SDL: fix compiling with GTK+ debugger
R. Belmont
2010-06-08
1
-6
/
+8
*
Fix SDL compile error.
Aaron Giles
2010-06-08
1
-2
/
+1
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
14
-29
/
+29
*
small change required by MESS: TAB should not turn on the MAME Internal UI if...
Fabio Priuli
2010-06-04
1
-0
/
+9
*
SDLMAME now compiles against SDL 1.3 up to HG rev 4464. Everything beyond tha...
Couriersud
2010-06-03
7
-57
/
+183
*
SDL: remove problematic live render type toggle and default OS X to OpenGL
R. Belmont
2010-06-02
5
-52
/
+5
*
Fixed a warning in Visual Studio 2010 that was introduced by a previous commi...
Scott Stone
2010-05-28
1
-1
/
+1
*
SDL: fix compilation for GTK+ 2.20 and later [R. Belmont, Wingman]
R. Belmont
2010-05-27
1
-0
/
+4
*
Corrected stack walk by using UNICODE_POSTFIX. Fixed some incorrect function...
Scott Stone
2010-05-15
1
-4
/
+4
*
work around gcc 4.5 (harmless) warning:
Michaël Banaan Ananas
2010-05-13
1
-1
/
+1
*
(gcc 4.5 compile error)
Michaël Banaan Ananas
2010-05-05
1
-0
/
+1
*
Fix for Win32 SDL build.
mame0137u4
Aaron Giles
2010-05-05
1
-1
/
+1
*
Fix the memory leaks with the strconv.c function by
Scott Stone
2010-04-23
18
-87
/
+91
*
Remove some stray invalid code in start_profiler() [Oliver Stoneberg]
Scott Stone
2010-04-23
1
-2
/
+0
*
Make these extern "C" so they play nice with all tools.
Aaron Giles
2010-04-08
1
-0
/
+7
*
Fix SDL debugger typo.
Olivier Galibert
2010-03-22
1
-1
/
+1
*
several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg]
Fabio Priuli
2010-03-17
7
-8
/
+11
*
SDL: fix Fortify-reported stack smash [Belegdol]
R. Belmont
2010-03-08
1
-1
/
+1
*
Fix compile error.
mame0136u4
Aaron Giles
2010-03-04
1
-1
/
+1
*
Sync with Windows version.
Aaron Giles
2010-03-04
1
-2
/
+2
*
Tidied up includes in a number of files in src/osd/sdl. [couriersud]
Couriersud
2010-02-28
7
-11
/
+4
*
Corrected default assignment of F10 as the default throttle on/off key for MA...
Scott Stone
2010-02-27
1
-0
/
+2
*
ui.c,ui.h,windows/input.c: [Miodrag Milanovic]
Miodrag Milanovic
2010-02-16
1
-9
/
+0
*
osdcore files MUST NEVER include headers from the core emulator.
Aaron Giles
2010-02-14
2
-2
/
+2
*
- removed window config from video_config
Couriersud
2010-02-14
2
-12
/
+18
*
Cleanups and version bump.
mame0136u3
Aaron Giles
2010-02-14
2
-3
/
+3
*
Made uimodekey default to "auto" and let OSD decide about default key. (no cr...
Miodrag Milanovic
2010-02-14
1
-1
/
+11
*
Fix r8303
Couriersud
2010-02-14
1
-7
/
+7
*
- Remove stray undef
Couriersud
2010-02-14
1
-5
/
+4
[next]