Previous 199869 Revisions Next

r21414 Saturday 23rd February, 2013 at 22:45:28 UTC by David Haywood
small note
[src/mame/drivers]coolridr.c

trunk/src/mame/drivers/coolridr.c
r21413r21414
910910         continue;
911911      }
912912
913      // I don't know, the Rainbow is a non-zoomed sprite and won't link unless you move one half
914      if (used_flipx)
915         hPositionx -= 1;
913916
914917      UINT16 hZoomTable[16];
915918      int hPositionTable[16];
r21413r21414
15181521{
15191522   m_blitterMode = (data & 0x00ff0000) >> 16;
15201523
1521   if (m_blitterMode == 0xf4)
1524   if (m_blitterMode == 0x4f)
15221525   {
1526      /* used during end sequence, purpose unknown */
1527   }
1528   else if (m_blitterMode == 0xf4)
1529   {
15231530      // Some sort of addressing state.
15241531      // In the case of text, simply writes 4 characters per 32-bit word.
15251532      // These values may be loaded into RAM somewhere as they are written.

Previous 199869 Revisions Next


© 1997-2024 The MAME Team