Commit Graph

764 Commits

Author SHA1 Message Date
Oliver Stöneberg
8804211827 removed unused private member from src/osd/windows/d3dcomm.h (nw) 2013-09-10 10:17:08 +00:00
R. Belmont
a868bc0dbd (nw) 2013-09-09 04:10:06 +00:00
Oliver Stöneberg
07b93f1fe4 some small tweaks for Rasberry Pi out-of-the-box compilation experience (nw) 2013-09-08 17:05:52 +00:00
Oliver Stöneberg
4492240b14 fixed potential memory leak in win_open_ptty() (nw) 2013-09-08 16:28:28 +00:00
Ryan Holtz
db6826800a -Started re-architecting the HLSL system to be data-driven [MooglyGuy] 2013-08-30 01:47:58 +00:00
Ryan Holtz
8f613c115b more HLSL cleanup, part e of pi (nw) 2013-08-30 01:05:13 +00:00
Ryan Holtz
ac119a8e15 uniform consolidation, nw 2013-08-29 00:56:33 +00:00
Robbbert
9f7081257d commented out stray printf 2013-08-28 07:57:05 +00:00
Ryan Holtz
a86d35158c minor shader cleanup, nw 2013-08-28 00:36:02 +00:00
R. Belmont
f39c565667 MIDI: fixed some SysEx issues [Christian Brunschen] 2013-08-27 03:19:54 +00:00
Ryan Holtz
8b4ef0a479 General code cleanup in HLSL, nw 2013-08-27 00:07:57 +00:00
Ryan Holtz
19057e2c78 Split HLSL pases into separate functions, nw 2013-08-25 21:18:07 +00:00
Ryan Holtz
37ce180567 -Restructured NTSC encode/decode shaders for better readability. [MooglyGuy] 2013-08-25 20:49:37 +00:00
Ryan Holtz
5d4e73bf50 01234567890123456789012345678901234567890123456789012345678901234567890123456789
MAMETesters Bugs Fixed
----------------------
- 05162: [Core] Toggling HLSL off then on with ctrl-alt-F5 will drop its use of
  aperture.png
- 05214: [Color/Palette] bzone: bzone displays black and white.
- 05218: [Graphics] crash when hlsl_read is set to 1
- 05235: [Core] You can't alt-tab and back with HLSL enabled and in 148 you
  could

Source Changes
--------------
-HLSL updates: [MooglyGuy]
  * Removed hlsl_read and hlsl_write options now that all slider options are
    plumbed and have values matching the INI settings
  * Added more surface release calls in order to fix device resetting
  * Fixed draw order for quads, overlays now appear on top of vectors in
    non-HLSL mode
  * Moved aperture.png loading into create_resources/delete_resources so that
    it is correctly reloaded when HLSL is toggled on and off
