mirror of
https://github.com/holub/mame
synced 2025-04-22 16:31:49 +03:00
pc9801: oops (nw)
This commit is contained in:
parent
39bf46219d
commit
1bb0045945
@ -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];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user