Commit Graph

42311 Commits

Author SHA1 Message Date
Miodrag Milanovic
f2bff83b3d Removed empty header file (nw) 2016-04-03 14:39:22 +02:00
Miodrag Milanović
9c181657d1 Merge pull request #780 from ajrhacker/subdevice_gfx
Reduce the incidence of required_device<palette_device> in subdevices [AJR]
2016-04-03 14:38:14 +02:00
Miodrag Milanović
9c61e636f1 Merge pull request #782 from h0tw1r3/feature-extmenu
refactor miscmenu and add adv menu (nw)
2016-04-03 14:08:25 +02:00
Miodrag Milanović
5b0b34b30a Merge pull request #781 from h0tw1r3/master
cross compile fixes
2016-04-03 13:44:55 +02:00
Miodrag Milanovic
8679bf8e0d this was removed by mistake 2016-04-03 13:21:05 +02:00
Miodrag Milanovic
99bbef5fbf moved texture flags to proper place (nw) 2016-04-03 13:13:33 +02:00
Miodrag Milanovic
bae0f1fc80 removed not used part of code (nw) 2016-04-03 12:54:13 +02:00
Miodrag Milanovic
865ac0e35c reverting 88e84e7c52 (nw) 2016-04-03 12:52:08 +02:00
ImJezze
370aa2e8f5 Fixed render target dimension swap for BGFX (nw) 2016-04-03 12:09:38 +02:00
Miodrag Milanovic
88e84e7c52 ATTN: Ryan, please check. This is flag that causes BGFX looked worst then others (nw) 2016-04-03 10:48:11 +02:00
Jeffrey Clark
ca3e65e35f refactor miscmenu and add adv menu (nw) 2016-04-03 07:02:38 +00:00
Jeffrey Clark
07ef71ef8b osx x86 invalid intptr_t conversion (nw)
src/osd/sdl/output.cpp:86:50: error: format specifies type 'int' but the argument has type 'intptr_t' (aka 'long')
2016-04-03 06:26:03 +00:00
Jeffrey Clark
5306f42a77 fix cross compile (nw) 2016-04-03 06:25:53 +00:00
Robbbert
2bd758d393 Fixed the build. 2016-04-03 13:16:19 +10:00
Michael Zapf
535bc44330 ti99: Removed GROMCLK generator from wrapper 2016-04-03 01:45:39 +02:00
hap
4b7752e64e New NOT WORKING machine added
---------------------------------------------
Konami Gradius (handheld) [hap, Sean Riddle]
2016-04-03 01:00:59 +02:00
Michael Zapf
d3eeb13429 ti99: Unwrapped sound access 2016-04-03 00:10:37 +02:00
AJR
27a27d460c Reduce the incidence of required_device<palette_device> in subdevices
Any device implementing device_gfx_interface will require a palette and, once it has started (which many video devices already check for), allow other devices to access it through a getter. This makes it unnecessary in most cases for devices to require both a gfxdecode and a palette; indeed, many devices went on to not use the palette at all.

Most cases have been solved in one of two contrasting ways: remove the palette finder and associated macros for configuring it, or implement device_gfx_interface and remove the gfxdecode finder. The latter solution, generally adopted for devices that decoded their own graphics internally or through their own subdevice, has doubled the number of implementations of device_gfx_interface and eliminated the need for Konami games to provide empty gfxdecodes.
2016-04-02 17:40:09 -04:00
Ville Linde
3af8030bb6 x86emit: fix REX order with all SSE prefixes (nw) 2016-04-02 21:20:39 +03:00
Ville Linde
b2578a2283 x86emit: SSE prefix comes before REX on MOVQ (nw) 2016-04-02 19:35:21 +03:00
Miodrag Milanovic
ae5258faec Added PRECOMPILE=0 so in conjunction with ccache it gives better compile speed (nw) 2016-04-02 17:48:31 +02:00
hap
18a7251918 sm510: ADX don't carry if adding 10(probably for bcd correction) 2016-04-02 16:54:57 +02:00
Robbbert
a811db6ea1 Glasgow: restored from before mboard existed, then adjusted to work with current MAME. Game works. 2016-04-03 01:39:17 +11:00
Miodrag Milanovic
731abe8ba0 Fixed joystick on Android preventing application to crash, cleanup init for SDL in total (nw) 2016-04-02 15:37:08 +02:00
MetalliC
0a3f7c37c7 naomi.c: add Derby Owners II protection key [MetalliC] 2016-04-02 14:37:30 +03:00
Peter Ferrie
829a06b966 fix the MSVC build (nw)
I wonder how it could have ever worked.  emu lacked zlib.h reference,
super80.cpp lacked UINT8 declaration.
2016-04-01 23:18:04 -07:00
briantro
6273fa8e21 Majestic 12 (US) clone added
New Clone Added
-----------------------------------------------------------
Majestic Twelve - The Space Invaders Part IV (US) [Artemio Urbina, The Dumping Union]
2016-04-01 20:36:12 -05:00
smf-
f83d5bb767 Some roms not found means the set is bad, all roms not found means the set is not found. Whatever this change was for probably can and should be done a different way.
Revert "Not found should actually return not found"

