Commit Graph

38050 Commits

Author SHA1 Message Date
Stiletto
27e2344814 identified as Hockey and Soccer for now, based on research. General re-org. (nw)
identified as Hockey and Soccer for now, based on research. General re-org. (nw)
2015-09-14 03:45:53 -04:00
Osso
45516690a7 pcd.c: fix TravisCI build (nw) 2015-09-14 08:07:11 +02:00
Stiletto
934542508f oops (nw)
oops (nw)
2015-09-14 01:11:40 -04:00
Stiletto
b2563001c8 typo fixes (nw)
typo fixes (nw)
2015-09-14 01:10:52 -04:00
MetalliC
a7f2ef765a reparented NAOMI 1/2 to latest games revisions 2015-09-14 04:52:41 +03:00
cracyc
13f3f78103 pcd: make scsi work (nw) 2015-09-13 20:48:27 -05:00
David Haywood
9bfb44b096 Merge pull request #321 from felipesanches/amazonia_dip_switches
Adding DIP Switch settings for IGS Amazonia King
2015-09-14 02:11:40 +01:00
David Haywood
6c7eb9710b Merge pull request #322 from mamesick/patch-1
Attempt to fix MAMETESTERS bug #5939
2015-09-14 02:11:35 +01:00
David Haywood
7960d296ad Merge pull request #324 from ValleyBell/valleybell
fix for FM-Towns clock, minor fixes
2015-09-14 02:11:26 +01:00
David Haywood
f93c013f8b added 'global_inputs' (disabled by default) to allow MAME to read inputs even when it doesn't have the focus [Scrooge McClunk]
SailorSat made it possible to run multiple instances of MAME for link games, but the problem is that you can only control one MAME instance at a time (the window that has focus). Because win32 MAME supports RawInput, we can make linked games playable with global inputs that will poll simultaneously regardless of whether that MAME instance has focus. In win32 MAME using RawInput, keyboards were already registered for global inputs (RIDEV_INPUTSINK), but the polling code checks if the window has focus, so it wasn't taking advantage of it.

 I thought it'd be a good idea to add an option for global inputs to win32 MAME with RawInput. The WINOPTION is the "global_inputs" boolean. The option is disabled by default because this is an uncommon use case for MAME. The option is also disabled when forcing direct input and debugging. If the RawInput initialization code fails for whatever reason, the option will not be enabled. If the option is disabled, keyboards are no longer registered for global inputs (dwFlags set to 0 instead of RIDEV_INPUTSINK), because they won't work globally with the screen focus check anyway.
