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 |
r243651 | r243652 | |
---|---|---|
1896 | 1896 | else if(offset == 7) |
1897 | 1897 | { |
1898 | 1898 | // 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); | |
1900 | 1900 | m_grcg.tile_index ++; |
1901 | 1901 | m_grcg.tile_index &= 3; |
1902 | 1902 | return; |
https://github.com/mamedev/mame/commit/cd7fb2ad32217a5e3f76c9d1583471a6be861161 |
Previous | 199869 Revisions | Next |