Commit Graph

39438 Commits

Author SHA1 Message Date
Miodrag Milanovic
791743976e Revert "Cleanup of osdcomm.h (nw)"
This reverts commit 1d40aecb58.
2015-12-09 11:37:33 +01:00
Miodrag Milanovic
1d40aecb58 Cleanup of osdcomm.h (nw) 2015-12-09 10:50:20 +01:00
Miodrag Milanovic
700683468a Removed dead PPC code (nw) 2015-12-09 10:25:40 +01:00
David Haywood
9ce2bd4f15 Merge branch 'master' of https://github.com/mamedev/mame 2015-12-09 01:00:46 +00:00
angelosa
6b66c2b358 Fix MT #06067, added VRAM mirrors to type C. 2015-12-09 01:55:05 +01:00
Olivier Galibert
d984ba39cd [Insert Q*Bert comment here] (nw) 2015-12-09 01:41:37 +01:00
Olivier Galibert
81db5aa284 Merge pull request #492 from dankan1890/master
chihiro.cpp: fix "error: 5 enumeration values not handled in switch: …
2015-12-09 01:33:44 +01:00
dankan1890
da7c7275b2 chihiro.cpp: fix "error: 5 enumeration values not handled in switch: 'X1R5G5B5_Z1R5G5B5', 'X1R5G5B5_X1R5G5B5', 'X1A7R8G8B8_Z1A7R8G8B8'..." in lines 1255 - 1860. 2015-12-09 01:12:38 +01:00
Cowering
35f349936b fix lto odr warning and remove unneeded variable (why didn't GCC catch this??) (nw) 2015-12-08 15:06:01 -06:00
yz70s
4a017f48c8 chihiro.cpp: "enum" -> "enum class" (nw) 2015-12-08 21:33:25 +01:00
angelosa
85cc00aad3 Reinstated alpha-blended tiles as solid, having two examples is already enough for testing, nw 2015-12-08 20:20:53 +01:00
angelosa
162bed3bd9 Sexy Parodius didn't like what I've just done, noted and add a bug filler for p1 param, nw 2015-12-08 19:29:02 +01:00
angelosa
eaa235c2b6 Merge branch 'master' of https://github.com/mamedev/mame 2015-12-08 18:53:00 +01:00
angelosa
14b8a60757 Not supposed to be this big, nw 2015-12-08 18:51:52 +01:00
Peter Ferrie
8678d95c8e fix compile in MSVC 2015 (nw) 2015-12-08 08:43:09 -08:00
David Haywood
24cb6d896b correct gfx rom for space train [f205v] 2015-12-08 16:14:20 +00:00
Guru
407e00816c toki.cpp: added Guru-Readme(c)(tm)(r) for Toki PCB and fixed file names of all original ROM sets (nw) 2015-12-08 20:49:28 +08:00
Guru
5c4cb2edc6 gameking.cpp: fixed comment (confirmed with PeT) (nw) 2015-12-08 19:39:40 +08:00
Guru
2fbce6ef31 mitchell.cpp: added Guru-Readme(c)(tm)(r) for Pang PCB (nw) 2015-12-08 19:36:48 +08:00
David Haywood
ee4de98bf2 Merge pull request #490 from plgDavid/patch-1
Update pv1000.xml
2015-12-08 01:08:58 +00:00
David Viens
6bb85e1ccb Update pv1000.xml
Brand new dump.
2015-12-07 19:52:10 -05:00
angelosa
a58f5e3a47 Notes for ESC protection, nw 2015-12-08 00:22:07 +01:00
David Haywood
8f07bc7977 keep -aviwrite happy (nw) 2015-12-07 23:01:18 +00:00
David Haywood
bc997f8e07 allow the Konami CRTC to configure the 'slave' screen in the demux setup too (nw)
btw, we should probably declared Run and Gun as a new working game in 0.169, it's never really worked properly before all this recent work (eg. you could hang it simply by forgetting to select the 'play independently' option)
2015-12-07 22:57:53 +00:00
yz70s
7991d18067 chihiro.cpp: correct little error (nw) 2015-12-07 23:29:25 +01:00
David Haywood
d762bd80c3 fix layout (nw) 2015-12-07 22:27:43 +00:00
David Haywood
3e910ea250 oops (nw) 2015-12-07 22:22:18 +00:00
David Haywood
cef642e215 treat the different run & gun cabinet types as clones, less crashy, no need to pretend there are '3' screens.
technically the demux adapter does mean the hardware they run on is slightly different, MAME could probably do with a better core concept for handling the demuxing of the video signal tho.
2015-12-07 22:18:48 +00:00
angelosa
2e483cb32c Handled single screen at 60 FPS, nw 2015-12-07 21:55:08 +01:00
Miodrag Milanović
260f824762 Merge pull request #489 from dankan1890/master
fix build for VS 2013 and earlier.
2015-12-07 19:49:11 +01:00
dankan1890
8f58489dbe fix build for VS 2013 and earlier.
reference http://stackoverflow.com/questions/22212737/strange-syntax-error-reported-in-a-range-based-for-loop
2015-12-07 19:45:14 +01:00
Miodrag Milanovic
bc86cde3c6 VS2012 is not supported anymore (nw) 2015-12-07 19:41:55 +01:00
David Haywood
547efb0146 forgot to hit save (nw) 2015-12-07 18:38:59 +00:00
David Haywood
9f442508d3 new WORKING game
Glass (Ver 1.1, Break Edition, Version 1994) (unprotected) [system11]

this is unprotected from Gaelco factory, the dallas etc. was never fitted, looks like it was for the Korean market (Promat stickers etc.)
2015-12-07 18:36:40 +00:00
Miodrag Milanovic
0285865c1c this is pointer so nullptr is fine (nw) 2015-12-07 19:31:10 +01:00
Miodrag Milanovic
c98724d841 Fixed uninitialized variables, detected by VS2015 x64 build (nw) 2015-12-07 19:20:42 +01:00
Miodrag Milanovic
c64f6454a5 fix for python 2.7 (nw) 2015-12-07 18:42:24 +01:00
David Haywood
a15f4ade97 working spinners for ecofghtr, enabled by default. 2015-12-07 16:55:45 +00:00
David Haywood
8f04178a41 ok, understand how the spinners work now, just need to hook them up properly (nw) 2015-12-07 16:26:03 +00:00
David Haywood
d6c6a15b38 rewrote GameKing skeleton driver, dumped + added internal ROM, boots and runs menu, not yet fully working [Peter Trauner] 2015-12-07 15:50:32 +00:00
David Haywood
41e4628631 ecofghtr spinner notes (in progress) 2015-12-07 15:33:16 +00:00
Olivier Galibert
7c54872a22 clang 3.7 warning fixes (nw) 2015-12-07 15:23:41 +01:00
Olivier Galibert
0bd06e40f5 Correct tms fix (nw) 2015-12-07 15:08:58 +01:00
Miodrag Milanovic
3658b23f3a update travis file (nw) 2015-12-07 13:35:40 +01:00
Miodrag Milanovic
bae93ee22c fix clang/gcc detection on windows (nw) 2015-12-07 13:31:06 +01:00
Miodrag Milanovic
f540242c73 proper windows clang version detection (nw)
make OVERRIDE_CXX=clang++ OVERRIDE_CC=clang
2015-12-07 13:05:25 +01:00
Vas Crabb
e706b93447 propagate ARCHOPTS to linker 2015-12-07 22:07:29 +11:00
Olivier Galibert
3debdde27e Revert "(nw)"
This reverts commit b7710688d6.
2015-12-07 11:58:27 +01:00
Miodrag Milanovic
8d7ae45c3f fix windows build till clang detection is fixed (nw) 2015-12-07 11:38:16 +01:00
Miodrag Milanovic
f5371ffa1b Respect OVERRIDE_CC and OVERRIDE_CXX 2015-12-07 11:30:31 +01:00