Commit Graph

42495 Commits

Author SHA1 Message Date
Miodrag Milanovic
50071f4451 Fix windows compile (nw) 2016-04-09 15:22:25 +02:00
Miodrag Milanovic
a14994c6c0 Added skeleton for network output (nw) 2016-04-09 15:19:43 +02:00
Miodrag Milanovic
2f974586d6 Added none and console output providers (nw) 2016-04-09 15:19:43 +02:00
Miodrag Milanovic
39c9c8c5dc Remove os dependant output handling (nw) 2016-04-09 15:19:43 +02:00
hap
96834b08f4 fidel6502: SC9 WIP 2016-04-09 15:14:12 +02:00
Vas Crabb
096c94743a More ZIP support 2016-04-09 21:52:09 +10:00
Vas Crabb
e925c494fe Update LZMA SDK to 15.14 2016-04-09 21:52:08 +10:00
couriersud
b13e02f975 Align with standalone-build. 2016-04-09 12:44:41 +02:00
couriersud
7b3d46dea7 Add includes for dependency documentation. (nw) 2016-04-09 12:17:51 +02:00
Miodrag Milanovic
c565ce729c update libuv to 1.9.0 (nw) 2016-04-09 09:51:13 +02:00
Vas Crabb
f5f9b45da8 ZIP64 support [Vas Crabb] 2016-04-09 15:28:58 +10:00
cracyc
74d1fbbdb9 plugins/cheatfind: start adding basic menu (nw) 2016-04-08 22:30:32 -05:00
hap
7047f18fdf hmcs40: REDD/SEDD param is only 2 bits 2016-04-09 03:41:52 +02:00
yz70s
62d6d7f24b nld_ms_sm.h: better use '!' instead of 'not' (nw) 2016-04-08 23:54:10 +02:00
couriersud
706b8b363a Add includes for dependency documentation. (nw) 2016-04-08 20:33:42 +02:00
cracyc
aee051e46d plugins/timer: add play count (nw) 2016-04-08 13:18:04 -05:00
Dirk Best
4f1ffa851e vtech1: Add support for the "Dick Smith VZ-200/300 RTTY Cartridge"
Appears to work fine, except we don't have a generic RTTY interface yet.
2016-04-08 19:55:09 +02:00
cracyc
978ab32a11 plugins/cheatfind: start lua cheat finder library [Carl] 2016-04-08 11:59:50 -05:00
couriersud
28d364bc8f Add includes for dependency documentation. There is still inconsistent
use of assert(...) in src/lib/util. libutil compile will use assert from
<assert> while other parts of mame will be compiled with assert from
emucore.h.
2016-04-08 17:53:52 +02:00
couriersud
07645b6670 Minor changes, mostly signed comparisons and adding includes for
dependency documentation.
2016-04-08 17:02:48 +02:00
hap
50d78ba017 sm510: readded adx carry exception again, lone ranger will lockup otherwise 2016-04-08 16:21:28 +02:00
cracyc
0e5c6cb8c1 plugins/timer: save to the correct file (nw) 2016-04-08 08:33:55 -05:00
etabeta78
db784e019f info.cpp: first attempt to fix the longstanding issue about inputs owned
by devices being always tagged as P1 inputs in -lx. [Fabio Priuli]

this proposed solution increases the field.player() value whenever the
owner device changes, unless the input is a keyboard: in this way we
correctly number pads and other controllers connected via slot devices to
consoles/computers, at price of tagging as 3-player games a few arcades
(e.g. those in cubo.cpp) which have two controllers + a touchscreen
attached through a separate device...
I start to think that maybe we shall re-think the idea of logging the number
of players of a game, but I'm open to suggestions.
2016-04-08 15:31:38 +02:00
hap
1e482d4002 New NOT_WORKING machine added
--------------
Konami Lone Ranger (handheld) [hap, Sean Riddle]
2016-04-08 15:24:49 +02:00
etabeta78
abfe22fb9c ksys573.cpp: removed a few unused input bits from hyperbbc. nw. 2016-04-08 15:13:15 +02:00
Scott Stone
8ca5346b31 Fixed default dip for hishouza based on dip sheet, fixes MT#6174 2016-04-08 07:48:39 -04:00
Miodrag Milanović
d372d47beb Merge pull request #795 from Bavarese/patch-1
Update dec_lk201.cpp
2016-04-08 13:28:53 +02:00
Bavarese
5fe265c8f7 Update dec_lk201.cpp
Corrected key position E11. Better explanation for double assignments on N0, ENTER / RETURN keys. See DUELL schematics.
2016-04-08 13:27:40 +02:00
Miodrag Milanovic
d00185936b Try to fix issue on some linux platforms (nw) 2016-04-08 13:27:02 +02:00
hap
75673f2b9f sm500 opcode handler placeholders 2016-04-08 12:18:13 +02:00
yz70s
8022a8285e xbox.cpp: more usb, possible to have more than 1 usb device plugged at the same time (nw) 2016-04-08 11:46:01 +02:00
Miodrag Milanovic
595d930f25 fix 2016-04-08 10:33:12 +02:00
Miodrag Milanovic
0f69c325ad Revert "Fix SDL compile on linux. Took the opportunity to remove a number of"
Partial revert only, some changes still in
This reverts commit 632b10cd0e.
2016-04-08 10:30:18 +02:00
Miodrag Milanovic
d11b3c6655 Revert "compile fix on windows (nw)"
This reverts commit f862b77520.
2016-04-08 10:23:57 +02:00
Miodrag Milanovic
2a0c7a0f0b renamed memory.* to emumem.* (nw) 2016-04-08 10:15:48 +02:00
Stiletto
750d4b8d93 (nw)
(nw)
2016-04-08 03:30:56 -04:00
Miodrag Milanovic
f862b77520 compile fix on windows (nw) 2016-04-08 09:20:15 +02:00
Miodrag Milanović
520e38abb5 Merge pull request #794 from ajrhacker/devfind_region
Devfind revision phase 1, cleaning out some legacy stuff [AJR]
2016-04-08 07:49:36 +02:00
cracyc
06e2aa26a2 oops++ (nw) 2016-04-07 21:42:42 -05:00
cracyc
a94eeb628f plugins/timer: add sample plugin for game time [Carl] 2016-04-07 21:29:40 -05:00
couriersud
632b10cd0e Fix SDL compile on linux. Took the opportunity to remove a number of
"emu.h" includes from src/osd/modules/render/bgfx code. 
There is still a conflict between mame memory.h and bgfx memory.h to be
resolved.
2016-04-08 03:30:12 +02:00
couriersud
bc936dbc26 Added m62(kidniki) to nl.lua. Started some experiments around parallel
solving of linear equations. This code is not active. Fix kidniki audio
performance. [Couriersud]
2016-04-08 03:30:11 +02:00
cracyc
86007e7e29 oops++ (nw) 2016-04-07 20:17:42 -05:00
cracyc
ea484da9a8 plugins/cheat: create temp[0-9] in case xml script doesn't (nw) 2016-04-07 20:02:33 -05:00
cracyc
d88bdb6869 plugins/cheat: fix more (nw) 2016-04-07 19:42:18 -05:00
RobertoFresca
9f95c2e6cb Last Four: Added technical notes... 2016-04-07 21:28:01 -03:00
AJR
f23adf912f Revert "keep segaybd happy with recent changes (for the time being system16 type sprites need to be called 'sprites') (nw)"
Using DEVICE_SELF, not an absolute tag, is the right way to fix this.

This reverts commit 3e4063d139.
2016-04-07 19:21:24 -04:00
RobertoFresca
bc9c0cb9df Merge branch 'master' of https://github.com/mamedev/mame 2016-04-07 20:05:50 -03:00
RobertoFresca
6bc4219ae0 Magic 10 driver: Added technical notes and a missing PLD dump. [f205v] 2016-04-07 20:04:59 -03:00
AJR
c0f366c613 Devfind revision phase 1, cleaning out some legacy stuff
- Eliminate the cached device_t::m_region pointer and its region() getter method. Devices that need to bind to a region with the same tag should use optional/required_memory_region or optional/required_region_ptr with DEVICE_SELF as the subtag; this improves error checking. (DEVICE_SELF has been moved to device.h for greater visibility in the source.)
- Allow required/optional_region_ptr to specify a specific length which must match that of the region found.
- Implement finder_base::finder_tag() getter for diagnostic purposes.
- Perform some (not very efficient) validity checks on memory region finders instead of allowing them to automatically pass.
- Privatize device_memory_interface::m_addrspace.
2016-04-07 18:59:38 -04:00