Commit Graph

57376 Commits

Author SHA1 Message Date
Robbbert
9ab0926da9 Merge branch 'master' of https://github.com/mamedev/mame 2018-02-22 10:10:15 +11:00
Robbbert
de99c23796 New not-working game ---- The Dealer (ACL Manufacturing). [Robbbert, Shamus McCrave, Guru] 2018-02-22 10:09:32 +11:00
briantro
23d459dbde littlerb.cpp: Spelling (nw) 2018-02-21 16:40:47 -06:00
briantro
cc3bf684f1 littlerb.cpp: Added PCB layout for Little Robin. [Brian Troha] 2018-02-21 16:37:24 -06:00
R. Belmont
1cc60170c2
Merge pull request #3253 from jlachniet/master
New clones mostly marked as NOT_WORKING
2018-02-21 16:16:43 -05:00
cracyc
e5f91acd1a duet16: fix clock (nw) 2018-02-21 12:55:31 -06:00
smf-
494e9b4c81 Debugger: fix f10 step over of instructions with a branch delay slot [smf] 2018-02-21 16:02:37 +00:00
Justin Kerk
51a7b81ad3 title fixes (nw) 2018-02-21 07:30:50 -08:00
R. Belmont
dd11fb1d6a
Merge pull request #3255 from sjy96525/patch-15
Fix MT#6872
2018-02-21 08:36:37 -05:00
sjy96525
c0da21902f
Fix MT#6872
Also Original year is 1999 for service menu screen.
https://i.imgur.com/9CtCNpG.png

