/[cebix]/BasiliskII/src/disk.cpp
ViewVC logotype

Diff of /BasiliskII/src/disk.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by cebix, Sat Jul 22 16:07:15 2000 UTC revision 1.8 by cebix, Tue Jul 25 15:19:39 2000 UTC
# Line 440  int16 DiskStatus(uint32 pb, uint32 dce) Line 440  int16 DiskStatus(uint32 pb, uint32 dce)
440                                                  WriteMacInt32(pb + csParam + 4, FOURCC('d','i','s','k'));                                                  WriteMacInt32(pb + csParam + 4, FOURCC('d','i','s','k'));
441                                          break;                                          break;
442                                  case FOURCC('i','n','t','f'):   // Interface type                                  case FOURCC('i','n','t','f'):   // Interface type
443                                          WriteMacInt32(pb + csParam + 4, FOURCC('b','a','s','i'));                                          WriteMacInt32(pb + csParam + 4, EMULATOR_ID_4);
444                                          break;                                          break;
445                                  case FOURCC('s','y','n','c'):   // Only synchronous operation?                                  case FOURCC('s','y','n','c'):   // Only synchronous operation?
446                                          WriteMacInt32(pb + csParam + 4, 0x01000000);                                          WriteMacInt32(pb + csParam + 4, 0x01000000);

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

Christian Bauer">Christian Bauer
ViewVC Help
Powered by ViewVC 1.1.15