Commit Graph

40494 Commits

Author SHA1 Message Date
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
Miodrag Milanovic
042050ef67 Added Google Benchmark library (nw)
Included sample benchmark for eminline for native and noasm
Made GoogleTest compile only if tests are compiled
2016-01-29 11:47:40 +01:00
mahlemiut
e0da1a7288 SDL: if binding, listening or connecting to a socket fails, then close the socket handle. 2016-01-29 22:20:39 +13:00
hap
81c5bc7afc added clickable artwork flag to some game drivers 2016-01-29 09:19:07 +01:00
Miodrag Milanović
c38e2ab229 Merge pull request #589 from dankan1890/master
Small code cleanup
2016-01-29 07:54:30 +01:00
angelosa
d207322c52 Note about versions, nw 2016-01-29 02:19:29 +01:00
angelosa
d6eb0aff22 Raw guessing, nw 2016-01-29 02:12:45 +01:00
angelosa
4ad98de1dc Fixed gearbox input, flipped around irqs for testing. 2016-01-29 02:01:43 +01:00
angelosa
96c5f17b73 Seems to work fine like this, guess that crashing issue is caused by master irqs ... 2016-01-29 02:01:41 +01:00
angelosa
2323219c5c Added sound irq ack, removed hack (doesn't seem necessary) 2016-01-29 02:01:39 +01:00
angelosa
8baa2b6b69 overdriv.cpp: screen raw params. 2016-01-29 02:01:37 +01:00
hap
c4a66568e7 make internal mousepointer(that big orange one) smaller and less jaggies 2016-01-29 01:17:12 +01:00
dankan1890
1e8d53c167 wavwrite.cpp: call to nothrow allocation. 2016-01-29 00:47:01 +01:00
dankan1890
361d32d37f Small code cleanup:
- corealloc.h: added macro definition for global_alloc (nothrow) memory allocation.
- textbuf.cpp / wavwrite.cpp: removed pointless cast.
- debugcmd.cpp / luaengine.cpp / render.cpp: avoid strlen calls in a loop.
- diimage.cpp: simplified "device_image_interface::set_image_filename" function.
- miscmenu.cpp / selgame.h / video.cpp(h): replaced int with bool where applicable.
- ui.cpp: removed unused code.
2016-01-29 00:43:18 +01:00
Robbbert
2a1b422a4d Merge branch 'master' of https://github.com/mamedev/mame 2016-01-29 08:55:40 +11:00
hap
cb1d7fe7fc woop 2016-01-28 22:07:40 +01:00
hap
b0cc7ab9e0 fidelz80: added VSC foreign language sets 2016-01-28 22:05:35 +01:00
cracyc
681a5e48fe i86: fix notes (nw) 2016-01-28 12:18:48 -06:00
hap
688069fcf8 mmodular: removed gen32_oc custom MESS overclocked version of gen32_41 2016-01-28 19:02:59 +01:00
Ted Green
664196e047 Carnival King now working 2016-01-28 09:02:00 -07:00
RobertoFresca
1319453a84 Pyon Pyon Jump: OKI M5205 ADPCM samples support. [Roberto Fresca] 2016-01-28 00:42:18 -03:00
RobertoFresca
38287f8d4c Pyon Pyon Jump: Second CPU IRQ ack. Promoted to working. [Roberto Fresca]
New machines added or promoted from NOT_WORKING status
------------------------------------------------------
Pyon Pyon Jump (V1.40, Japan) [Roberto Fresca]
2016-01-28 00:34:37 -03:00
RobertoFresca
c276e966c6 Pyon Pyon Jump: Proper inputs + DIP switches support. [Roberto Fresca] 2016-01-28 00:20:50 -03:00
RobertoFresca
f000af2ba7 Merge branch 'master' of https://github.com/mamedev/mame 2016-01-28 00:11:12 -03:00
RobertoFresca
b09d458305 Pyon Pyon Jump: Version added to the game description. [Roberto Fresca] 2016-01-28 00:10:30 -03:00
Robbbert
9d3f9aa4ad pulsarlb: added extra bios 2016-01-28 11:31:53 +11:00
hap
12ce574a3e fidelz80: added UVC german/french/spanish 2016-01-28 00:37:20 +01:00
RobertoFresca
312dfd514b Pyon Pyon Jump: Added sound latch & output port. [Roberto Fresca] 2016-01-27 20:11:55 -03:00