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

Comparing BasiliskII/src/sony.cpp (file contents):
Revision 1.3 by cebix, 1999-10-25T08:07:48Z vs.
Revision 1.6 by cebix, 2000-04-10T18:52:30Z

# Line 1 | Line 1
1   /*
2   *  sony.cpp - Replacement .Sony driver (floppy drives)
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 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 39 | Line 39
39   #include "prefs.h"
40   #include "sony.h"
41  
42 < #define DEBUG 1
42 > #define DEBUG 0
43   #include "debug.h"
44  
45   #ifdef AMIGA
# Line 497 | Line 497 | int16 SonyStatus(uint32 pb, uint32 dce)
497                                  return paramErr;
498  
499                  case 8:         // Get drive status
500 <                        memcpy(Mac2HostAddr(pb + csParam), Mac2HostAddr(info->status), 22);
500 >                        Mac2Mac_memcpy(pb + csParam, info->status, 22);
501                          return noErr;
502  
503                  case 10:        // Get disk type

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines