Commit Graph

41809 Commits

Author SHA1 Message Date
MASH
2498a39312 Fill out arcade.flt exceptions 2016-03-19 23:55:09 +01:00
dankan1890
54b153ed68 Fixed unwanted games unpauses when loading External DATs view. (nw) 2016-03-19 22:56:28 +01:00
dankan1890
436dfb0f4d fix build. (nw) 2016-03-19 21:29:30 +01:00
Brad Hughes
725b90b5fd Handle a couple more SDL window events to track focus in input module. 2016-03-19 12:50:12 -04:00
Brad Hughes
f38d58f41b Fix build break for X11 input 2016-03-19 12:22:50 -04:00
Brad Hughes
bcf2c50e13 Merge branch 'master' of https://github.com/mamedev/mame.git 2016-03-19 12:00:57 -04:00
Brad Hughes
7a0a60d3c4 Fix SDL input focus tracking bug plus remove references to USE_OLD_SDL_INPUT compiler directive from the input refactor. 2016-03-19 12:00:50 -04:00
Miodrag Milanovic
030f37b94c The patch mainly adds software list support for the Master Gear adapter, used by the Game Gear driver, and removes two entries of the SMS software list that are just homebrew hacks [Enik] 2016-03-19 16:25:48 +01:00
Cowering
0be0eb6d5f A few info updates for A7800 (nw) 2016-03-19 10:20:30 -05:00
Miodrag Milanovic
95a2e4c2c6 compile BGFX for RPI as well (nw) 2016-03-19 16:09:34 +01:00
Miodrag Milanovic
6590600990 Added support for Raspberry Pi cross-compile (nw) 2016-03-19 16:09:34 +01:00
Miodrag Milanovic
d2fe9e454b Revert "Don't invoke VLA unnecessarily"
This reverts commit 9a299f35f3.
2016-03-19 16:09:34 +01:00
David Haywood
ce27172609 new Software List entry
gamate.xml: GP Race [Peter Wilhelmsen]
2016-03-19 15:02:30 +00:00
cracyc
a8d9a097c3 small cleanups (nw) 2016-03-19 09:40:47 -05:00
hap
6ad3dd52d8 nw 2016-03-19 14:37:21 +01:00
Vas Crabb
57f61b2bae * Fix handling of return codes from newer Windows APIs
* Fix a handle-leak in Windows stat implementation
* Return actual error code when path creation succeeds but file creation doesn't
2016-03-19 21:07:25 +11:00
Vas Crabb
9a299f35f3 Don't invoke VLA unnecessarily 2016-03-19 20:35:19 +11:00
Miodrag Milanovic
34cac8befd fix compile on 4.9.x (nw) 2016-03-19 10:24:32 +01:00
Vas Crabb
855136bfc3 Fix creation of paths on POSIX 2016-03-19 20:07:03 +11:00
yz70s
c30f7e5852 xbox.cpp: more usb (nw) 2016-03-19 09:31:56 +01:00
Vas Crabb
b34b408d8c Add original Dyna Cherry Master '99 QL-1 V9B.00 set [Vas Crabb, Ioannis Bampoulas]
* Rename existing set to cmast99b - it's hacked to remove Dyna name
* Add DIP switch settings and defaults from manual, nothing confirmed
* Confirm correct ROM loading
* Change to use cmast91 setup - gets to input test screen but still not working

New Machines marked as NOT_WORKING
----------------------------------
Cherry Master '99 (V9B.00) [Vas Crabb, Ioannis Bampoulas]
2016-03-19 18:31:09 +11:00
hap
2256104e3e ioport: added IPT_POWER_ON/OFF F1/F2 meant for soft-power buttons, as seen often in battery-backed CMOS CPU machines 2016-03-19 08:15:07 +01:00
Brad Hughes
ffee81b1d2 Merge branch 'master' of https://github.com/mamedev/mame.git 2016-03-18 22:57:25 -04:00
Brad Hughes
44a3589fd0 Fix DirectInput stuck joystick directional input when window loses focus. The reset function for the device was overwriting the axis information previously obtained. Changed it to correctly only reset the state member. 2016-03-18 22:57:16 -04:00
Brad Hughes
cadc351289 General code cleanup in input modules. Using ComPtr to manage DirectInput resources. 2016-03-18 22:51:06 -04:00
cracyc
a94e8fc55a pcat_dyn: add nvram and finish inputs, only audio missing (nw) 2016-03-18 21:32:49 -05:00
Vas Crabb
ba1d81dd19 Fix logerror 2016-03-19 13:09:12 +11:00
Vas Crabb
042fe7a2ab Merge pull request #727 from aviloria/patch-1
Fix some translations and fill missing ones
2016-03-19 11:54:54 +11:00
Scott Stone
25c74dcfc6 Clarify device/short names for HD63484 (nw) 2016-03-18 17:52:26 -04:00
Ted Green
b79020559e Added files to build and fixed override functions 2016-03-18 15:34:57 -06:00
cracyc
5c78c35501 trident: add support for doubled horiz width in tvga9000 (nw) 2016-03-18 16:10:38 -05:00
Ted Green
5933e0d3da Added skeleton for Galileo System Controller 2016-03-18 15:05:06 -06:00
dankan1890
58e9a97e25 Resynchronized the translation files. (nw) 2016-03-18 22:02:41 +01:00
aviloria
36e7a2d2fb Fix some translations and fill missing ones 2016-03-18 22:02:05 +01:00
dankan1890
25bc1007af Added support and configuration for the image collection "covers".
Slightly modernized and simplified the code.
2016-03-18 22:00:47 +01:00
Ted Green
95aa75c8c6 iteagle: Move serial irq assignment to top level 2016-03-18 14:37:52 -06:00
Ted Green
262fbb4009 Added Big Buck Hunter II 2016-03-18 14:06:52 -06:00
cracyc
a03a06380d winfile: fix narrowing error with gcc if LARGE_INTEGER is a union (nw) 2016-03-18 13:17:07 -05:00
hap
81212cd856 hh_sm510: ktopgun is playable, don't mark it as working yet due to still preliminary driver and untested MCU emu core 2016-03-18 18:38:55 +01:00
Brad Hughes
ce5bd9a3d2 Merge branch 'master' of https://github.com/mamedev/mame.git 2016-03-18 13:38:01 -04:00
Brad Hughes
603d5509df Update Windows OSD file functions to preferred more modern versions. All still available on XP and later. 2016-03-18 13:37:49 -04:00
David Haywood
708614a9d0 modernize angelkds.cpp driver a bit
(add I8255 devices, use generic palette handling, remove 'fake inputs')
2016-03-18 16:30:05 +00:00
cracyc
18116fe907 pcat_dyn: fix rom mapping and document some keys (nw) 2016-03-18 10:44:49 -05:00
Angelo Salese
8cf75ae91c Improved wording on this, nw 2016-03-18 15:34:08 +01:00
Ivan Vangelista
689467b39b ldplayer: make it compile again (nw) 2016-03-18 14:57:14 +01:00
Vas Crabb
f993cbbf0c Slight simplification to the code 2016-03-19 00:30:56 +11:00
balr0g
0e76e679c7 Rename 'tests' to 'mametests' to avoid name clash (nw) 2016-03-18 09:24:43 -04:00
Vas Crabb
b989ad9280 7zip romcmp 2016-03-19 00:23:09 +11:00
Miodrag Milanovic
45f20a43c7 added attotime test for balrog (nw) 2016-03-18 14:00:16 +01:00
Vas Crabb
e446d56daa Damn you glibstdc++ (nw) 2016-03-18 23:46:34 +11:00