ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/video_x.cpp
(Generate patch)

Comparing SheepShaver/src/Unix/video_x.cpp (file contents):
Revision 1.16 by gbeauche, 2004-04-18T23:03:51Z vs.
Revision 1.17 by gbeauche, 2004-04-18T23:17:54Z

# Line 1776 | Line 1776 | void VideoInstallAccel(void)
1776                  WriteMacInt32(base + 0, NativeTVECT(NATIVE_BITBLT_HOOK));
1777                  WriteMacInt32(base + 4, NativeTVECT(NATIVE_SYNC_HOOK));
1778                  WriteMacInt32(base + 8, ACCL_BITBLT);
1779 + #if defined(__powerpc__) // Temporary hack until it's fixed for e.g. little-endian & 64-bit platforms
1780                  NQDMisc(6, bitblt_hook_info.ptr());
1781 + #endif
1782  
1783   //              NQDMisc(6, &fillrect_hook_info);
1784          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines