Commit Graph

51447 Commits

Author SHA1 Message Date
Ted Green
1c427a8692 gt64xxx: Change sdram configuration options. (nw) 2017-05-13 14:30:06 -06:00
Ted Green
d2224d2eee vrc5074: Added new Nile 4 System Controller device 2017-05-13 14:30:06 -06:00
tim lindner
06d430fbcb Emulation of Games Master Cartridge 2017-05-13 13:29:53 -07:00
briantro
7b64017afb namcos11.cpp: Dancing Eyes World Ver C (DC2/VER.C) known to exist (nw) 2017-05-13 15:16:14 -05:00
MetalliC
108cc5f67a correct NAOMI Namco games regions World<->Asia (nw) 2017-05-13 21:29:44 +03:00
MetalliC
035d96e987 new machine added as NOT_WORKING
--------------------------------
Football Power [ArcadeHacker, The Dumping Union]
2017-05-13 21:27:34 +03:00
Ivan Vangelista
23d75af6e7 more timer_pulse removal (nw) 2017-05-13 14:20:07 +02:00
Ivan Vangelista
a983f396b4 forgot mame.lst (nw) 2017-05-13 13:00:19 +02:00
Ivan Vangelista
4ac208baeb namcos11.cpp: reworked game regions according to infos provided by ShouTime (nw) 2017-05-13 12:56:38 +02:00
Ivan Vangelista
84446a9a91 new working clone
-------------------------
Penky (Italian) [ShouTime, The Dumping Union]
2017-05-13 09:04:36 +02:00
Ivan Vangelista
e89cca6a5a New working clone
--------------------------
Nibbler (rev 7) [CraftyMech]
2017-05-13 07:25:46 +02:00
hap
1cd85518e3 hmcs40: fix possible issue with irq/lpu (nw) 2017-05-12 22:33:29 +02:00
npwoods
baa7178053 Bug fix to -romident and aux verb cleanup (take two) (#2299)
* Resurrected auxverb_cleanup_and_romident_bugfix

* Changed usage for -romident and minor cleanups

* Supporting auxverbs in any order

The previous patch was supporting 'mame64 -listsource pacman' but not 'mame64 pacman -listsource'
2017-05-13 00:53:46 +10:00
hap
c8b272a6a3 hh_hmcs40: added ladders to gckong svg (nw) 2017-05-12 15:58:56 +02:00
hap
5c093fb314 hh_hmcs40: added simple workaround for bultrman (nw) 2017-05-12 15:17:26 +02:00
Lord-Nightmare
899b01ddca Irem Audio: Got rid of gen_latch usage; fixed missing d7 on sound latch; fixed device_reset to correctly clear sound latch; fixed a potential situation where sound cpu /IRQ could be incorrectly cleared [Lord Nightmare] 2017-05-12 05:29:00 -04:00
Vas Crabb
e88b5e4f9d Revert "Bug fix to -romident and aux verb cleanup (#2288)"
This reverts commit 78bf804192.
2017-05-12 17:24:56 +10:00
AJR
cce57b37b5 This is the correct MSM6253 hookup for various Sega Model N boards (nw) 2017-05-12 00:16:22 -04:00
Lord-Nightmare
4917719763 one more (nw) 2017-05-12 00:05:59 -04:00
briantro
023f574a80 epos.cpp: Spelling corrections (nw) 2017-05-11 22:59:04 -05:00
briantro
41e6527e6c epos.cpp: Id'ed correct hardward (PCB) name for earlier games (nw) 2017-05-11 22:53:49 -05:00
briantro
7a5a0ba8e7 epos.cpp: Information update (nw) 2017-05-11 22:48:36 -05:00
briantro
046d4ee1ad epos.cpp: Correct clocks and rom labels (nw)
Correct the TRISTAR 9000 clocks
Correct rom labels
combined, refined and expanded readmes for both Revenger sets
2017-05-11 22:33:08 -05:00
arbee
a2274f0509 New clones added as GAME_NOT_WORKING
Special Forces Elite Training (v01.02.00) [ShouTime, R. Belmont, The Dumping Union]
2017-05-11 22:10:32 -04:00
angelosa
d64469b4b2 Note updates (nw) 2017-05-12 03:20:48 +02:00
angelosa
38d401dd6e epos.cpp: added flip screen support [Angelo Sslese] 2017-05-12 03:14:20 +02:00
angelosa
27e82a07f5 i/o 0x38 is actually 8910 read (nw) 2017-05-12 02:27:24 +02:00
angelosa
9d97d2510e Fix The Dealer inputs (nw) 2017-05-12 01:56:31 +02:00
angelosa
c1e3f1ade4 epos.cpp: added backup RAM to dealer, revngr84 and beastf [Angelo Salese] 2017-05-12 01:48:46 +02:00
angelosa
95a2e3a939 new WORKING game
----------------
Revenger '84 [Andrew Welburn, Craig Anstett, Angelo Salese]

epos.cpp: fixed RAM based colors for The Dealer, Revenger '84 and Beastie Feastie [Angelo Salese]
2017-05-12 01:24:25 +02:00
npwoods
78bf804192 Bug fix to -romident and aux verb cleanup (#2288)
* Bug fix to -romident and aux verb cleanup

Made the following changes:
 1.  Fixed a bug where resolved slot/image options would choke -romident (reproducible in MAME 0.185 with 'mame64 -romident coco.zip')
 2.  'mame64 -romident' no longer crashes (though it doesn't do anything useful)
 3.  Changed the aux verb functions to take 'const std::string &'

* Further cleanups to auxillary verb code, as per Vas

Specifically:
 1.  The commands themselves now take 'const std::vector<std::string> &' for their argument lists
 2.  util::core_options now collects command arguments into a separate vector rather than treating them as unadorned arguments

* Vas Crabb feedback

* Now only using trim_spaces_and_quotes() when parsing INIs

Vas pointed out that it is inappropriate to trim spaces and quotes when parsing command line options
2017-05-12 09:18:20 +10:00
AJR
16cbbd9103 Improvements to romcmp
- Identify plain ASCII text files as such
- If a ROM has the same data in each half, print the hashes for that
- Avoid buffer overruns
- For calculating address masks, don't assume file size to be a power of 2
2017-05-11 18:38:39 -04:00
hap
78ecf89a06 hh_hmcs40: add note about bultrman bug cause (nw) 2017-05-12 00:06:58 +02:00
R. Belmont
c8d0aea11d Merge pull request #2292 from mark-riley/mcpx_fix
xbox: Replaced the MCPX 1.0 checksums with correct checksums.
2017-05-11 16:35:13 -04:00
Ivan Vangelista
7002bbb310 ojankhos.cpp: added program rom version to the description, where available (nw) 2017-05-11 17:20:19 +02:00
Ivan Vangelista
199ff6498a model2.cpp: correct clock for the recently added force feedback cpu, as per Guru's readme at line 103 (nw) 2017-05-11 17:12:18 +02:00
AJR
e7c09fe640 New working clones:
* Ojanko Club (Japan, set 2) [unknown]
2017-05-11 00:57:59 -04:00
Vas Crabb
1cd8f35d7e Revert "taito_f3: added hacks to work around graphical issues [dink]"
This patch was evidently poorly tested and broke title screens of things
it was supposed to improve.

This reverts commit e103368214.
2017-05-11 13:24:38 +10:00
AJR
8a472f2aae daytona: Add feedback driver board (including ROM) 2017-05-10 22:03:26 -04:00
AJR
fa514ee347 Copy longname, manufacturer, year, filetype, etc. for image info in all softlisted cases 2017-05-10 16:41:20 -04:00
Stiletto
4803de2501 (nw)
(nw)
2017-05-10 14:38:31 -04:00
AJR
7e25a65f75 selsoft.cpp: Stylistic consistency (nw) 2017-05-10 14:32:15 -04:00
AJR
dccefed038 Fix bug that permanently disabled some UI search strings when they were cleared
(nw) This adopts std::string::clear() and empty() consistently, rather than storing and checking for NUL as with C-style buffers. This fixes issue #2295 and probably other unreported bugs afflicting UI search text input.
2017-05-10 14:20:32 -04:00
AJR
2b94a4a300 segas32.cpp: Minor documentation update (nw) 2017-05-10 13:38:51 -04:00
Ivan Vangelista
b99c770334 new clone added
----------------------
Space Wipeout [Andy Welburn]
2017-05-10 18:23:10 +02:00
Ivan Vangelista
f580543aa9 metro.cpp: fixed lastfortg regression caused by timer_set removal (nw) 2017-05-10 18:02:13 +02:00
Ivan Vangelista
ee576a847c some timer_pulse removal (nw) 2017-05-10 17:38:15 +02:00
Ivan Vangelista
0ae2e886e1 acchi.cpp: corrected game title and renamed driver patapata.cpp (nw) 2017-05-10 17:37:49 +02:00
Stiletto
80b155c290 (nw)
(nw)
2017-05-10 10:49:13 -04:00
Stiletto
847e0a1d14 update edit docs link (nw)
update edit docs link (nw)
2017-05-10 10:41:29 -04:00