--- BasiliskII/src/audio.cpp 2003/05/13 12:34:09 1.12 +++ BasiliskII/src/audio.cpp 2005/01/30 21:42:13 1.15 @@ -1,7 +1,7 @@ /* * audio.cpp - Audio support * - * Basilisk II (C) 1997-2002 Christian Bauer + * Basilisk II (C) 1997-2005 Christian Bauer * Portions written by Marc Hellwig * * This program is free software; you can redistribute it and/or modify @@ -633,7 +633,7 @@ int16 SoundInStatus(uint32 pb, uint32 dc 0x70, 0x01, // moveq #1,d0 M68K_RTS >> 8, M68K_RTS & 0xff }; - Execute68k((uint32)proc, &r); + Execute68k(Host2MacAddr((uint8 *)proc), &r); if (r.d[0]) { param[0] = 4; // Length of returned data param[1] = r.a[2]; // Handle to icon suite