Commit Graph

39299 Commits

Author SHA1 Message Date
Miodrag Milanovic
da227a7a42 removed usage of deprecated register keyword in our code (nw) 2015-12-04 13:58:56 +01:00
Miodrag Milanovic
21d8194c7c placed cache back in new form, fixes listxml and similar (nw) 2015-12-04 12:32:42 +01:00
Miodrag Milanovic
30bde502a6 Merge branch 'master' of https://github.com/mamedev/mame 2015-12-04 11:06:09 +01:00
Miodrag Milanovic
41ec590ea6 clang-modernize part 7 2015-12-04 11:05:13 +01:00
Miodrag Milanovic
1b0ec08af5 clang-modernize part 6 2015-12-04 10:29:21 +01:00
Miodrag Milanovic
379c9afa5f Fix narrowing (nw) 2015-12-04 08:50:24 +01:00
Miodrag Milanovic
5a2f80dcde clang-modernize part 5 2015-12-04 07:06:18 +01:00
Miodrag Milanovic
41681c1703 clang-modernize part 4 2015-12-04 07:03:38 +01:00
Miodrag Milanovic
0c56ac848d clang-modernize part 3 2015-12-04 07:02:45 +01:00
Miodrag Milanovic
68f961927a clang-modernize part 2 2015-12-04 07:02:00 +01:00
briantro
029a300363 peplus.cpp: Fix long standing cut-n-paste & white space - NW 2015-12-03 22:13:16 -06:00
briantro
1a31c38ea4 peplus.cpp: Doc update - Add in some know dates & L revisions - NW 2015-12-03 21:55:45 -06:00
angelosa
cebf6edfed Left-over 2015-12-03 21:39:52 +01:00
angelosa
537a6a3773 Dirty removal 2015-12-03 21:23:59 +01:00
angelosa
b575b1ca19 rungun.cpp: Optimized video code by using separate tilemaps for each screen, nw 2015-12-03 21:22:00 +01:00
angelosa
c31a437f54 Merge branch 'master' of https://github.com/mamedev/mame 2015-12-03 21:18:28 +01:00
angelosa
54d1f7c82c m_current_frame_number -> m_current_display_bank 2015-12-03 20:15:23 +01:00
Miodrag Milanovic
2aae44927a fix clang detected missing override (nw) 2015-12-03 19:55:13 +01:00
angelosa
0758032b5f Add individual screens, nw 2015-12-03 19:40:17 +01:00
Miodrag Milanovic
91605d3f4d clang-modernize part 1 (nw) 2015-12-03 18:17:25 +01:00
Miodrag Milanovic
5232ca932a force delete of copy constructor and operator = (nw) 2015-12-03 15:54:13 +01:00
Miodrag Milanovic
016d610e37 back to full builds (nw) 2015-12-03 15:04:09 +01:00
Miodrag Milanovic
20b32acb8b OSX version is taken on different way so it is considered 6.0 (nw) 2015-12-03 14:50:04 +01:00
Miodrag Milanovic
d9db2350fb OSX version of clang 3.5 is actually 3.4 with features (nw) 2015-12-03 14:40:03 +01:00
Miodrag Milanovic
7433c42f30 it is available in all version from 3.4 (nw) 2015-12-03 14:32:20 +01:00
Miodrag Milanovic
eba667fdb3 fix for QT headers compile as c++14 (nw) 2015-12-03 14:26:00 +01:00
Miodrag Milanovic
cd1751b02c try specific build and use tiny build just for testing (nw) 2015-12-03 14:15:17 +01:00
Miodrag Milanovic
e6b29e8cd5 try specific package (nw) 2015-12-03 14:13:47 +01:00
Miodrag Milanovic
29bfbddaac stupid me (nw) 2015-12-03 14:02:36 +01:00
Miodrag Milanovic
cdbba2ed1c ah (nw) 2015-12-03 13:57:03 +01:00
Miodrag Milanovic
13fa05d611 travis : try different approach (nw) 2015-12-03 13:51:57 +01:00
Miodrag Milanovic
871428ef9e Set -std=c++1y to clang 3.4 (nw) 2015-12-03 13:33:40 +01:00
Miodrag Milanovic
bb6ca65238 wrong place (nw) 2015-12-03 13:20:57 +01:00
Angelo Salese
58db9a81d0 Merge pull request #485 from mamedev/run_dual
rungun.cpp: Implemented bread and butter dual screen drawing setup. It's now possible to play 4 players with 2 monitors. [Angelo Salese]
2015-12-03 13:20:03 +01:00
Angelo Salese
bf7b1c63f6 Note before I forget, nw 2015-12-03 13:18:43 +01:00
Miodrag Milanovic
1af304131e fix compile on clang 3.7 (nw) 2015-12-03 13:18:20 +01:00
Miodrag Milanovic
366ee9b4b1 update travis (nw) 2015-12-03 13:06:21 +01:00
Miodrag Milanovic
6bea96d5f2 enabled compiling part of bgfx that required c++11 (nw) 2015-12-03 12:04:08 +01:00
Miodrag Milanovic
b9e242db21 Cleanup of genie.lua (nw) 2015-12-03 11:54:51 +01:00
Miodrag Milanovic
92f81361d6 Initial conversion of core to C++14. Note that compilers are now limited to GCC 4.9.0 and up, Clang 3.4.0 and up, and VS2013 and up [Miodrag Milanovic] 2015-12-03 11:40:45 +01:00
mahlemiut
39afa0533a amstrad: fix display of hardware sprites when using full overscan on Plus systems. 2015-12-03 19:29:15 +13:00
briantro
67d228f745 peplus.cpp: Another cut-n-paste fix - NW 2015-12-02 21:36:51 -06:00
briantro
5fbfa3c0f6 new PE Plus Slot clone
Corrected some slot game names

New Clone Added
---------------------------------------------------------
Player's Edge Plus (PS0722) River Gambler Slots [BrianT]
2015-12-02 21:28:45 -06:00
angelosa
1a6aaed298 End notes, ready to prime time. 2015-12-02 21:56:56 +01:00
angelosa
ce838e7b74 Removed palette hack 2015-12-02 21:46:16 +01:00
angelosa
8a6def8f0b Removed dual input hack. 2015-12-02 21:38:39 +01:00
angelosa
37e197e0d9 Added dual setup to all games (sends a black screen to second monitor if disabled and that's it).
There are sync issues if sprites are hooked up into video_update, guess they need to be delayed somehow.
2015-12-02 21:34:23 +01:00
angelosa
003d66f1ea Slow and dirty, but it works. 2015-12-02 20:50:30 +01:00
Miodrag Milanović
4b8e8ac550 Merge pull request #484 from jfdelnero/master
EF9365 driver improved. Squale palette and charset corrected. [Jean-Francois DEL NERO]
2015-12-02 08:03:44 +01:00
briantro
311a83be36 peplus.cpp: Fix cut-n-paste errors - NW 2015-12-01 22:11:41 -06:00