Commit Graph

11715 Commits

Author SHA1 Message Date
Angelo Salese
0b6aa86b59 More of it from Haze ... 2011-03-24 01:57:00 +00:00
Angelo Salese
e610067415 Fixed decrementing transfers in z80dma core [Angelo Salese] 2011-03-24 01:16:31 +00:00
Michaël Banaan Ananas
6964d8808b sprite priority fix: http://www.mametesters.org/view.php?id=2841 2011-03-24 00:54:18 +00:00
Angelo Salese
eae55a88b5 More DECO 56 refactoring from Haze 2011-03-23 23:52:08 +00:00
Michaël Banaan Ananas
8579c805de (typo) 2011-03-23 19:44:13 +00:00
Scott Stone
92f2e1b645 Changed clocks based on confirmed XTAL and dumper's notes for Ambush and clones. Audio changed to AY8912 as well. [Tafoid / Tomasz Slanina] 2011-03-23 19:25:42 +00:00
Michaël Banaan Ananas
5f6fb4267c small update on inputs + added diplocations 2011-03-23 19:21:15 +00:00
Michaël Banaan Ananas
cb49c89f5f battlex.c: Some driver cleanups, most importantly:
- made interrupt generation more logical (assert/clear instead of hold)
- removed hacky hardcoded palette for background tiles, let it use palette ram
2011-03-23 17:31:18 +00:00
Angelo Salese
626c8b0fea Haze: more of the same ... 2011-03-23 16:32:15 +00:00
Scott Stone
920f9c5e09 Added board locations to the roms in Black Widow from manual/part name matchups. 2011-03-23 16:18:24 +00:00
Angelo Salese
da0befd1e5 Fix for china town 2011-03-23 01:55:22 +00:00
Angelo Salese
79a74baa57 Deco 56: Allow rendering to a bitmap, with priority data intact, for manual mixing [David Haywood] 2011-03-23 01:36:49 +00:00
Angelo Salese
4c512a46d6 Bunch of deco 56 merging from Dave 2011-03-22 23:47:01 +00:00
Angelo Salese
4c1663441a Putted Deco 56 video sprite chip inside its own file [David Haywood] 2011-03-22 23:35:01 +00:00
Angelo Salese
235b0d2e01 Moved Kaneko Super Nova sprite chip emulation inside its own file [David Haywood] 2011-03-22 20:57:27 +00:00
Scott Stone
4a8673b639 Added board locations to the roms in Country Girl from dumper's readme/filenames 2011-03-22 17:06:01 +00:00
Michaël Banaan Ananas
45f660216b (note) 2011-03-22 00:04:19 +00:00
Michaël Banaan Ananas
0501ea5e89 fixed zigzag sprites: http://www.mametesters.org/view.php?id=1665 2011-03-21 23:53:04 +00:00
Scott Stone
28d3603e7b Added board locations to the roms in Zig Zag from dumper's readme/filenames 2011-03-21 22:52:20 +00:00
Scott Stone
ef6cec41f6 Added board locations to the roms in Zero Team from dumper's readme/filenames 2011-03-21 22:11:32 +00:00
Scott Stone
23b19dd99b Added board locations to the roms in Zaviga from dumper's readme/filenames 2011-03-21 20:51:10 +00:00
Michaël Banaan Ananas
d10c1d5c9f Bagman is supposed to have glitches during screen transitions: http://www.mametesters.org/view.php?id=2509 2011-03-21 16:10:56 +00:00
Michaël Banaan Ananas
db7b1ba19d (spaces to make it a bit more readable, no functional changes) 2011-03-21 12:44:12 +00:00
Michaël Banaan Ananas
c46ee55a7b add sprite y flipping (eg. throwing a baddie in bigfight) 2011-03-21 12:24:02 +00:00
Michaël Banaan Ananas
9968fb56b9 changed default setting of "Continue Coin", bighfight locks up if it's set to On: http://www.mametesters.org/view.php?id=2578 2011-03-21 11:26:28 +00:00
Michaël Banaan Ananas
f633060a7d VIDEO_ALWAYS_UPDATE flag because collision detection is in video driver 2011-03-21 10:23:43 +00:00
Michaël Banaan Ananas
400de1e0b3 'unused variable' compile error 2011-03-21 09:44:36 +00:00
Michaël Banaan Ananas
eb56337c34 r11913: forgot to add this file 2011-03-21 09:34:06 +00:00
Michaël Banaan Ananas
9ab6b4763e don't assert on valid i8080a 2011-03-21 09:04:54 +00:00
Aaron Giles
f5dceea8a6 Converted asteroid/bzone/funworld/itech8/kongambl/legionna/leland/quakeat/
quizpun2/segas24/twincobr/warpwarp to driver_device. [Atari Ace]
2011-03-21 08:35:42 +00:00
Aaron Giles
23c4b887a6 Further decouples some driver files to help driver_device
conversions. [Atari Ace]
 1. cclimber and galaxian audio code and seibuspi decryption code get
    their own includes.
 2. galpani2 video declarations are moved from kaneko16.h to their own
    file.
 3. cchance and champbwl subclass from tnzs, xevious/bosco/digdug
    subclass from galaga and vmetal subclasses from metro.
 4. yvg608 is made independent of namcond1
 5. ettrivia duplicates the palette code from naughtyb
 6. mshuttle decryption code is moved into galaxian.
 7. tetrisp2_draw_sprites is split into two versions, one for ms32.c,
    one for tetrisp2.c.
