Commit Graph

40521 Commits

Author SHA1 Message Date
arbee
b3e74085fe apple2: fix parallel card ACK handling, Print Shop almost works with the lx810l now. [R. Belmont] 2016-01-31 17:59:41 -05:00
Justin Kerk
b1eaf63758 Fix Emscripten build (nw) 2016-01-31 20:43:55 +00:00
Miodrag Milanović
588ee94e9e Merge pull request #600 from ajrhacker/master
Ignore invalid default slot options in software lists
2016-01-31 19:17:54 +01:00
Miodrag Milanović
ed6b87e8b8 Merge pull request #599 from dankan1890/master
libuv: suppressed warning C4477 in Visual Studio 2015.
2016-01-31 18:44:35 +01:00
dankan1890
e3b80070a5 Suppressed warning C4477 in Visual Studio 2015. 2016-01-31 18:43:13 +01:00
AJR
963fb48ba7 Ignore invalid default slot options in software lists
This prevents software lists from (e.g.) trying to put a Zapper into ctrl1 on the Famicom.
2016-01-31 12:41:18 -05:00
Miodrag Milanović
2e0fb0375d Merge pull request #598 from Pernod70/master
i8271: unload head after programmed revolutions [Nigel Barnes]
2016-01-31 18:03:27 +01:00
Miodrag Milanovic
f005b29cce using dereferenced mutex = bad idea (nw) 2016-01-31 17:05:40 +01:00
Nigel Barnes
c147c4f953 i8271: unload head after programmed revolutions 2016-01-31 15:07:56 +00:00
Miodrag Milanovic
f924d4bd42 link into main project and link deps (nw) 2016-01-31 15:38:51 +01:00
Miodrag Milanovic
c152866e02 added http-parser (nw) 2016-01-31 15:34:40 +01:00
Miodrag Milanovic
7d915c5a79 Added script for building libuv (nw) 2016-01-31 15:28:49 +01:00
Miodrag Milanovic
7445a959d5 Merge branch 'master' of https://github.com/mamedev/mame 2016-01-31 15:26:39 +01:00
Miodrag Milanovic
12f9fcebaa added libuv library (nw) 2016-01-31 15:25:07 +01:00
hap
ec3faa3563 Machines promoted to WORKING
------------
Fidelity Chess Challenger 10 [hap, Berger]
Fidelity Sensory Chess Challenger 12-B [hap, Berger]
Fidelity Voice Chess Challenger [hap]
Fidelity Voice Sensory Chess Challenger [hap]
Fidelity Champion Sensory Chess Challenger [hap]
2016-01-31 11:53:15 +01:00
Miodrag Milanović
68e9c4fea3 Merge pull request #597 from ajrhacker/swslotdefault
Software list entries can now supply slot option defaults [AJR]
  This feature is enabled when executing 'mame driver software'. After the specified software is found in the   software list and attached to an appropriate image device, the software part's feature list is examined for any feature whose name is that of a slot device with _default appended. The feature's value field becomes the slot's default option, which overrides any driver-specified default and can be overridden by user-specified options.

No software lists have been updated to use this feature at the moment.
2016-01-31 08:31:35 +01:00
Miodrag Milanovic
f5be481030 Fix regression with some drivers like fidelz80, for render we just need to keep mutex per thread (nw) 2016-01-31 08:23:30 +01:00
Miodrag Milanović
80ef82c21d Merge pull request #596 from dankan1890/master
Some missed in menu conversion from auto to global.
2016-01-31 07:57:03 +01:00
AJR
d3eecba525 Software list entries can now supply slot option defaults
This feature is enabled when executing 'mame driver software'. After the specified software is found in the software list and attached to an appropriate image device, the software part's feature list is examined for any feature whose name is that of a slot device with _default appended. The feature's value field becomes the slot's default option, which overrides any driver-specified default and can be overridden by user-specified options.

