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
Joakim Larsson Edström
3c5965366b
Fixed some type errors
2015-09-13 22:08:00 +02:00
Valley Bell
1068a01153
prevent main menu from overwriting error.log and wavelog
2015-09-13 21:44:11 +02:00
Joakim Larsson Edström
fe94a528fe
Removed Curt from copyright holders, I am sure he doesn't want to get blamed for this device
2015-09-13 20:56:22 +02:00
Joakim Larsson Edström
1211bfb33e
fixed cut&paste error
2015-09-13 20:36:08 +02:00
Joakim Larsson Edström
fc2ce6db31
reverted to version of z80dart prior this patch
2015-09-13 20:31:22 +02:00
Joakim Larsson Edström
12a7a1c7e2
moved z80sio and z80scc devices to src/devices
2015-09-13 20:19:25 +02:00
Joakim Larsson Edström
1375689531
Added driver for Heurikon HK68K/V10 VME board
...
Added some SCC support in the z80dart driver
2015-09-13 20:17:02 +02:00
Joakim Larsson Edstrom
13bbcd2836
Added new devices to build
2015-09-13 20:16:02 +02:00
Joakim Larsson Edstrom
cdf1498d12
modified to use z80scc device instead of z80dart
2015-09-13 20:12:45 +02:00
Joakim Larsson Edstrom
f377fb6a2e
restored z80dart.[ch] to mame0165
2015-09-13 20:12:45 +02:00
Joakim Larsson Edstrom
c84deae971
added z80scc device, supporting just polled asynchrounous mode at the moment
2015-09-13 20:12:30 +02:00
Joakim Larsson Edstrom
ba03ee9087
Added new z80sio driver derived from z80dart.c
2015-09-13 20:12:29 +02:00
Joakim Larsson Edström
807bdf0a06
Added driver for Heurikon HK68K/V10 VME board
...
Added some SCC support in the z80dart driver
2015-09-13 20:12:29 +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