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

Comparing BasiliskII/src/MacOSX/clip_macosx.cpp (file contents):
Revision 1.10 by asvitkine, 2010-10-16T04:11:18Z vs.
Revision 1.11 by asvitkine, 2012-01-01T23:24:26Z

# Line 133 | Line 133 | void GetScrap(void **handle, uint32 type
133                                          0x2f, 0x3c, 0, 0, 0, 0,         // move.l       #outbuf,-(sp)
134                                          0xa9, 0xfe,                                     // PutScrap()
135                                          0x58, 0x8f,                                     // addq.l       #4,sp
136 <                                        M68K_RTS >> 8, M68K_RTS
136 >                                        M68K_RTS >> 8, M68K_RTS & 0xff
137                                  };
138                                  r.d[0] = sizeof(proc);
139                                  Execute68kTrap(0xa71e, &r);             // NewPtrSysClear()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines