Go to file
Phil Stroffolino a64c404f36 This update fixes the ROZ effect in Namco NA1 driver.
ROZ tilemap is actually an additional tilemap.  The prior implementation conditionally applied ROZ effects to one of the existing tilemap planes.
The ROZ layer tilemap contains 32x32 tiles, and immediately following videoram for the other 4 tilemaps.

This fixes a bug where a "roz enable" test was causing a normal layer to be rendered with ROZ effects in-game.
There is no roz enable register - it's always available for mixing with other tilemaps and sprites

This also adds a missing NAMCO logo zoom/spin effect in Emeralda's attract mode.

Also added to this driver (but not enabled) are notes regarding a missing scanline IRQ effect, that is the root cause of a bad priority effect in Emeralda attract mode, where a dolphin sprite is incorrectly invisible.
2008-05-09 14:09:36 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src This update fixes the ROZ effect in Namco NA1 driver. 2008-05-09 14:09:36 +00:00
.gitattributes AY-3-8910 rewrite: 2008-04-22 21:58:36 +00:00
makefile From: Marc Sandusky 2008-04-02 08:28:58 +00:00