Scott Stone
638f84f3db
Added notes regarding protection issues for Pettan Pyuu/BanBam (nw)
2018-02-22 07:23:07 -05:00
Robbbert
125322d2b5
ti85 : reverted #3239 (unobtanium)
2018-02-22 22:18:46 +11:00
Vas Crabb
c101058be6
more cleanup and encapsulation (nw)
2018-02-22 20:20:27 +11:00
Olivier Galibert
0a59349696
Oops (nw)
2018-02-22 08:55:03 +01:00
Ivan Vangelista
ba8f85c222
namcos23.cpp: redumped timecrs2v2b maincpu program ROMs [Guru]
2018-02-22 08:44:32 +01:00
wilbertpol
2d15c999db
de-staticify initializations for mame/includes and mame/audio ( #3256 )
2018-02-22 08:42:44 +01:00
Robbbert
38ee2fe8e8
(nw) Housekeeping.
2018-02-22 17:39:00 +11:00
Lord-Nightmare
4811af9c9f
osi.cpp: add some notes about the character generator rom label, and enable a commented out uk101 bios variant. (nw)
2018-02-22 01:14:13 -05:00
R. Belmont
f348a11214
Merge pull request #3258 from mamedev/revert-3253-master
...
Revert "New clones mostly marked as NOT_WORKING"
2018-02-21 22:39:54 -05:00
R. Belmont
8bcfc32567
Revert "New clones mostly marked as NOT_WORKING"
2018-02-21 22:30:32 -05:00
David Haywood
e3b3c8b479
xavix - new machines marked as NOT WORKING ( #3257 )
...
* new machines marked as NOT WORKING
Play TV Bass Fishin' [Sean Riddle, Peter Wilhelmsen]
also some debug code to help figure out how video banking / segmentation works in the mode used by boxing in places, and this in places and some PAL machine clones of what we have because they're useful for figuring out register use.
* mode notes (nw)
2018-02-21 20:38:33 -05:00
Lord-Nightmare
2385b9f18f
gigasm2: redumped one bad gfx rom (now matches the bootleg) and dumped the color proms, verifying that the prom dumps from the bootleg were correct (nw)
2018-02-21 20:14:45 -05:00
AJR
03178a2e75
hd63484: Add external skew kludge to prevent display cutoff in kothello
2018-02-21 19:48:06 -05:00
AJR
bac8c7fa9b
z8: Make address spaces big-endian
2018-02-21 19:39:33 -05:00
AJR
0f775151ef
ampscarp: Add CPU (nw)
2018-02-21 19:16:58 -05:00
Robbbert
afeea5e61b
dealracl : added its own config and address space
2018-02-22 11:08:29 +11:00
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