2015-09-14 02:08:12 +01:00
Robbbert
884e4460ae Fix the build. 2015-09-14 10:43:49 +10:00
Lord-Nightmare
1a7f8ce3ec oops (nw) 2015-09-13 19:16:46 -04:00
Lord-Nightmare
ebda08b5ed TMS5220 and TMS5110: Fixed incorrect implementation of pitch zero which caused an improperly long period with no pitch at an interpolation inhibited -> voiced boundary. Moved unvoiced parameter zeroing into the frame parser, as on the original chips. Some minor TALK/SPEN state machine changes as well, which should have minimal effect. [Lord Nightmare] 2015-09-13 18:56:27 -04:00
Peter Ferrie
fb246e3a5b Merge branch 'master' of https://github.com/mamedev/mame 2015-09-13 15:47:26 -07:00
Lord-Nightmare
1cf9087a7c tms5110r.inc: comment updates (nw) 2015-09-13 17:10:56 -04:00
Valley Bell
1068a01153 prevent main menu from overwriting error.log and wavelog 2015-09-13 21:44:11 +02:00
Miodrag Milanovic
d32cc1334d replaced all tabs with spaces in makedep.py (nw) 2015-09-13 19:10:32 +02:00
Miodrag Milanović
5231ce9c71 Merge pull request #323 from fulivi/hp64k_dev3
hp64k: small code refactoring
2015-09-13 19:00:58 +02:00
Cowering
c9d6609bf0 fix cross compile paths, make ar work with lto until Windows GCC fixed 2015-09-13 09:55:03 -05:00
MetalliC
ce83817f7e typo (nw) 2015-09-13 16:49:00 +03:00
MetalliC
72759ff974 Naomi / Chihiro docs update [f205v] 2015-09-13 16:43:28 +03:00
Miodrag Milanovic
d0e0a5bfa4 removed not needed include paths (nw) 2015-09-13 14:04:00 +02:00
Miodrag Milanovic
e3a6e9b0b8 removed deps from 3rdparty to osd (nw) 2015-09-13 12:45:56 +02:00
Miodrag Milanovic
05c7edb199 Remove direct zlib dependency in code (nw) 2015-09-13 12:27:46 +02:00
Miodrag Milanovic
954e900b78 Fix VS x64 compile (nw) 2015-09-13 12:17:50 +02:00
Miodrag Milanovic
c9bde5341d reorganized scripts according to new structure (nw) 2015-09-13 10:17:58 +02:00
Miodrag Milanovic
ee7ff77255 update build scripts and code change in order to fix compile (nw) 2015-09-13 09:20:24 +02:00
Miodrag Milanovic
deb9df99b5 placed back some files that should be part of core (nw) 2015-09-13 08:54:09 +02:00
Miodrag Milanovic
f88cefad27 Move all devices into separate part of src tree (nw) 2015-09-13 08:41:44 +02:00
Mamesick
6972e75f62 Attempt to fix MAMETESTERS bug #5939
05939: prehisle, gensitou, prehislek, prehisleu: Wrong speed.
This is a guesswork but in any case it's better than use a standard refresh rate of 60.00 Hz. Values are taken from snk68.c driver which contains games with very similar (if not identical) hardware to prehisle. Notice that the new refresh rate is identical to NeoGeo and this should not be a surprise since we're talking about SNK manufacturer
2015-09-13 08:08:50 +02:00
Lord-Nightmare
e92ac9e0fa TMS5220 and TMS5110: Fix an off-by-one in the interpolator causing the k5 coefficient to not be zeroed during unvoiced frames. Fixes various speech glitches. [Lord Nightmare] 2015-09-13 00:23:53 -04:00
Felipe Corrêa da Silva Sanches
0d960267cb Adding DIP Switch settings for IGS Amazonia King 2015-09-12 19:47:55 -03:00
arbee
760eda9d94 naomi: disc redumps for moeru, usagiym, jingystm, keyboard, luptype, and initdv2j [Guru, R. Belmont] 2015-09-12 15:46:30 -04:00
Vas Crabb
768d0e25a3 Remove redundant PORT_MODIFY (nw) 2015-09-12 21:28:58 +08:00
Vas Crabb
bdf6a49ecd cmezspin: fix DIPs/inputs [Vas Crabb, hsialin] 2015-09-12 21:06:17 +08:00
David Haywood
51650d9634 new clones
Rolling Thunder (oldest) [Layer (from neo-arcadia & jammaplus)]

this seems to be the original release, every rom was labeled RT1, all other revisions have been gradually upgraded (the existing oldest set replaces the MCU code, samples, and one data rom with RT2 for example)
2015-09-12 12:18:44 +01:00
Vas Crabb
be797989f8 New clones added
----------------
J. J. Squawkers (older) [Alex Marshall]
2015-09-12 18:05:48 +08:00
Miodrag Milanovic
494ea9fab0 added missing file for OSX (nw) 2015-09-12 11:56:19 +02:00
Miodrag Milanovic
a4ea92de24 Update scripts for compile with latest BGFX (nw) 2015-09-12 11:06:14 +02:00
Miodrag Milanovic
7acef62424 DX12 not working under mingw so disabling it for now (nw) 2015-09-12 11:05:29 +02:00
Miodrag Milanovic
dc4e3db9a5 removed not needed DirectX files (nw) 2015-09-12 11:04:54 +02:00
Miodrag Milanovic
7ca8f88a5c Added latest BGFX (nw) 2015-09-12 10:23:53 +02:00
Miodrag Milanovic
6d06509293 Added latest BX (nw) 2015-09-12 10:22:55 +02:00
Miodrag Milanovic
115ffcb10a Moved netlist from emu to lib (nw) 2015-09-12 10:12:14 +02:00
David Haywood
9b5c3ab3e0 improve amazonia decryption [iq_132] 2015-09-12 02:03:36 +01:00
Guru
45589ff3e6 coolridr.c: removed Aqua Stage comments because it's dumped 2015-09-11 21:27:23 +08:00
David Haywood
7477a92f9a adjust NeoGeo sound balance based on some hw recordings [Dr.Venom]
see
http://mametesters.org/view.php?id=6028
for discussion
2015-09-11 11:35:50 +01:00
Andrew Gardner
4cb6b31183 hng64 : Bugfix for polynew conversion - fixed writing to the z-buffer in the
wrong spot.
2015-09-11 10:23:33 +02:00
David Haywood
3b06958425 Merge pull request #317 from felipesanches/gunsmokeb_rom_naming
Fixing ROM names in the bootleg version of CAPCOM GunSmoke 1985 to re…
2015-09-11 07:48:57 +01:00
Lord-Nightmare
935d97d121 tms5220.c: whitespace cleanup (n/w) 2015-09-11 01:11:28 -04:00