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.2 by gbeauche, 2003-09-29T20:30:19Z vs.
Revision 1.3 by gbeauche, 2003-09-29T20:31:47Z

# Line 169 | Line 169 | static int16 VideoOpen(uint32 pb, VidLoc
169          // Install and activate interrupt service
170          uint32 theServiceID = 0;
171          VSLNewInterruptService(csSave->regEntryID, FOURCC('v','b','l',' '), &theServiceID);
172 <        csSave->vslServiceID = theServiceID;
172 >        csSave->vslServiceID = ntohl(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