R. Belmont
35ab0e4479
Merge pull request #1404 from MASHinfo/master
...
Fixed roms in Moon Alien Part 2 (older version)
2016-09-20 20:57:25 -04:00
R. Belmont
0769e2c9af
Merge pull request #1399 from MASHinfo/master
...
New Sauro clone
2016-09-20 20:56:51 -04:00
R. Belmont
bd737f7f5a
Merge pull request #1406 from MASHinfo/master
...
New Phoenix clone
2016-09-20 20:56:31 -04:00
R. Belmont
a2ace20ca2
Merge pull request #1429 from Shideravan/patch-26
...
Updating e-reader software-list with NES e-cards
2016-09-20 20:56:11 -04:00
R. Belmont
643b410291
Merge pull request #1430 from rfka01/master
...
New skeleton Siemens Simatic PG-685
2016-09-20 20:55:55 -04:00
Brad Hughes
31a9c62d1f
Merge pull request #1405 from tverona1/master
...
Adding support for stable controller id's
2016-09-20 17:54:34 -04:00
Michael Zapf
35aaa35f9f
Fixed some log outputs, removed old tag() calls. (nw)
2016-09-20 23:49:46 +02:00
rfka01
631d2f37a6
Merge remote-tracking branch 'upstream/master'
2016-09-20 23:13:01 +02:00
rfka01
44884e4761
Siemens Simatic PG685 OUA11 driver skeleton ... hopefully a dev shows mercy and helps flesh it out :)
2016-09-20 23:12:45 +02:00
Tomer Verona
845b36dae2
Adding id() property to input_device
...
This change adds id() property to input_device, which represents the
unique device id. This allows the osd layer when creating a device to
pass a friendly display name along with a unique identifier.
Currently the device id is only used to map a physical controller device
to controller id, but can be used more generally in the future. For raw
input devices, we use the full raw input name as the device id. For all
other devices, we fall back to device name as the device id. The
"uniqueness" of the device id is not currently enforced in code.
2016-09-20 12:19:58 -07:00
angelosa
276bb67755
Initial work towards debug command hookups for Sega Saturn [Angelo Salese]
...
Usage:
saturn <command_name> inside debugger console.
saturn help for a list of currently available commands.
(out of whatsnew: going to create a src/mame/debug folder for these?)
2016-09-20 20:15:29 +02:00
Shideravan
17aeff825d
fixing error in NES-e - Mario Bros.-e (USA) (Card 4) (Strip 2)
2016-09-20 15:10:30 -03:00
yz70s
d270f8c0ec
xbox.cpp/chihiro.cpp: small refactoring
2016-09-20 19:28:27 +02:00
Lord-Nightmare
d6a09b9f11
dec_lk201.cpp: Add 8051 version rom, not used yet. Corrected note about contact D13, which is completely omitted from the schematic, but definitely appears on the physical keyboard membrane, and functions. [Lord Nightmare]
2016-09-20 12:57:32 -04:00
Ivan Vangelista
e687ac2ee1
stfight.cpp: fixed regression. Sorry for this. (nw)
2016-09-20 18:03:27 +02:00
R. Belmont
6561740063
Merge pull request #1428 from MASHinfo/master
...
New Nibbler clone
2016-09-20 11:33:23 -04:00
smf-
c56cd675f2
Fixed trace command access a parameter beyond the list supplied, added an error message if you provide an invalid boolean, allow boolean to be case-insensitive and skip empty strings when parsing booleans. [smf]
2016-09-20 13:34:54 +01:00
Vas Crabb
4c791d4320
Merge pull request #1427 from dankan1890/partia_fix_for_MT06383
...
Partial fix for MT06383
2016-09-20 18:54:08 +10:00
dankan1890
7841819418
fixed.
2016-09-20 10:48:35 +02:00
Tomer Verona
32ea8266a3
A couple of fixes
...
- Fix null-reference exception when mapping device to unused (null)
controller index
- Restrict device map to controller configs
2016-09-20 01:24:36 -07:00
Shideravan
6c90e89ea4
Updating e-reader software-list with NES e-cards
2016-09-20 05:23:13 -03:00
dankan1890
ab54470468
Hoping to have understood the request. (nw)
2016-09-20 10:03:24 +02:00
Lord-Nightmare
e96f752a25
typo fix (n/w)
2016-09-20 01:43:23 -04:00
MASHinfo
a8adc562ac
New Nibbler clone
2016-09-20 06:07:26 +02:00
cracyc
0a3572591f
scn2674: make octopus look better (nw)
2016-09-19 22:04:44 -05:00
Lord-Nightmare
9b721d0758
dec_lk201.cpp: Add key matrix, documented the switch IDs for each key. Fixed Setup(F3)->F3 and PF1->NumLock mapping. [Lord Nightmare]
2016-09-19 22:42:55 -04:00
mahlemiut
7e754253c7
octopus: fix mapping of graphics PROM. Now detected on boot.
2016-09-20 11:55:32 +12:00
smf-
a7781904e4
Swap non playable primal rage 2 for playable judge dredd for now. Fixes mametesters #06138 [smf]
2016-09-19 21:22:49 +01:00
smf-
e9473830a3
Bios label from heavens gate from Guru. (nw)
2016-09-19 21:22:48 +01:00
dankan1890
99c3b32aca
Partial fix for MT06383
2016-09-19 20:47:12 +02:00
angelosa
3c772ce3cb
Some work towards flower.cpp, nw
2016-09-19 19:40:50 +02:00
Ivan Vangelista
74115791b1
overdriv.cpp: fixed save state problem (nw)
2016-09-19 19:08:01 +02:00
Ivan Vangelista
b07bedcc4e
stfight.cpp: switched to configured bankins, fixes save state problem with cshootert (nw)
2016-09-19 18:38:54 +02:00
angelosa
6c66854f7e
Add NO_DUMP for missing title screen in Puzzle Club, nw
2016-09-19 18:19:07 +02:00
Michael Zapf
1d4f92b906
Added override modifier (nw)
2016-09-19 17:51:29 +02:00
Vas Crabb
2a07381c2e
Merge pull request #1423 from dankan1890/fix
...
Small fixes.
2016-09-20 01:28:10 +10:00
Vas Crabb
3b9c83f167
Merge pull request #1425 from JoakimLarsson/didact_layout5
...
Didact: simplified internal layouts removing dependencies on external artwork
2016-09-20 01:05:41 +10:00
angelosa
e54e7a4563
Mark Usagi as IMPERFECT GFXs, nw
2016-09-19 16:49:48 +02:00
Joakim Larsson Edstrom
e39f3ca1c8
Simplified internal layouts which removed dependencies on external artwork
2016-09-19 16:15:25 +02:00
Scott Stone
57fdec7d18
fixed typo (nw)
2016-09-19 08:46:06 -04:00
Michael Zapf
3cb56626ec
ti99: Improve performance by stopping GROM clock in idle state
2016-09-19 14:36:45 +02:00
Scott Stone
e8c651e343
pce_tourvision.xml: Added Barunba and Power Tennis (Not Working) [system11]
...
pce.xml : Updated status on a non-working game (nw)
tourvis.cpp: Updated information for new card images added [system11]
2016-09-19 08:29:27 -04:00
smf-
ea15eb9111
small step towards getting rid of the cps2_dead machine config. (nw)
2016-09-19 11:28:02 +01:00
smf-
a96e3c1712
another couple of rom names from Guru, previous comment covers it so..... (nw)
2016-09-19 10:03:29 +01:00
mahlemiut
873fc1805e
octopus: made a start at switching between the 8088 and Z80 CPUs. TESTUNE.COM on the diagnostic disk is a good test for CPU switching (might want to keep the volume down a bit).
2016-09-19 15:54:52 +12:00
dankan1890
1376b3497c
removed enable_dats() option, no longer needed after the switch to lua plugin. (nw)
...
fixed the failure to select the last used machine if quit with the focus in another part of the main menu. (nw)
2016-09-19 02:48:46 +02:00
smf-
05a63c3e04
Renamed ZN1/ZN2 bios roms based on the label (where known), renamed the bios sets after the board, moved cat702 to files [smf, Guru]
2016-09-18 20:05:39 +01:00
hap
f0c4ad1145
New working machines added
...
-------------
A-One LSI Match Number/LJN Electronic Concentration [hap, Sean Riddle]
Coleco Head to Head Boxing [hap, Sean Riddle]
Tandy Championship Football [hap, Sean Riddle]
2016-09-18 18:06:44 +02:00
Robbbert
6863c5a866
alesqs7: Was added as a new driver back in May, but forgotten to be added to mame.lst (nw)
2016-09-19 00:47:49 +10:00
Michael Zapf
2bf93a51e8
Added HxC HFE disk format.
2016-09-18 12:31:13 +02:00