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 |
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); |