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

Comparing BasiliskII/src/disk.cpp (file contents):
Revision 1.7 by cebix, 2000-07-22T16:07:15Z vs.
Revision 1.9 by cebix, 2001-02-02T20:52:57Z

# Line 1 | Line 1
1   /*
2   *  disk.cpp - Generic disk driver
3   *
4 < *  Basilisk II (C) 1997-2000 Christian Bauer
4 > *  Basilisk II (C) 1997-2001 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 440 | Line 440 | int16 DiskStatus(uint32 pb, uint32 dce)
440                                                  WriteMacInt32(pb + csParam + 4, FOURCC('d','i','s','k'));
441                                          break;
442                                  case FOURCC('i','n','t','f'):   // Interface type
443 <                                        WriteMacInt32(pb + csParam + 4, FOURCC('b','a','s','i'));
443 >                                        WriteMacInt32(pb + csParam + 4, EMULATOR_ID_4);
444                                          break;
445                                  case FOURCC('s','y','n','c'):   // Only synchronous operation?
446                                          WriteMacInt32(pb + csParam + 4, 0x01000000);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines