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

Comparing BasiliskII/src/Unix/clip_unix.cpp (file contents):
Revision 1.14 by gbeauche, 2008-01-01T09:40:33Z vs.
Revision 1.15 by cebix, 2010-02-21T09:55:52Z

# Line 1 | Line 1
1   /*
2   *  clip_unix.cpp - Clipboard handling, Unix implementation
3   *
4 < *  SheepShaver (C) 1997-2008 Christian Bauer and Marc Hellwig
4 > *  SheepShaver (C) Christian Bauer and Marc Hellwig
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# Line 496 | Line 496 | static void do_getscrap(void **handle, u
496                          0x2f, 0x3c, 0, 0, 0, 0,         // move.l       #outbuf,-(sp)
497                          0xa9, 0xfe,                                     // PutScrap()
498                          0x58, 0x8f,                                     // addq.l       #4,sp
499 <                        M68K_RTS >> 8, M68K_RTS
499 >                        M68K_RTS >> 8, M68K_RTS & 0xff
500                  };
501                  r.d[0] = sizeof(proc);
502                  Execute68kTrap(0xa71e, &r);             // NewPtrSysClear()

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines