angelosa
0857b44df6
Properly mark goldmedla / b as unemulated protection flag, they never access the video bank register for whatever reason, nw.
2016-09-06 22:25:20 +02:00
Scott Stone
4d344fc022
Merge branch 'master' of https://github.com/mamedev/mame
2016-09-06 16:13:13 -04:00
Scott Stone
cd2e853167
saturn.xml: renamed "area51" parent to "area51e" to avoid conflict with the arcade title setname "area51" which is also a CHD. (nw)
...
Note: Without this change, using "-verifysoftlist saturn" will detect the arcade CHD if it is anywhere in the rompath and assumes you are looking for the saturn one. That is a problem since all -verify commands are only supposed to check romset that you actually HAVE in a folder or compressed folder.
2016-09-06 16:12:51 -04:00
hap
3d595c6594
tsi speech+: added battery status input
2016-09-06 22:10:47 +02:00
Scott Stone
62172ec952
Merge branch 'master' of https://github.com/mamedev/mame
2016-09-06 15:46:05 -04:00
hap
e927784a90
New working machine added
...
-------------
TSI Speech+ [hap, Sean Riddle, Lord Nightmare]
2016-09-06 21:43:33 +02:00
Scott Stone
ca5ed769e6
Merge branch 'master' of https://github.com/mamedev/mame
2016-09-06 15:42:47 -04:00
Scott Stone
1f7b7305c6
neogeo.xml: Fixed [kof98/kof98a] for proper parent-clone relationship without which, depending how your romsets are stored, could cause -verifysoftware to show it as "is bad" (nw)
2016-09-06 15:42:14 -04:00
R. Belmont
261f6fbd5c
Merge pull request #1323 from MASHinfo/master
...
New Xevious clone
2016-09-06 15:40:07 -04:00
R. Belmont
35fb11ac92
Merge pull request #1326 from MASHinfo/master
...
New Ms. Pac-Man clone
2016-09-06 15:40:00 -04:00
R. Belmont
59888c4c6f
Merge pull request #1341 from MASHinfo/master
...
New NOT WORKING game [Siftware, MASH]
2016-09-06 15:39:50 -04:00
R. Belmont
14295ea5ce
Merge pull request #1360 from MASHinfo/master
...
New Jumping Cross clone
2016-09-06 15:39:40 -04:00
R. Belmont
436ff26e16
Merge pull request #1363 from johnparker007/layout_update
...
Fruit machines: Update layouts with fixes and improvements
2016-09-06 15:39:29 -04:00
R. Belmont
b8bef631bd
Merge pull request #1365 from ajrhacker/darkmist_license
...
Correct manufacturer info for darkmist
2016-09-06 15:39:17 -04:00
Scott Stone
65875e63e0
Merge branch 'master' of https://github.com/mamedev/mame
2016-09-06 14:47:55 -04:00
Scott Stone
6ee2829743
Fixed neogeo.xml based on a change that was not copied over from the neogeo.cpp driver for puzzldpr. (nw)
2016-09-06 14:47:31 -04:00
Lord-Nightmare
05845d5141
superqix.cpp: add notes, add some debugger access fences on read handlers [Lord Nightmare]
2016-09-06 14:43:10 -04:00
MetalliC
8a4f18996d
Merge pull request #1369 from mamehaze/mpu4test3
...
new clones Tecmo World Soccer '98 [Hammy]
2016-09-06 21:32:54 +03:00
Lord-Nightmare
3374f55b2a
variable name consistency, pass 3 (n/w)
2016-09-06 14:12:32 -04:00
angelosa
cde1fe2633
Promoted all Aleck 64 games minus Magical Tetris Challenge as working, nw
2016-09-06 19:47:50 +02:00
Lord-Nightmare
4c533586de
variable name consistency, pass 2 (n/w)
2016-09-06 13:45:15 -04:00
Lord-Nightmare
2df6cd563a
variable name consistency, pass 1 (n/w)
2016-09-06 13:27:16 -04:00
Lord-Nightmare
9d45c72a63
comment fixes and variable name clarify (n/w)
2016-09-06 13:03:19 -04:00
angelosa
29663a2bad
Inputs and basic flash device hookup, nw
2016-09-06 14:31:58 +02:00
angelosa
50e980ade8
Minor consolidations, nw
2016-09-06 14:31:56 +02:00
Nathan Woods
98df223c17
Allows devices to indicate whether image creation should be supported at the command line
...
This addresses MT bug #6372 . The prior issue is that creating serial and/or printer output relied on how image_load() would create images that were not there. This behavior was not universally desirable (the consensus was that it was wrong for disk images, up in the air for cassettes etc). This change makes it possible for devices to control this behavior.
Currently I have it associated with image_type(); this might not be the ideal fix.
2016-09-06 07:37:31 -04:00
Olivier Galibert
a2c306e923
dimemory, dirom: Add some documentation [O. Galibert]
2016-09-06 12:47:20 +02:00
MetalliC
e153f45560
fix MT06364
2016-09-06 13:31:55 +03:00
Olivier Galibert
7f37b29274
okim6295: Directly use set_rom_bank [O. Galibert]
...
dirom: Add a mandatory callback on bank change [O. Galibert]
2016-09-06 11:44:15 +02:00
Olivier Galibert
98392fb5e3
dirom: Resist to out-of-bounds bank numbers [O. Galibert]
2016-09-06 11:44:15 +02:00
mahlemiut
d2e070f63a
fmtowns: reduce logerror spam a bit
2016-09-06 19:07:36 +12:00
David Haywood
60f4c6a237
simplify logic / update comment (nw)
2016-09-06 05:12:54 +01:00
David Haywood
3344f71cf9
new clones
...
Tecmo World Soccer '98 [Hammy]
2016-09-06 04:59:48 +01:00
cracyc
46ab9213f5
ui/selgame: get dat info from plugin [Carl]
...
plugins/data: add data plugin [Carl]
2016-09-05 21:43:17 -05:00
Lord-Nightmare
63ecb9a387
arkanoid.cpp: clean up variable names for eventual harmonization with other Taito drivers with MCUs (n/w)
2016-09-05 21:45:50 -04:00
arbee
a68ec58674
nss: revised/corrected hardware info [Guru]
2016-09-05 21:04:15 -04:00
Curt Coder
c4d0fbc48b
pc1512: Added mouse port slot interface. [Curt Coder]
2016-09-05 22:09:58 +03:00
Curt Coder
908f473f19
dislot: Added missing quote. (nw)
2016-09-05 22:09:23 +03:00
Curt Coder
d943eb48a9
pc1512: Added joystick port to the keyboard. [Curt Coder]
2016-09-05 20:29:50 +03:00
Sandro Ronco
0e9d38151f
chessmst: fixed HALT button.
2016-09-05 19:00:41 +02:00
Nigel Barnes
96a3e73dbc
fix File Manager when cfg image directory invalid (nw)
2016-09-05 17:55:15 +01:00
Nigel Barnes
7ae7811ca1
bbc: moved joystick to analogue port slot device
...
- added Voltmace self-centering joysticks
2016-09-05 17:38:07 +01:00
Nigel Barnes
88da816a52
bbc: fix rom crc/sha1 (nw)
2016-09-05 17:38:07 +01:00
Nigel Barnes
e7250d3c92
bbcb: moved fdc to slot device to support various controller boards:
...
- Acorn 8271 and 1770, supporting Acorn, Amcom, Watford DFS's
- Cumana QFS (8877a)
- Opus DDOS and EDOS (1770, 2793, 2791)
- Watford DDFS (1770 and 1772)
- removed fake bbcb1770 machine
2016-09-05 17:38:07 +01:00
Curt Coder
c6ecc22997
pc1512: Added a software list for hard disks, and a preinstalled HD20 image to it. [Curt Coder]
2016-09-05 17:35:51 +03:00
Firehawke
2c0156d0c5
Merge pull request #1367 from Firehawke/master
...
First draft on ROM management for newbies, FAQ entry on common problems with unofficial builds
2016-09-05 06:08:56 -07:00
Curt Coder
fec44e7e18
pc1640: Added a software list for hard disks, and a preinstalled HD20 image to it. [Curt Coder]
2016-09-05 15:26:57 +03:00
Curt Coder
9d84623ab5
pc1512: WIP. (nw)
2016-09-05 14:38:23 +03:00
Firehawke
9d93c07c66
First draft on ROM management for newbies, FAQ entry on common problems with unofficial builds
2016-09-05 00:21:23 -07:00
Scott Stone
9ba12217b3
re-add documentation to kim1 driver and added information to XML regarding usage of softlist item (nw)
2016-09-05 03:03:03 -04:00