mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-20 00:31:28 +00:00
VSLNewInterruptService() returns a serviceID in big endian format
This commit is contained in:
parent
3d4ed54488
commit
c7dd356f7f
@ -169,7 +169,7 @@ static int16 VideoOpen(uint32 pb, VidLocals *csSave)
|
||||
// Install and activate interrupt service
|
||||
uint32 theServiceID = 0;
|
||||
VSLNewInterruptService(csSave->regEntryID, FOURCC('v','b','l',' '), &theServiceID);
|
||||
csSave->vslServiceID = theServiceID;
|
||||
csSave->vslServiceID = ntohl(theServiceID);
|
||||
D(bug(" Interrupt ServiceID %08lx\n", csSave->vslServiceID));
|
||||
csSave->interruptsEnabled = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user