pc9801: oops (nw)

This commit is contained in:
cracyc 2016-01-02 21:53:06 -06:00
parent 39bf46219d
commit 1bb0045945

View File

@ -787,7 +787,7 @@ UPD7220_DISPLAY_PIXELS_MEMBER( pc9801_state::hgdc_display_pixels )
res_x = x + xi;
res_y = y;
pen = ext_gvram[((address*16+xi)+(m_vram_disp*0x40000)) >> 1];
pen = ext_gvram[(address >> 1)*16+xi+(m_vram_disp*0x20000)];
bitmap.pix32(res_y, res_x) = palette[pen + 0x20];
}