San Francisco Rush 2049: Tournament Edition year is 2000 in attract Mode.
https://i.imgur.com/sW2iGsz.png
2018-02-21 13:29:20 +00:00
Vas Crabb
4635e4032c forward universal references when setting callbacks in cases I noticed when looking over merged PRs (nw) 2018-02-22 00:14:07 +11:00
smf-
a7f3371bd9 Donkey Kong/Donkey Kong Jr: Hooked up undocumented service switch and undumped diagnostic rom. [smf] 2018-02-21 12:46:34 +00:00
wilbertpol
8fd4346728 de-staticify initializations for mame/machine (#3251) 2018-02-21 10:44:28 +01:00
smf-
21770973ee Popeye: Added sprite ram, background scroll and palette buffering. Unmap $8000 to $87ff for TPP2 as 7f is not populated at the factory. [smf] 2018-02-21 09:23:38 +00:00
Ivan Vangelista
4ea2a9009d
leland.cpp: forgot to remove not working flag for offroad3 (nw) 2018-02-21 09:23:04 +01:00
Ivan Vangelista
f5cac9218d
leland.cpp: worked around offroad3 crashing (nw) 2018-02-21 09:05:27 +01:00
cam900
62519d584b deco32 : Fix remaining mistakes, Add notes (#3220)
* deco32 : Cleanup duplicates, Remove unneed shared_ptr, Add notes, Convert m_spriteram16*/m_spriteram16_buffered*/m_pf_rowscroll* to std::unique_ptr, Rowscroll RAM size allocated to memory mapped size
lockload : Improve OKI Bankswitching, Add notes
Demote Dragon Gun with MACHINE_IMPERFECT_SOUND, because OKI3 bankswitching aren't verified

* deco32 : Minor fix

* deco32 : More cleanups

* deco32 : Move m_oki2_bank to dragngun_state

* deco32 : Fix IOPORT Tags to captaven

* Fix deco32.cpp ioport tags when "DSW" aren't actually dip switch

* deco32 : Fix remaining mistakes, Add notes
2018-02-21 17:16:19 +11:00
AJR
bfc4ccd18a cdicdic: Safer DMA handling
(nw) This fixes the regression in quizard. It's surprising that this very unsafe code hadn't been crashing until just recently.
2018-02-21 00:22:58 -05:00
cracyc
ef1074d679 duet16: fix palette order (nw) 2018-02-20 21:54:55 -06:00
cracyc
321442c3a4 duet16: fix attr order (nw) 2018-02-20 21:35:38 -06:00
angelosa
83ffc44c92 model2.cpp: make rail chase 2 pass the initial network check (has tons of 3d issues) (nw) 2018-02-21 04:23:47 +01:00
angelosa
3964b7c420 sharc.cpp: disable fatalerror on debugger data area access (nw) 2018-02-21 04:23:44 +01:00
angelosa
7e8bda02ee model2.cpp: render_mode can be read back, cfr. Gunblade NY (nw) 2018-02-21 04:23:41 +01:00
cracyc
d3c5d26c7d duet16: display attr and graphics mode (nw) 2018-02-20 20:44:26 -06:00
Justin Kerk
fe0680d18f New working software list additions
-----------------------------------
ibm5150: Blood Money, Indiana Jones and the Temple of Doom, The Norton AntiVirus 1.0, The Norton AntiVirus 2.0, Nova 9: The Return of Gir Draxon (version 1.0), Rambo III, Renegade [Arcade Shadow]
ibm5170: Alien Breed, Alien Carnage, Batman Returns, Blake Stone: Planet Strike, Epic Pinball: Deep Sea, Fire and Ice [Arcade Shadow]
2018-02-20 18:00:45 -08:00
R. Belmont
4ef19c5a42
Merge pull request #3254 from DavidHaywood/200218
xavix - rad_box rendering improvements
2018-02-20 20:50:30 -05:00
David Haywood
be640cbb02 xavix - rad_box rendering improvements 2018-02-21 01:20:13 +00:00
Julian
7dbfb70824 New clones 2018-02-20 20:00:35 -05:00
AJR
f8dec81588 devcb: Really fix mistake (nw) 2018-02-20 19:46:27 -05:00
AJR
819199e179 devcb: Fix mistake (nw) 2018-02-20 19:44:46 -05:00
arbee
375c7f6294 gamegear.xml, pce.xml, sg1000.xml: begin adding new dumps [David Haywoood] 2018-02-20 19:41:31 -05:00
arbee
3de8415cf8 New machines marked as NOT WORKING
----------------------------------
Blockout (TAX) [Peter Wilhelmsen, David Haywood]
2018-02-20 19:40:11 -05:00
AJR
bb9f52b2ec unidasm: Correct endianness of m6800, m6805 and other Motorola-type CPUs 2018-02-20 19:31:36 -05:00
AJR
9545f58030 devcb: Fix validation problem with chained callbacks (nw) 2018-02-20 19:30:29 -05:00
cracyc
a8632acec6 duet16: add generic ascii serial keyboard (nw) 2018-02-20 17:10:57 -06:00
AJR
ca733d81b3 ay31015: Replace generic pin setters and getters with READ_LINE and WRITE_LINE handlers (nw) 2018-02-20 16:41:29 -05:00
AJR
b67bd1aeff Fix build (nw) 2018-02-20 16:40:56 -05:00
R. Belmont
1c5682a6fd
Merge pull request #3239 from jlachniet/master
New clone marked as NOT_WORKING
2018-02-20 14:54:52 -05:00
AJR
12cf6b64eb Register device callbacks and add some basic validation for them 2018-02-20 14:13:20 -05:00
AJR
5f9a181487 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw)
- Rename OUT0, OUT1 and OUT2 callback configuration macros to match pin names (O1, O2 and O3)
- Update all verbose logging messages to be one-based
- Remove unnecessary mentions of device type in logging messages
2018-02-20 11:49:55 -05:00
cracyc
1b14b550b5 duet16: palette (nw) 2018-02-20 10:17:21 -06:00
cracyc
1a19ef98fe duet16: dma page register (nw) 2018-02-20 09:04:09 -06:00
David Haywood
9f308593be xavix - improve tilemap register use (nw) (#3245)
* xavix - did a little work to push rad_box to run the game, which should hopefully allow me to figure out some more video regs etc. as it uses them in a different way again

(also some misc documentation changes to other files)

* formatting (nw)

* xavix - improve tilemap register use (nw)

* replace Star Wars Saga Edition - Lightsaber Battle Game dump that was added the other day with a good read [Sean Riddle] (nw)
2018-02-20 08:28:44 -05:00
Wilbert Pol
36cb6efb61 fix compile (nw) 2018-02-20 12:19:43 +01:00
Vas Crabb
66f5c175ef even more encapsulation/cleanup (nw) 2018-02-20 20:21:21 +11:00
Olivier Galibert
724db00c5c Even more nuon (nw) 2018-02-20 08:34:42 +01:00
wilbertpol
9b3008b0ae de-staticify initializations for src/mame/video (nw) (#3246) 2018-02-20 08:29:34 +01:00
AJR
0d9494480a raiden.cpp: Clock changes and video of bootleg apply to raidenkb, not raidenb (nw) 2018-02-20 01:13:19 -05:00
Ivan Vangelista
feb9ac04e2 raiden.cpp: added link to a video demonstrating the slowdowns raidenb suffers on real hw (nw) 2018-02-20 06:39:57 +01:00
David Haywood
dc3dba2c90 new clones - Tecmo Bowl (World, set 2) [coolmod] (#3247) 2018-02-20 05:59:25 +01:00