summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/pinkiri8.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/pinkiri8.c')
-rw-r--r--src/mame/drivers/pinkiri8.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/mame/drivers/pinkiri8.c b/src/mame/drivers/pinkiri8.c
index 3399c87c1da..f6c13b9348b 100644
--- a/src/mame/drivers/pinkiri8.c
+++ b/src/mame/drivers/pinkiri8.c
@@ -198,17 +198,17 @@ void pinkiri8_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprec
{
/* "vram1" (video map 0xfc2000)
- tttt tttt | 00tt tttt | cccc c000 | xxxx xxxx |
+ tttt tttt | 00tt tttt | cccc c000 | xxxx xxxx |
- "vram2" (video map 0xfc3800)
+ "vram2" (video map 0xfc3800)
- yyyy yyyy | ???? ???? |
+ yyyy yyyy | ???? ???? |
- widths come from "widthflags" (0xfc3780)
- "unk1" (0xfc3700) and "unk2" (0xfc37c0) are a mystery
+ widths come from "widthflags" (0xfc3780)
+ "unk1" (0xfc3700) and "unk2" (0xfc37c0) are a mystery
- */
+ */
spr_offs = ((m_janshi_vram1[(i*4)+0] & 0xff) | (m_janshi_vram1[(i*4)+1]<<8)) & 0xffff;
col = (m_janshi_vram1[(i*4)+2] & 0xf8) >> 3;
@@ -321,7 +321,6 @@ void pinkiri8_state::draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprec
UINT32 pinkiri8_state::screen_update_pinkiri8(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
/* update palette */
for (int pen = 0; pen < 0x800 ; pen++)
{