This reverts commit c756043e55.
2016-04-02 00:14:48 +01:00
hap
0a06123a13 boohiss, no zelda on april fools day.
Maybe another day? If somebody offers their dusty G&W Zelda for decap.
2016-04-01 23:42:48 +02:00
hap
fb92c0fd6b hh_sm510: WIP nintendo game&watch zelda 2016-04-01 20:45:47 +02:00
Ivan Vangelista
bfbcdac2a6 cv1k.cpp: some work towards save state support. Should work but it would be better not to save the bitmap, so for the time being it is disabled by default (nw) 2016-04-01 19:25:57 +02:00
hap
daadbc5fd5 layouts: added triangle symbol 2016-04-01 19:09:55 +02:00
dankan1890
1fb4b520e1 Fixed MT06171: Specialized ini file settings get retained on a second game launch. 2016-04-01 17:28:13 +02:00
David Haywood
bb8463eb26 this is infinite ammo in the proto (nw) 2016-04-01 15:36:44 +01:00
Michael Zapf
b33b497d1e Fixing last fix: Remove unused member. 2016-04-01 13:52:17 +02:00
hap
e294b3f368 spyhuntertec: cleanup analog inputs 2016-04-01 12:38:31 +02:00
Miodrag Milanović
d087dc2bdb Merge pull request #774 from ajrhacker/type_class
Recognize the full range of controller inputs [AJR]
2016-04-01 08:12:58 +02:00
Miodrag Milanović
a462078906 Merge pull request #775 from jmallach/catalan-l10n
Initial Catalan translation [jmallach]
2016-04-01 08:07:55 +02:00
Michael Zapf
43fd82bda3 ti99_8: Removed unused variables. 2016-04-01 06:41:30 +02:00
Robbbert
d85b8ed9db Fixed the build (nw) 2016-04-01 11:05:21 +11:00
Robbbert
86d38c57e7 Merge branch 'master' of https://github.com/mamedev/mame 2016-04-01 10:39:44 +11:00
David Haywood
6e4ce56f87 redump leapstertv [Team Europe] 2016-04-01 00:24:06 +01:00
Dirk Best
1cfc713062 attckufo: cleaned up, identified i/o chip as 6821 pia 2016-04-01 01:11:47 +02:00
Robbbert
487fd9591a Merge branch 'master' of https://github.com/mamedev/mame 2016-04-01 09:43:08 +11:00
David Haywood
0a44bdf8d2 Merge branch 'master' of https://github.com/mamedev/mame 2016-03-31 23:06:53 +01:00
David Haywood
cc7f9809d5 improve inputs in spyhuntertec.cpp 2016-03-31 23:06:34 +01:00
Michael Zapf
13fce89d59 ti99_8: Chipset low-level emulation; ti99_4x: using new GROMs 2016-03-31 23:55:50 +02:00
Jordi Mallach
87b0651edf Merge branch 'master' into catalan-l10n 2016-03-31 22:52:31 +02:00
hap
35eab35778 hh_sm510: Sean fixed bad bits in contra 2016-03-31 22:44:16 +02:00
Michael Zapf
20fefdb782 ti99: Unified slot options; added MEMEN signal 2016-03-31 22:34:24 +02:00