Previous 199869 Revisions Next

r20524 Sunday 27th January, 2013 at 09:49:44 UTC by Barry Rodewald
pcw16: missed one tag lookup (no whatsnew)
[src/mess/video]pcw16.c

trunk/src/mess/video/pcw16.c
r20523r20524
156156***************************************************************************/
157157UINT32 pcw16_state::screen_update_pcw16(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
158158{
159   UINT8 *ram = machine().device<ram_device>(RAM_TAG)->pointer();
159   UINT8 *ram = m_ram->pointer();
160160   unsigned char *pScanLine = (unsigned char *)ram + 0x0fc00;  //0x03c00;  //0x020FC00;
161161
162162   int y;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team