Commit Graph

39420 Commits

Author SHA1 Message Date
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
Olivier Galibert
b7710688d6 (nw) 2015-12-07 11:09:38 +01:00
Miodrag Milanovic
46471ac080 Can't do override checks due to QT headers (nw) 2015-12-07 06:57:05 +01:00
David Haywood
c87e264aae (nw) 2015-12-07 05:49:03 +00:00
David Haywood
b8beee812e add inputs, promote to working 2015-12-07 05:12:31 +00:00
David Haywood
675e39278e make spactrai show something (nw) 2015-12-07 04:06:55 +00:00
David Haywood
880f732c36 change zingzip refresh to sync up better with videos, value taken from other games / sets in driver. 2015-12-07 01:13:57 +00:00
yz70s
83f758cbeb Show more digits in fp values (issue #476) 2015-12-06 23:33:03 +01:00
yz70s
e76dc64868 Show 64 and 80 bit floats in windows and qt debugger (issue #476) 2015-12-06 23:33:03 +01:00
David Haywood
5f17636fdd new clones
Super Street Fighter II Turbo (Hispanic 940223) [Artemio Urbina]
2015-12-06 22:13:43 +00:00
Cowering
b910bf5a85 missed two (nw) 2015-12-06 14:01:59 -06:00
Cowering
418d057e97 fix SDL on Windows compile 2015-12-06 13:56:05 -06:00
David Haywood
d47f8d623f (nw) 2015-12-06 19:34:58 +00:00
Miodrag Milanovic
364b68a35d nullptr to 0x00 for ROM_FILL and ROM_COPY (nw) 2015-12-06 20:21:38 +01:00
David Haywood
1a1b4c6e65 swap some sets around (nw) 2015-12-06 18:29:55 +00:00
David Haywood
c6b37d49c2 new clones
Super Slam (set 3) [f205v]

where has
 ROM_COPY( "oki", nullptr, 0x40000, 0x20000)
 ROM_COPY( "oki", nullptr, 0x80000, 0x20000)
etc. come from?  afaik the 2nd param is an offset, not a pointer?
2015-12-06 18:08:13 +00:00
David Haywood
19453fe6a5 new clones
Multi Game (Versione 3.8.6T - 1.5.6, 25-AUG-97) (V378?) [Tirino73]

the versioning on these makes no sense, I guess the internal strings weren't always updated.
2015-12-06 17:51:19 +00:00
David Haywood
19fe5f2b5c new clones (not working)
Klax (set 2, bootleg) [ANY]

has a different sound system to the original at least, doesn't appear to boot yet.
2015-12-06 17:02:15 +00:00
Miodrag Milanovic
6a765a95ec Added addprojectflags function and added -Wsuggest-override for all that are not 3rdparty projects.
It is place where all additional checks we should put
2015-12-06 17:07:50 +01:00