summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/dooyong.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/dooyong.c')
-rw-r--r--src/mame/video/dooyong.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/video/dooyong.c b/src/mame/video/dooyong.c
index e211fc004bf..96c913041dd 100644
--- a/src/mame/video/dooyong.c
+++ b/src/mame/video/dooyong.c
@@ -224,8 +224,7 @@ inline void dooyong_state::lastday_get_tile_info(tile_data &tileinfo, int tile_i
flags = ((attr & 0x02) ? TILE_FLIPX : 0) | ((attr & 0x04) ? TILE_FLIPY : 0);
}
else
- {
-
+ {
/* primella */
/* Tiles take two bytes in ROM:
MSB LSB
@@ -237,7 +236,7 @@ inline void dooyong_state::lastday_get_tile_info(tile_data &tileinfo, int tile_i
Y = y flip */
int codemask = 0x03;
int palmask = 0x3c;
-
+
if (m_gfxdecode->gfx(1)->depth() == 256) // pop bingo has an 8bpp layer and uses what would be the low palette bit to address more tiles (girls 4,5,6 in bonus game)
{
codemask = 0x07;