Commit Graph

41827 Commits

Author SHA1 Message Date
Dirk Best
ebf0bd7c20 svi318: add support for banked cartridges 2016-03-20 14:23:46 +01:00
Dirk Best
6c9aaf6979 svi318: add the sv602 single slot expander 2016-03-20 14:23:41 +01:00
Dirk Best
3d676688cc svi318: correct sv801 xtal 2016-03-20 14:23:37 +01:00
Dirk Best
0e8a468a01 svi318: add missing state saving to slot devices 2016-03-20 14:23:32 +01:00
Dirk Best
55ebe70ca9 svi318: add centronics interface card (sv802) 2016-03-20 14:23:27 +01:00
Miodrag Milanovic
d18e9f343c Enable these delegates for MIPS as well (nw) 2016-03-20 14:19:23 +01:00
Miodrag Milanovic
13453b312f Fixed delegates for ARM and MIPS (nw) 2016-03-20 14:04:04 +01:00
Lord-Nightmare
e0221f47d7 update an obsolete TODO (nw) 2016-03-20 06:26:13 -04:00
Lord-Nightmare
6fae5233b8 Symbolics 36xx: rename driver from s3600 to s3670 to better reflect the actual model of what we're trying to emulate. Added more memory maps from the patent, but these do not seem to match the 3670 exactly, more investigation is required. [Lord Nightmare] 2016-03-20 06:22:32 -04:00
Lord-Nightmare
4b065b5e82 random comment update (nw) 2016-03-20 06:06:24 -04:00
Vas Crabb
83298818e3 Fix bdc loading and fullpath TTF loading 2016-03-20 20:44:07 +11:00
Miodrag Milanovic
7cd40eb58d Added uismall.bdc and way to load it for those that wish to use it still (nw) 2016-03-20 09:53:59 +01:00
Miodrag Milanovic
593803fb48 Fixed issue with internal font (nw) 2016-03-20 09:31:04 +01:00
Miodrag Milanovic
17cf4179fa fix Makefile issue (nw) 2016-03-20 08:40:55 +01:00
Miodrag Milanović
a69421b618 Merge pull request #731 from MASHinfo/patch-2
Fill out arcade.flt exceptions
2016-03-20 07:34:02 +01:00
cracyc
8fc8fc5ca3 pcat_dyn: add sound and mark toursol working [Carl] 2016-03-19 21:13:00 -05:00
Brad Hughes
9328fa9028 Fix VS Build issue for WRL ComPtr 2016-03-19 21:43:27 -04:00
dankan1890
5410d5a40a temporary fix for VS build. (nw) 2016-03-20 00:47:54 +01:00
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