No software lists have been updated to use this feature at the moment.
2016-01-30 22:49:08 -05:00
RobertoFresca
6649c76bef New machines marked as NOT_WORKING
----------------------------------
Unknown Nibble game [Team Europe, Marcus Jendroska, Y~K, Smitdogg, Roberto Fresca, The Dumping Union]
2016-01-30 23:18:17 -03:00
hap
22941d57de osd/windows: small cleanup 2016-01-31 01:51:33 +01:00
dankan1890
0f4b6b0e46 Merge branch 'master' of https://github.com/mamedev/mame 2016-01-31 00:59:23 +01:00
hap
1a76d2d5a5 hh_tms1k: note 2016-01-31 00:25:05 +01:00
dankan1890
16d9f27d06 Some missed in menu conversion. 2016-01-31 00:00:43 +01:00
hap
f5be205f6e fix a mutex regression (this doesn't fix the lockups i'm seeing) 2016-01-30 23:52:58 +01:00
hap
7951505891 fidel*: added(rather, much improved) internal artwork for VSC,CSC,SC12 2016-01-30 22:21:48 +01:00
Miodrag Milanović
dc7cc9a7eb Merge pull request #595 from dankan1890/master
This fix VS2015 warning (and building) about uninitialized variable.
2016-01-30 21:01:38 +01:00
dankan1890
da560be4ce Merge branch 'master' of https://github.com/mamedev/mame 2016-01-30 21:01:12 +01:00
dankan1890
c8bef31f09 This fix VS2015 warning (and building) about uninitialized variable.
(note: I don't think is right initialized to 0, but I don't have the skills necessary to determine the proper value.)
2016-01-30 20:59:42 +01:00
Miodrag Milanovic
5f3e6c8bdc fixed clang compile of m68kmake(nw) 2016-01-30 20:53:28 +01:00
Miodrag Milanovic
42622cfe8e replace osd_lock with std::mutex [Miodrag Milanovic] 2016-01-30 20:43:50 +01:00
Miodrag Milanović
81123aa4b5 Merge pull request #594 from ajrhacker/aligned
Add macros for alignment checking (nw)
2016-01-30 20:38:31 +01:00
AJR
83e6738a0a Add macros for alignment checking (nw) 2016-01-30 13:25:32 -05:00
Ville Linde
37adee5d3e cobra: register 0x114 is fb read pix/line count (nw) 2016-01-30 16:18:35 +02:00
Miodrag Milanovic
0be7219fbb user overriden parameters for compiling mc68k core (nw) 2016-01-30 13:46:26 +01:00
Miodrag Milanovic
118d70ac75 New not working clones added:
IGT Multistar 7 2c [Miodrag Milanovic]
2016-01-30 12:41:59 +01:00
Miodrag Milanović
ea2dd69fab Merge pull request #593 from dankan1890/master
Use nothrow allocation in these circumstance.
2016-01-30 10:30:23 +01:00
dankan1890
29ba71768c Use nothrow allocation in these circumstance. 2016-01-30 09:31:46 +01:00
Miodrag Milanovic
dbb6c11313 makefile should inherit CC and GCC if set in parent makefile (nw) 2016-01-30 08:11:57 +01:00
Miodrag Milanović
02b1050f16 Merge pull request #592 from ajrhacker/slapstic
One small step toward slapstic modernization (nw)
2016-01-30 07:52:14 +01:00
Miodrag Milanović
1ec138b458 Merge pull request #591 from stuartcarnie/mame0170
osdmini: fixes build issues [Stuart Carnie]
2016-01-30 07:50:33 +01:00
AJR
8403f5b234 One small step toward slapstic modernization (nw)
- Make chip number part of device configuration, not init param
- Correct mainpcb slapstic number in racedrivpan
- Remove many unused slapstics
- Hopefully no regressions
2016-01-30 01:24:08 -05:00
Stuart Carnie
048fd105db osdmini: fixes build issues 2016-01-29 22:44:18 -07:00
briantro
99fb3c0c22 segas16b.cpp: Minor doc update - NW 2016-01-29 22:04:54 -06:00
Lord-Nightmare
bd754ed6f2 Fix F3 soft-reset on Arkanoid sets with MCU [Lord Nightmare] 2016-01-29 15:54:49 -05:00
Miodrag Milanović
d23a4183d9 Merge pull request #590 from ajrhacker/atarisnd
Modernize sound volume setting code in various Atari drivers [AJR]
2016-01-29 17:45:14 +01:00
AJR
94fd492905 Modernize sound volume setting code in various Atari drivers
This lets atarigen.cpp shed legacy sound routines using the archaic
method of looking up sound devices by types rather than tags (which
until 0.126u2 they weren't required to provide and often didn't have).
2016-01-29 11:03:59 -05:00
hap
b8307512e3 fidel6502: added CSC foreign language sets 2016-01-29 15:11:57 +01:00
David Haywood
f1bd6127a4 new clones
1000 Miglia: Great 1000 Miles Rally (94/05/10) [Corrado Tomaselli]
2016-01-29 13:54:00 +00:00
Miodrag Milanovic
1da83d27a7 Merge branch 'master' of https://github.com/mamedev/mame 2016-01-29 11:49:45 +01:00