2011-03-21 08:33:36 +00:00
Aaron Giles
c6a063f2a7 Add driver_device classes for drivers that don't have any variables,
for consistency (and future development). [Atari Ace]
2011-03-21 08:28:06 +00:00
Michaël Banaan Ananas
fee64a6be1 rm speedup hacks for the hd6309 too 2011-03-20 21:56:34 +00:00
Michaël Banaan Ananas
4f055c8c77 (colormask is more logical like this) 2011-03-20 21:49:16 +00:00
Michaël Banaan Ananas
8f005b2d21 changed implementation for spacezap monitor to driver configuration (no whatsnew) 2011-03-20 21:27:08 +00:00
R. Belmont
6c5aa9c48b Another Naomi PCB layout fix (no whatsnew) 2011-03-20 21:11:56 +00:00
Couriersud
c67bcf173b Add a separate define for MB7051 prom to resnet.h 2011-03-20 19:14:26 +00:00
Michaël Banaan Ananas
b264d3244a Atari Xevious description update by user sxevious:
http://www.mametesters.org/view.php?id=3454
2011-03-20 17:57:26 +00:00
Michaël Banaan Ananas
cb0e796494 don't ignore bank>=12 2011-03-20 16:50:30 +00:00
R. Belmont
10d16f88c2 Fix swapped chips in Naomi readme, no whatsnew necessary 2011-03-20 02:56:03 +00:00
Michaël Banaan Ananas
b8d0cbb1ad astrocde.c: Made Space Zap black & white. It uses an overlay for colors, the MAME artwork team will probably take care of that part. [hap] 2011-03-20 00:54:01 +00:00
Michaël Banaan Ananas
7fb7271485 (contra cpu note) 2011-03-19 22:00:24 +00:00
Michaël Banaan Ananas
91870792df contra.c: Changed main CPU to HD6309 as seen on PCB, and set interrupt source to k007121. [hap] 2011-03-19 21:59:57 +00:00
Michaël Banaan Ananas
a356e9badd (typo) 2011-03-19 02:39:52 +00:00
Michaël Banaan Ananas
0d30893a3d it's 2011, rm speedup hacks 2011-03-18 23:03:37 +00:00
Michaël Banaan Ananas
4d704a6de7 rm confusing old note, there was a hack ages ago but it's long gone 2011-03-18 22:51:25 +00:00
Angelo Salese
c25f9c0222 Another MESS specific update 2011-03-18 16:48:28 +00:00
Scott Stone
6bc46f2f50 New Clones
--------------
Ropeman (bootleg of Roc'n Rope)

Comment:
Yes, this is that one.
It's been sourced numerous times over the years and it's a very popular bootleg, even if the changes are minimal.  It was time to add back to the documentation.  Cool thing is that it is fully playable now when it did not when it was taken out of MAME in 0.36b10. :)
2011-03-18 16:10:48 +00:00
Michaël Banaan Ananas
e7c03c9bc3 nomore "Meteor" confusion 2011-03-18 15:49:49 +00:00
Angelo Salese
c7d0715b91 Another bulk game renaming 2011-03-18 14:28:39 +00:00