Previous 199869 Revisions Next

r35140 Friday 20th February, 2015 at 01:50:39 UTC by Peter Ferrie
fix compile on MSVC 2012 (nw)
[src/mess/drivers]pc9801.c

trunk/src/mess/drivers/pc9801.c
r243651r243652
18961896   else if(offset == 7)
18971897   {
18981898//      logerror("%02x GRCG TILE %02x\n",data,m_grcg.tile_index);
1899      m_grcg.tile[m_grcg.tile_index] = BITSWAP16(data,8,9,10,11,12,13,14,15,0,1,2,3,4,5,6,7);
1899      m_grcg.tile[m_grcg.tile_index] = BITSWAP16((UINT16) data,8,9,10,11,12,13,14,15,0,1,2,3,4,5,6,7);
19001900      m_grcg.tile_index ++;
19011901      m_grcg.tile_index &= 3;
19021902      return;


Previous 199869 Revisions Next


© 1997-2024 The MAME Team