summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Change *IX man pages to link to MAMEdev.org legal page [wallyweek] R. Belmont2010-07-112-23/+4
* Add *IX man pages for MAME and utils [wallyweek] R. Belmont2010-07-087-0/+1300
* MAMEdev kant spel (Ubuntu/Canonical cares about this) [wallyweek] R. Belmont2010-07-081-1/+1
* Fix OS X debugger (verified on PPC and Intel) R. Belmont2010-07-072-14/+20
* Cleanups and version bump.mame0138u3 Aaron Giles2010-07-062-50/+50
* Fix compiling of osx debugger. Wilbert Pol2010-07-061-3/+3
* Cleanup debugger interface some more. Aaron Giles2010-07-063-7/+7
* Fix SDL debugger. Aaron Giles2010-07-061-3/+3
* Moved debugging structure away from CPUs only and attached to all Aaron Giles2010-07-063-46/+46
* Created CPU-specific device types for all CPUs, using new macros Aaron Giles2010-07-031-2/+3
* Oops, forgot to remove some dead code. Aaron Giles2010-07-021-21/+7
* Winmain cleanup: Aaron Giles2010-07-021-319/+549
* Fixes to get OSX debugger working again. (no whatsnew) Wilbert Pol2010-06-302-177/+149
* Resurrect the old sampling profiler, and improve it to be useful: Aaron Giles2010-06-302-283/+424
* Turn off the bool warning. Aaron Giles2010-06-301-0/+3
* Fix compiling on non-windows SDL targets. (no whatsnew) Wilbert Pol2010-06-301-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-3017-159/+175
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-1/+1
* fixed unused variable error. smf-2010-06-261-1/+0
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-2/+2
* C++-ified the debugger views. Not quite architecturally where I would Aaron Giles2010-06-254-327/+245
* Cleanups and version bump. Aaron Giles2010-06-171-1/+1
* - moved opresolv and zippath into /lib/util from MESS [Miodrag Milanovic] Miodrag Milanovic2010-06-164-26/+0
* Regression fixes: Aaron Giles2010-06-141-1/+1
* Remove stray bitmap_free's. Aaron Giles2010-06-083-6/+3
* SDL: Fix compiling with OSX debugger. Wilbert Pol2010-06-081-1/+2
* SDL: fix compiling with GTK+ debugger R. Belmont2010-06-081-6/+8
* Fix SDL compile error. Aaron Giles2010-06-081-2/+1
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-0814-29/+29
* small change required by MESS: TAB should not turn on the MAME Internal UI if... Fabio Priuli2010-06-041-0/+9
* SDLMAME now compiles against SDL 1.3 up to HG rev 4464. Everything beyond tha... Couriersud2010-06-037-57/+183
* SDL: remove problematic live render type toggle and default OS X to OpenGL R. Belmont2010-06-025-52/+5
* Fixed a warning in Visual Studio 2010 that was introduced by a previous commi... Scott Stone2010-05-281-1/+1
* SDL: fix compilation for GTK+ 2.20 and later [R. Belmont, Wingman] R. Belmont2010-05-271-0/+4
* Corrected stack walk by using UNICODE_POSTFIX. Fixed some incorrect function... Scott Stone2010-05-151-4/+4
* work around gcc 4.5 (harmless) warning: Michaël Banaan Ananas2010-05-131-1/+1
* (gcc 4.5 compile error) Michaël Banaan Ananas2010-05-051-0/+1
* Fix for Win32 SDL build.mame0137u4 Aaron Giles2010-05-051-1/+1
* Fix the memory leaks with the strconv.c function by Scott Stone2010-04-2318-87/+91
* Remove some stray invalid code in start_profiler() [Oliver Stoneberg] Scott Stone2010-04-231-2/+0
* Make these extern "C" so they play nice with all tools. Aaron Giles2010-04-081-0/+7
* Fix SDL debugger typo. Olivier Galibert2010-03-221-1/+1
* several cleanups based on cppcheck and VS2008 Code Analysis [Oliver Stöneberg] Fabio Priuli2010-03-177-8/+11
* SDL: fix Fortify-reported stack smash [Belegdol] R. Belmont2010-03-081-1/+1
* Fix compile error.mame0136u4 Aaron Giles2010-03-041-1/+1
* Sync with Windows version. Aaron Giles2010-03-041-2/+2
* Tidied up includes in a number of files in src/osd/sdl. [couriersud] Couriersud2010-02-287-11/+4
* Corrected default assignment of F10 as the default throttle on/off key for MA... Scott Stone2010-02-271-0/+2
* ui.c,ui.h,windows/input.c: [Miodrag Milanovic] Miodrag Milanovic2010-02-161-9/+0
* osdcore files MUST NEVER include headers from the core emulator. Aaron Giles2010-02-142-2/+2