Michaël Banaan Ananas
7c4053deb1
spiker2/3 are clones of spiker
2011-11-29 22:08:20 +00:00
Scott Stone
5bceba7caa
Moved a condition check (tex->d3dtex == tex->d3dfinaltex) to happen before one of them was set to NULL (tex->d3dfinaltex). Fixes MT Bug #4538 . [Antonio Giner]
2011-11-29 19:20:25 +00:00
Angelo Salese
02203fedfa
Removed ugly function interrupt_enable_w from the core, and updated all the drivers that used it accordingly [Angelo Salese]
...
Fixed scratchy sound in Birdiy, unlike all other Pac-Man HW games irq mask is at $5001 instead of $5000, so fixing that fixed the sound as well [Angelo Salese]
Fixed bogus irq/nmi mask bit in Yie Ar Kung-Fu (IRQ mask bit was masking BOTH lines before) [Angelo Salese]
Fixed bogus irq mask to sound CPU in Syusse Oozumou [Angelo Salese]
Fixed bogus irq mask bit in SNK6502 HW games (IRQ mask bit was masking BOTH lines before) [Angelo Salese]
Marked Truco Clemente as GNW since it never really worked (coin chutes stops working after one play), nw
Out of whatsnew:
And then I've realized that there's also cpu_interrupt_enable() function, another 19 instances to kill ... -.-"
2011-11-29 17:08:30 +00:00
Miodrag Milanovic
24ee0f0d2f
Better error handling for softlists (no whatsnew)
2011-11-29 15:14:09 +00:00
Miodrag Milanovic
ae7b304f9b
Check for duplicate dataareas in softlists (no whatsnew)
2011-11-29 13:39:00 +00:00
Miodrag Milanovic
6b580bfefd
Added more validation of softlist and cleared errors found (no whatsnew)
2011-11-29 10:46:43 +00:00
Alex W. Jackson
322346f8cc
cps1.c: Remove alt (old) sf2ce US set. On closer inspection, it probably is just bitrot (no whatsnew)
2011-11-29 04:41:31 +00:00
Brian Troha
35717a45df
2 clones of Space Gun
...
New Clones Added
--------------------------------------
Space Gun (Japan) [ShouTime]
Space Gun (US) [ShouTime]
2011-11-28 21:54:57 +00:00
Miodrag Milanovic
4e3a633be2
Make softlist validation better (no whatsnew)
2011-11-28 14:50:36 +00:00
Miodrag Milanovic
68aa0f2f61
Placed softlist validation under validate (no whatsnew)
2011-11-28 12:46:11 +00:00
Miodrag Milanovic
e66539d7a1
Added validate lists option and removed on startup softlist validation (no whatsnew)
...
Highly improve startup time for drivers with big softlists
2011-11-28 11:55:36 +00:00
Miodrag Milanovic
5adab03a1d
Fixed issue with get_merge_name when using slot devices (no whatsnew)
2011-11-28 10:32:11 +00:00
Michaël Banaan Ananas
551e2de4e3
(remove GNW flag for banbam)
2011-11-28 03:08:48 +00:00
Michaël Banaan Ananas
d706b46566
renamed Pucky to unknown Pac-Man gambling game + improved inputs
2011-11-28 03:01:49 +00:00
Brian Troha
b679176696
segas32.c: Corrected rom labels and added PCB locations to F1 Super Lap [The Dumping Union]
2011-11-27 18:44:20 +00:00
Scott Stone
74deaabe33
This change makes sure that the watchdog message will be displayed in case other messages are also waiting to be displayed. Useful in regression testing where such messages were not being displayed in some cases. (nw)
2011-11-27 14:46:34 +00:00
Angelo Salese
9f8125a24e
Clean-ups and version bump
2011-11-27 14:06:49 +00:00
Angelo Salese
c449a7f2f1
Various changes to the Bally Sente driver [Kevin Eshbach]
...
* Corrects the rom locations for Trivia Pursuit Baby Boomer edition
* Corrects the rom locations for Street Football
* Add dumps of Spiker dated 5/5/86 and 6/9/86
* Added date code to Mini Golf (Set 2), Trivia Pursuit (Baby Boomer
Edition), Night Stocker (set 1), Night Stocker (set 2) and Street
Football
2011-11-27 13:58:45 +00:00
Tomasz Slanina
402eaa7636
New games marked as GAME_NOT_WORKING
...
------------------------------------
Pucky [Foul, Smitdogg, The Dumping Union]
2011-11-27 13:50:59 +00:00
Angelo Salese
3d16033b5d
Added sound proms from the other games, sound is still ugly tho ...
2011-11-27 13:31:00 +00:00
Angelo Salese
ba8e2e60ce
New WORKING game
...
--------------------
Birdiy [Alberto Grego, Corrado Tomaselli, Angelo Salese, The Dumping Union]
Out of whatsnew:
What about killing all of the interrupt_enable_w() instances? imho that should be a per-driver latch, not a core function.
2011-11-27 13:18:04 +00:00
Michaël Banaan Ananas
49a2673fba
radar was misaligned
2011-11-27 06:53:01 +00:00
Michaël Banaan Ananas
a91971d9a0
TMS91xx(NL) chips include rev_a features
2011-11-27 05:30:43 +00:00
Aaron Giles
4a3512c756
Fix obvious use-after-free error in device_delete().
...
Remove explicit freeing of HLSL shadow_texture, since it is allocated
by texture_create() which does its own tracking and freeing.
2011-11-27 04:58:47 +00:00
Michaël Banaan Ananas
f93cda1775
woops, wrong copypaste
2011-11-27 04:39:35 +00:00
Michaël Banaan Ananas
49fcda4d4d
fix regression (missing sound in gottlieb.c and gameplan.c): m_in was reset to 0 if there was no callback, but should be left unchanged
2011-11-27 04:36:57 +00:00
Michaël Banaan Ananas
3f98739582
correction: irq is on falling edge
2011-11-27 01:05:47 +00:00
Michaël Banaan Ananas
5b1aa2f2a2
nf flag (called IF in manuals) does _not_ block external irq, it just indicates that an one occured. This fixes some protection related issues in bosco.
2011-11-27 00:39:27 +00:00
Alex W. Jackson
c214ed0b54
cps1.c: whoops, forgot this (no whatsnew)
2011-11-27 00:11:00 +00:00
Brian Troha
e3b592fec9
new Pang 3 Euro clone
...
New Clone Added
-----------------------------------
Pang! 3 (Euro 950511) [Corrado Tomaselli, Alberto Grego, The Dumping Union]
2011-11-27 00:03:23 +00:00
Alex W. Jackson
0017b86e83
cps1.c: I'm putting back the old sf2ceuc set for now, until someone proves s92-21b is not a legit different revision (no whatsnew)
2011-11-26 23:37:57 +00:00
Michaël Banaan Ananas
27c717a58d
fixed some bosco issues:
...
- cocktail offset was wrong
- bullets offset was slightly off too
- stars were not showing at the lower part of screen
reference video: http://www.youtube.com/watch?v=AXaBgEO9R_0
2011-11-26 20:12:09 +00:00
Miodrag Milanovic
0c2165a5ea
Removed not used legacy call (no whatsnew)
2011-11-26 18:10:06 +00:00
Michaël Banaan Ananas
da5b02771e
digdug: fixed cocktail offset
2011-11-26 17:47:47 +00:00
Miodrag Milanovic
fdca5aa2e2
Rewritten snapquik.c to c++ (no whatsnew)
2011-11-26 17:38:28 +00:00
Michaël Banaan Ananas
5af9effe5e
xevious: fixed cocktail offset
2011-11-26 17:15:57 +00:00
Michaël Banaan Ananas
81f78a6c1b
galaga: fixed cocktail offset
2011-11-26 17:11:29 +00:00
Michaël Banaan Ananas
7c66076c3e
fixed cocktail offset
2011-11-26 16:39:49 +00:00
Scott Stone
09b56df725
Confirmed and adjusted clock speeds for Bomb Jack from PCB [Corrado Tomaselli]
2011-11-26 16:24:01 +00:00
Nathan Woods
616481980b
Removing legacy calls
2011-11-26 13:56:52 +00:00
Miodrag Milanovic
f37d6fb4ab
Removed multcart from imagedev, slots and softlists replaces this functionality (no whatsnew)
2011-11-26 08:26:58 +00:00
Phil Bennett
877fd3d601
Fix compilation on Intel OS X.
2011-11-25 14:09:14 +00:00
Miodrag Milanovic
b1c3a23ed4
Sync with MESS (no whatsnew)
2011-11-25 13:39:59 +00:00
Miodrag Milanovic
cb3d823e86
Removed stuff that doesn't belong here (no whatsnew)
2011-11-25 12:56:43 +00:00
Miodrag Milanovic
c5b80adf87
Fix compile (no whatsnew)
2011-11-25 08:06:16 +00:00
Fabio Priuli
9cc899e703
forgot to commit on this side. no whatsnew
2011-11-25 06:24:51 +00:00
Brian Troha
c1513d4fb3
CPS-1 update [Team CPS-1]:
...
* Fixed 3wondersu, ffightu1, ffightj1, sf2uc, sf2ud, sf2uf
ROMs labels and positions, added pcb infos to video\cps1.c
* Redumped and fixed sf2ceuc to match real pcb [Dumping Union]
* Restored 4 EPROMs properly dumped in forgottn and marked
LW-13.10D as possible bad dump in forgottnu, see the note
* Fixed inverted EPROMs positions in megaman according to a
new USA 91635B-2 B-Board [Dumping Union]
* Added a note about RT_23.13B ROM in wonder3 [Kold666]
* Added some documentation notes to various sets
* Minor cleanups and fixes
2011-11-24 21:47:46 +00:00
Brian Troha
672f87eb07
cps3.c: Documented all sfiii, sfiii2 and sfiii3 existining revisions. [Team CPS-1]
2011-11-24 21:44:47 +00:00
Brian Troha
5203bcf51d
new world beach volleyball clone
...
New Clone Added
------------------------------------
World Beach Volleyball (set 3) [Corrado Tomaselli]
2011-11-24 21:24:37 +00:00
Brian Troha
7bc165205b
new clone (bootleg) of JJ Squawkers
...
New Clone Added
------------------------------------------
J. J. Squawkers (bootleg, Blandia Conversion) [Corrado Tomaselli]
2011-11-24 21:21:49 +00:00