Commit Graph

42645 Commits

Author SHA1 Message Date
Ivan Vangelista
bfbcdac2a6 cv1k.cpp: some work towards save state support. Should work but it would be better not to save the bitmap, so for the time being it is disabled by default (nw) 2016-04-01 19:25:57 +02:00
hap
daadbc5fd5 layouts: added triangle symbol 2016-04-01 19:09:55 +02:00
dankan1890
1fb4b520e1 Fixed MT06171: Specialized ini file settings get retained on a second game launch. 2016-04-01 17:28:13 +02:00
David Haywood
bb8463eb26 this is infinite ammo in the proto (nw) 2016-04-01 15:36:44 +01:00
Michael Zapf
b33b497d1e Fixing last fix: Remove unused member. 2016-04-01 13:52:17 +02:00
hap
e294b3f368 spyhuntertec: cleanup analog inputs 2016-04-01 12:38:31 +02:00
Miodrag Milanović
d087dc2bdb Merge pull request #774 from ajrhacker/type_class
Recognize the full range of controller inputs [AJR]
2016-04-01 08:12:58 +02:00
Miodrag Milanović
a462078906 Merge pull request #775 from jmallach/catalan-l10n
Initial Catalan translation [jmallach]
2016-04-01 08:07:55 +02:00
Michael Zapf
43fd82bda3 ti99_8: Removed unused variables. 2016-04-01 06:41:30 +02:00
Jordi Mallach
3d5c53d11e Typo fix: threshhold → threshold 2016-04-01 02:28:16 +02:00
Jordi Mallach
94ad873787 Typo fix: softwares → software
Software is uncountable. At most, we can use "pieces of software" or so.
2016-04-01 02:28:16 +02:00
Jordi Mallach
80890952a7 Typo fix: nonexistant → nonexistent 2016-04-01 02:28:15 +02:00
Jordi Mallach
b2a74670e0 Typo fix: convertion → conversion 2016-04-01 02:28:15 +02:00
Jordi Mallach
96c3921e81 Typo fix: controler → controller 2016-04-01 02:28:15 +02:00
Robbbert
d85b8ed9db Fixed the build (nw) 2016-04-01 11:05:21 +11:00
Robbbert
86d38c57e7 Merge branch 'master' of https://github.com/mamedev/mame 2016-04-01 10:39:44 +11:00
David Haywood
6e4ce56f87 redump leapstertv [Team Europe] 2016-04-01 00:24:06 +01:00
Dirk Best
1cfc713062 attckufo: cleaned up, identified i/o chip as 6821 pia 2016-04-01 01:11:47 +02:00
Robbbert
487fd9591a Merge branch 'master' of https://github.com/mamedev/mame 2016-04-01 09:43:08 +11:00
David Haywood
0a44bdf8d2 Merge branch 'master' of https://github.com/mamedev/mame 2016-03-31 23:06:53 +01:00
David Haywood
cc7f9809d5 improve inputs in spyhuntertec.cpp 2016-03-31 23:06:34 +01:00
Michael Zapf
13fce89d59 ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs 2016-03-31 23:55:50 +02:00
Jordi Mallach
02db474ea5 Typo fix: Standart → Standard
Note 'standart' is also visible in another call parametre, but
that one is probably a bad idea to change just like that.
2016-03-31 23:25:43 +02:00
Jordi Mallach
dfc7a19b0d Typo fix: Portugese → Portuguese 2016-03-31 23:23:48 +02:00
Jordi Mallach
b0e3a9c9bf Typo fix: Serivce → Service 2016-03-31 23:22:11 +02:00
Jordi Mallach
cef7fd5077 Typo fix: recieved → received
Note there are scores of other occurrences of "recieve", but they
are present in variable or constant names and I'll stay away from
those. For now. ;)
2016-03-31 23:19:46 +02:00
Jordi Mallach
1d052674c9 Typo fix: threshholds → thresholds 2016-03-31 23:17:32 +02:00
Jordi Mallach
98d2518440 Fix typo: uknown → unknown 2016-03-31 23:12:28 +02:00
Jordi Mallach
5cc90dc788 Fix typo: compresed → compressed 2016-03-31 23:09:00 +02:00
Jordi Mallach
3fb9b74f11 Fix typo: defualt → default 2016-03-31 23:07:07 +02:00
Jordi Mallach
87b0651edf Merge branch 'master' into catalan-l10n 2016-03-31 22:52:31 +02:00
hap
35eab35778 hh_sm510: Sean fixed bad bits in contra 2016-03-31 22:44:16 +02:00
Michael Zapf
20fefdb782 ti99: Unified slot options; added MEMEN signal 2016-03-31 22:34:24 +02:00
AJR
01b91996a5 Recognize the full range of controller inputs
This simplifies an old piece of MESS code that failed to properly classify paddle, pedal, positional and dial inputs, along with many of the less-common digital inputs. MT #06172 should be fixed by this.

The distinction between INPUT_CLASS_MISC and INPUT_CLASS_INTERNAL makes more sense now, though nothing makes use of it.
2016-03-31 16:08:14 -04:00
Miodrag Milanovic
3b5b03041d fix clang complain (nw) 2016-03-31 21:20:32 +02:00
Miodrag Milanovic
1ec2f972d9 update google test (nw) 2016-03-31 20:42:02 +02:00
Miodrag Milanovic
bd2e14349b Update rapidjson (nw) 2016-03-31 20:40:36 +02:00
Branimir Karadžić
4172b54d84 Update BGFX and BX (nw) 2016-03-31 20:39:30 +02:00
Miodrag Milanovic
5c34b1ba40 Update GENie (nw) 2016-03-31 20:37:28 +02:00
Miodrag Milanovic
6281e26ddb fix compile on windows (nw) 2016-03-31 20:22:02 +02:00
Lord-Nightmare
179cc290cf revert unused variable fix, as it was already fixed (nw) 2016-03-31 14:12:23 -04:00
Miodrag Milanović
08d21cebc8 Merge pull request #772 from ajrhacker/auto_iterator
Iterate over core classes C++11 style [ARJ]
2016-03-31 19:57:17 +02:00
AJR
b0e033146a Avoid auto return types; silence some unused variable warnings (nw) 2016-03-31 13:50:31 -04:00
hap
11dac979ed layouts: added zodiac symbols 2016-03-31 19:40:56 +02:00
hap
caa3fa41a0 layouts: added card and chesspiece symbols 2016-03-31 19:18:23 +02:00
David Haywood
6de29f318c Merge branch 'master' of https://github.com/mamedev/mame 2016-03-31 17:26:52 +01:00
David Haywood
c53833d1e4 attempt to fix hap issue (nw) 2016-03-31 17:26:35 +01:00
hap
f8aefa8533 notes 2016-03-31 17:56:15 +02:00
Lord-Nightmare
7a5ded3e0c fix compile error on clang (nw) 2016-03-31 11:48:57 -04:00
David Haywood
27d55acdff borrow string processing code from ui.cpp so that £ works in layouts (using UTF-8 encoding at least) [David Haywood]
updated sc4fd7tha.lay with UTF8 encoding of £ sign [Krick]
2016-03-31 16:42:01 +01:00