2013-08-25 16:20:18 +00:00
Oliver Stöneberg
ab7bfd7876 removed DECL_NORETURN in favor of ATTR_NORETURN (nw) 2013-08-22 09:51:55 +00:00
Oliver Stöneberg
eb91a212ac added makefile define DEPRECATED to show warnings about deprecated code / added ATTR_DEPRECATED / flag some stuff in diexec.h as deprecated (nw) 2013-08-22 09:40:15 +00:00
R. Belmont
72088cfa11 MIDI: System Common messages should not override running status, fixes Sierra games crashing with the MT-32. [R. Belmont] 2013-08-13 04:24:21 +00:00
Scott Stone
6a10775f6f SDL: Revise the *IX man pages [wallyweek] 2013-08-06 22:09:48 +00:00
Oliver Stöneberg
e533ab056f added makefile define FASTDEBUG to disable some debug-specific stuff, that is causing performance hits (for e.g. profiling) [Oliver Stöneberg] 2013-08-02 13:43:10 +00:00
Oliver Stöneberg
171d43ead6 removed Visual Studio specific makefile define MAXOPT in favor of adding more generic define LTO [Oliver Stöneberg] 2013-08-02 09:48:25 +00:00
Oliver Stöneberg
0b42d7e93b removed obsolete define from src/osd/windows/windows.mak (nw) 2013-08-02 09:35:28 +00:00
Andrew Gardner
416c9d0190 Adds the watchpoint view to the QT Debugger's "Break|Watchpoints" window.
[Andrew Gardner]
2013-07-26 00:50:53 +00:00
R. Belmont
bd549978c5 Initial support for Fedora 19 / GCC 4.8.1 [R. Belmont] 2013-07-08 23:32:47 +00:00
Miodrag Milanovic
841869e9c7 temp fix for qt debugger until handling of main loop is done in different way [qmc2] (nw) 2013-07-08 12:25:03 +00:00
smf-
2e9622ecdb Fixes for building MAME with Visual Studio 2013 preview [smf] 2013-07-05 00:45:14 +00:00
Oliver Stöneberg
a4f86de597 disabled some warnings for GCC 4.8 (nw) 2013-07-02 16:43:15 +00:00
cracyc
285531623a diserial: add attotime and clock-div forms of set_rate and rename check_for_start to rx_w (nw)
debugqt: don't hide cursor while in debugger (nw)
(mess) ibmpc: xt floppies for the xt (nw)
2013-06-30 18:00:34 +00:00
R. Belmont
80cf988718 Don't crash if pcap can't find a network interface's name [Richard L. Hamilton] 2013-06-28 01:51:02 +00:00
Oliver Stöneberg
b175ba2bc1 fixed uninitialized variables in sdlvideo_monitor_refresh() with SDL < 1.2.10 (nw) 2013-06-26 17:48:57 +00:00
Oliver Stöneberg
770249850d fixed emuallo.c compilation for good / enabled U64 and S64 for Visual Studio compilers (nw) 2013-06-25 13:44:47 +00:00
Andrew Gardner
e74983f6f8 QT Debugger: Finished up the breakpoints window. [Andrew Gardner]
It now shows breakpoints for all CPUs and lets you sort by
each field.
2013-06-12 06:22:35 +00:00
Miodrag Milanovic
16f5234d43 Cleanups and version bump 2013-06-11 07:16:42 +00:00
Oliver Stöneberg
247f0b4883 merged duplicated define in src/osd/sdl/sdl.mak (nw) 2013-06-08 10:21:11 +00:00
Scott Stone
0319c7ca06 Fix per OG to allow SDLMAME to compile on Windows (nw) 2013-06-07 17:42:42 +00:00
cracyc
7d929c24c9 add the breakpoint window to the win32 build too (nw) 2013-06-06 18:35:13 +00:00
Andrew Gardner
32861d94f5 QT Debugger: WIP for a new breakpoints window. [Andrew Gardner]
--out of whatsnew.txt--
You can't click to enable/disable breakpoints yet, and the number of rows 
doesn't resize yet, but that stuff will come.
2013-06-06 17:58:16 +00:00
David Haywood
37af3bed32 the actual fixed build part (nw) 2013-06-06 03:53:03 +00:00
David Haywood
4bd5fe4c21 "put HLSL back ..." fix build etc. 2013-06-06 02:43:23 +00:00
Ryan Holtz
cbf1480545 As this project is clearly now run by people who care more about "feelings" and playing patty-cake with one another rather than actual results, consider this my resignation letter.
Anyone who wants to know where HLSL went, feel free to ask Tafoid why he couldn't take a simple joke.
2013-06-06 01:57:42 +00:00
Ryan Holtz
bb629f90d3 - Added better .ini defaults for HLSL, and hooked up bloom sliders. [MooglyGuy]
(nw) "Tell that Dave to be cool! Say 'Dave be cool'! Tell that Dave to chill! Chill that Dave out!!"
2013-06-05 23:43:57 +00:00
cracyc
f1cbe3df6a debugqt: prevent threading deadlock in win32 with qt debugger (nw) 2013-06-04 13:51:49 +00:00
Andrew Gardner
35704b5ad4 Qt Debugger: The MAME memory tracking system no longer double-frees closed QT
windows.  Also fixes the font segfault on exit again. (nw, but thanks Carl)
2013-06-04 06:37:27 +00:00
R. Belmont
297e264b42 Ubuntu wants to be different. (nw) 2013-06-01 01:02:25 +00:00
Miodrag Milanovic
2337fd6287 reorder ifdefs (nw) 2013-05-31 06:21:04 +00:00
cracyc
2d9806dfaa windows.mak: use := for variables set by external programs (nw) 2013-05-30 16:51:18 +00:00
Andrew Gardner
a22837583f Oops. Slot names aren't unique. This is better anyway. (nw) 2013-05-30 16:24:07 +00:00
Andrew Gardner
9ca45de8a6 Fixed return value & menu item name in the QT Debugger's Image menu. (nw) 2013-05-30 16:20:36 +00:00
Miodrag Milanovic
9910ce0ecc change make file rules to be consistent to one in sdl build (nw) 2013-05-30 14:39:24 +00:00
Miodrag Milanovic
89834d2946 Cleaned a bit Carl's solution for optional QT debugger for Windows (nw) 2013-05-30 14:32:47 +00:00
Miodrag Milanovic
1dfb058b17 cast error found by mingw 4.7.4 (nw) 2013-05-30 07:25:08 +00:00