Advertisement
Guest User

MESS

a guest
Oct 7th, 2012
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.65 KB | None | 0 0
  1. Index: src/emu/video/pc_vga.c
  2. ===================================================================
  3. --- src/emu/video/pc_vga.c      (revision 18335)
  4. +++ src/emu/video/pc_vga.c      (working copy)
  5. @@ -414,7 +414,7 @@
  6.         int height = vga.crtc.maximum_scan_line * (vga.crtc.scan_doubling + 1);
  7.         int yi;
  8.         int xi;
  9. -       int pel_shift = 0;//vga.attribute.pel_shift; /* TODO: timing bug with this */
  10. +       int pel_shift = vga.attribute.pel_shift + ((vga.crtc.preset_row_scan >> 5) & 3);//vga.attribute.pel_shift; /* TODO: timing bug with this */
  11.  
  12.         /* line compare is screen sensitive */
  13.         mask_comp = 0x3ff; //| (LINES & 0x300);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement