summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0150 Miodrag Milanovic2013-09-179-73/+72
* removed unused private member from src/osd/windows/d3dcomm.h (nw) Oliver Stöneberg2013-09-101-1/+0
* (nw) R. Belmont2013-09-091-1/+2
* some small tweaks for Rasberry Pi out-of-the-box compilation experience (nw) Oliver Stöneberg2013-09-082-0/+11
* fixed potential memory leak in win_open_ptty() (nw) Oliver Stöneberg2013-09-081-2/+3
* -Started re-architecting the HLSL system to be data-driven [MooglyGuy] Ryan Holtz2013-08-302-182/+118
* more HLSL cleanup, part e of pi (nw) Ryan Holtz2013-08-302-153/+439
* uniform consolidation, nw Ryan Holtz2013-08-295-497/+396
* commented out stray printf Robbbert2013-08-281-1/+1
* minor shader cleanup, nw Ryan Holtz2013-08-287-37/+208
* MIDI: fixed some SysEx issues [Christian Brunschen] R. Belmont2013-08-271-2/+9
* General code cleanup in HLSL, nw Ryan Holtz2013-08-274-561/+416
* Split HLSL pases into separate functions, nw Ryan Holtz2013-08-252-421/+439
* -Restructured NTSC encode/decode shaders for better readability. [MooglyGuy] Ryan Holtz2013-08-253-8/+14
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2013-08-254-326/+119
* removed DECL_NORETURN in favor of ATTR_NORETURN (nw) Oliver Stöneberg2013-08-221-8/+4
* added makefile define DEPRECATED to show warnings about deprecated code / add... Oliver Stöneberg2013-08-222-0/+7
* MIDI: System Common messages should not override running status, fixes Sierra... R. Belmont2013-08-131-5/+16
* SDL: Revise the *IX man pages [wallyweek] Scott Stone2013-08-062-32/+116
* added makefile define FASTDEBUG to disable some debug-specific stuff, that is... Oliver Stöneberg2013-08-021-0/+5
* removed Visual Studio specific makefile define MAXOPT in favor of adding more... Oliver Stöneberg2013-08-021-4/+4
* removed obsolete define from src/osd/windows/windows.mak (nw) Oliver Stöneberg2013-08-021-3/+0
* Adds the watchpoint view to the QT Debugger's "Break|Watchpoints" window. Andrew Gardner2013-07-263-3/+73
* Initial support for Fedora 19 / GCC 4.8.1 [R. Belmont] R. Belmont2013-07-081-1/+3
* temp fix for qt debugger until handling of main loop is done in different way... Miodrag Milanovic2013-07-081-0/+1
* Fixes for building MAME with Visual Studio 2013 preview [smf] smf-2013-07-052-30/+2
* disabled some warnings for GCC 4.8 (nw) Oliver Stöneberg2013-07-021-0/+3
* diserial: add attotime and clock-div forms of set_rate and rename check_for_s... cracyc2013-06-301-0/+5
* Don't crash if pcap can't find a network interface's name [Richard L. Hamilton] R. Belmont2013-06-281-1/+1
* fixed uninitialized variables in sdlvideo_monitor_refresh() with SDL < 1.2.10... Oliver Stöneberg2013-06-261-1/+1
* fixed emuallo.c compilation for good / enabled U64 and S64 for Visual Studio ... Oliver Stöneberg2013-06-251-2/+5
* QT Debugger: Finished up the breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-121-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-119-67/+65
* merged duplicated define in src/osd/sdl/sdl.mak (nw) Oliver Stöneberg2013-06-081-6/+3
* Fix per OG to allow SDLMAME to compile on Windows (nw) Scott Stone2013-06-071-1/+1
* add the breakpoint window to the win32 build too (nw) cracyc2013-06-061-1/+3
* QT Debugger: WIP for a new breakpoints window. [Andrew Gardner] Andrew Gardner2013-06-066-17/+153
* the actual fixed build part (nw) David Haywood2013-06-061-0/+2
* "put HLSL back ..." fix build etc. David Haywood2013-06-0614-29/+4361
* As this project is clearly now run by people who care more about "feelings" a... Ryan Holtz2013-06-0614-4361/+29
* - Added better .ini defaults for HLSL, and hooked up bloom sliders. [MooglyGuy] Ryan Holtz2013-06-054-102/+200
* debugqt: prevent threading deadlock in win32 with qt debugger (nw) cracyc2013-06-046-9/+43
* Qt Debugger: The MAME memory tracking system no longer double-frees closed QT Andrew Gardner2013-06-0412-35/+80
* Ubuntu wants to be different. (nw) R. Belmont2013-06-011-1/+1
* reorder ifdefs (nw) Miodrag Milanovic2013-05-311-4/+4
* windows.mak: use := for variables set by external programs (nw) cracyc2013-05-301-3/+4
* Oops. Slot names aren't unique. This is better anyway. (nw) Andrew Gardner2013-05-301-2/+2
* Fixed return value & menu item name in the QT Debugger's Image menu. (nw) Andrew Gardner2013-05-301-3/+17
* change make file rules to be consistent to one in sdl build (nw) Miodrag Milanovic2013-05-301-4/+4
* Cleaned a bit Carl's solution for optional QT debugger for Windows (nw) Miodrag Milanovic2013-05-307-29/+52