--- BasiliskII/src/sony.cpp 1999/10/25 19:01:31 1.4 +++ BasiliskII/src/sony.cpp 2000/04/10 18:52:30 1.6 @@ -1,7 +1,7 @@ /* * sony.cpp - Replacement .Sony driver (floppy drives) * - * Basilisk II (C) 1997-1999 Christian Bauer + * Basilisk II (C) 1997-2000 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 @@ -497,7 +497,7 @@ int16 SonyStatus(uint32 pb, uint32 dce) return paramErr; case 8: // Get drive status - memcpy(Mac2HostAddr(pb + csParam), Mac2HostAddr(info->status), 22); + Mac2Mac_memcpy(pb + csParam, info->status, 22); return noErr; case 10: // Get disk type