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

Comparing SheepShaver/src/video.cpp (file contents):
Revision 1.1 by cebix, 2002-02-04T16:58:13Z vs.
Revision 1.2 by gbeauche, 2003-09-29T20:30:19Z

# Line 167 | Line 167 | static int16 VideoOpen(uint32 pb, VidLoc
167          set_gamma(csSave, 0);
168  
169          // Install and activate interrupt service
170 <        csSave->vslServiceID = 0;
171 <        VSLNewInterruptService(csSave->regEntryID, FOURCC('v','b','l',' '), &(csSave->vslServiceID));
170 >        uint32 theServiceID = 0;
171 >        VSLNewInterruptService(csSave->regEntryID, FOURCC('v','b','l',' '), &theServiceID);
172 >        csSave->vslServiceID = theServiceID;
173          D(bug(" Interrupt ServiceID %08lx\n", csSave->vslServiceID));
174          csSave->interruptsEnabled = true;
175  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines