--- BasiliskII/src/adb.cpp 2004/01/10 08:54:14 1.11 +++ BasiliskII/src/adb.cpp 2004/11/13 14:28:49 1.13 @@ -1,7 +1,7 @@ /* * adb.cpp - ADB emulation (mouse/keyboard) * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -388,7 +388,7 @@ void ADBInterrupt(void) r.a[0] = ReadMacInt32(mouse_base + 4); r.d[0] = mx; r.d[1] = my; - Execute68k((uint32)proc, &r); + Execute68k(Host2MacAddr((uint8 *)proc), &r); #else WriteMacInt16(0x82a, mx); WriteMacInt16(0x828, my);