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
arbee
3afd02d896
mac: fix regressions (nw)
2015-12-06 11:01:46 -05:00
Miodrag Milanovic
693204a29c
fix override for new code (nw)
2015-12-06 16:50:40 +01:00
Miodrag Milanovic
1b4bd72ef9
Merge branch 'master' of https://github.com/mamedev/mame
2015-12-06 16:45:17 +01:00
Miodrag Milanovic
784a5e690a
implementation must be removed too (nw)
2015-12-06 16:44:45 +01:00
David Haywood
66f7bde177
Merge pull request #486 from system11b/S11psikyomono
...
These games are all mono
2015-12-06 15:42:24 +00:00
David Haywood
470c6df29e
Merge pull request #487 from felipesanches/patinho_feio
...
New CPU & driver: Patinho Feio (first computer developed in Brazil, in 1971)
2015-12-06 15:42:18 +00:00
Miodrag Milanovic
5a3352a6b0
Fix clang build on OSX/Linux
2015-12-06 16:40:18 +01:00
Miodrag Milanovic
93d0471081
Fix clang build on OSX/Linux
2015-12-06 16:39:38 +01:00