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

Comparing BasiliskII/src/adb.cpp (file contents):
Revision 1.16 by gbeauche, 2008-01-01T09:40:31Z vs.
Revision 1.17 by cebix, 2010-02-21T09:55:36Z

# Line 1 | Line 1
1   /*
2   *  adb.cpp - ADB emulation (mouse/keyboard)
3   *
4 < *  Basilisk II (C) 1997-2008 Christian Bauer
4 > *  Basilisk II (C) Christian Bauer
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 387 | Line 387 | void ADBInterrupt(void)
387                                  0x2f, 0x01,             // move.l d1,-(sp)
388                                  0x70, 0x01,             // moveq #1,d0 (MoveTo)
389                                  0xaa, 0xdb,             // CursorDeviceDispatch
390 <                                M68K_RTS >> 8, M68K_RTS
390 >                                M68K_RTS >> 8, M68K_RTS & 0xff
391                          };
392                          BUILD_SHEEPSHAVER_PROCEDURE(proc);
393                          r.a[0] = ReadMacInt32(mouse_base + 4);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines