| Previous | 199869 Revisions | Next |
| r31331 Sunday 20th July, 2014 at 08:31:44 UTC by Sandro Ronco |
|---|
| (MESS) Fixed geniusiq.c regression. (nw) |
| [src/mess/drivers] | geniusiq.c |
| r31330 | r31331 | |
|---|---|---|
| 418 | 418 | |
| 419 | 419 | WRITE16_MEMBER(geniusiq_state::gfx_idx_w) |
| 420 | 420 | { |
| 421 | UINT16 *gfx = ((UINT16 *)(*memregion("maincpu"))) + ((m_gfx_base + data*32)>>1); | |
| 421 | UINT16 *gfx = ((UINT16 *)(*memregion("maincpu"))) + ((m_gfx_base + (data & 0xff)*32)>>1); | |
| 422 | 422 | |
| 423 | 423 | // first 16 bits are used to define the character size |
| 424 | 424 | UINT8 gfx_heigh = (gfx[0]>>0) & 0xff; |
| Previous | 199869 Revisions | Next |