| 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 |
| r20523 | r20524 | |
|---|---|---|
| 156 | 156 | ***************************************************************************/ |
| 157 | 157 | UINT32 pcw16_state::screen_update_pcw16(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect) |
| 158 | 158 | { |
| 159 | UINT8 *ram = m | |
| 159 | UINT8 *ram = m_ram->pointer(); | |
| 160 | 160 | unsigned char *pScanLine = (unsigned char *)ram + 0x0fc00; //0x03c00; //0x020FC00; |
| 161 | 161 | |
| 162 | 162 | int y; |
| Previous | 199869 Revisions | Next |