cracyc
26ee73a122
pcd: reverse video (nw)
...
pc9801: configurable ide support (nw)
2015-09-14 13:18:01 -05:00
Stiletto
997c5b1ca1
typo fox (nw)
...
typo fox (nw)
2015-09-14 13:51:53 -04:00
Stiletto
0016088d8b
typo fox (nw)
...
typo fox (nw)
2015-09-14 13:51:16 -04:00
Stiletto
8bb5d4379c
typo fox (nw)
...
typo fox (nw)
2015-09-14 13:50:49 -04:00
Stiletto
0fd4585aca
Soccer romset fix (nw)
...
Soccer romset fix (nw)
2015-09-14 13:12:19 -04:00
R. Belmont
518897bfca
Merge pull request #298 from JoakimLarsson/hkv10_2
...
Added driver for Heurikon HK68K/V10 VME board
2015-09-14 12:36:39 -04:00
David Haywood
c89449061d
reduce tagmap lookups in taito_f3.c (was causing severe slowdown in arkretrn) (nw)
2015-09-14 15:53:25 +01:00
Stiletto
dc397d418a
rename Destruction Derby (Chicago Coin) to Demolition Derby (Chicago Coin) (nw)
...
rename Destruction Derby (Chicago Coin) to Demolition Derby (Chicago Coin) (nw)
2015-09-14 09:40:30 -04:00
Stiletto
64879ef1ba
rename Destruction Derby (Chicago Coin) to Demolition Derby (Chicago Coin) (nw)
...
rename Destruction Derby (Chicago Coin) to Demolition Derby (Chicago Coin) (nw)
2015-09-14 09:39:36 -04:00
couriersud
dbe814e45f
Missing file update. (nw)
2015-09-14 13:54:31 +02:00
couriersud
9fca8bdc44
Remove last traces of printf from plib. Reorganized some code. (nw)
2015-09-14 12:34:25 +02:00
Stiletto
f9753499d2
more comment fixes (nw)
...
more comment fixes (nw)
2015-09-14 06:05:59 -04:00
Stiletto
efe0cc4b39
Add Ramtek Hockey set, rename Soccer set, based on research.
...
Add Ramtek Hockey set, rename Soccer set, based on research.
2015-09-14 03:50:06 -04:00
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
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