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

Comparing BasiliskII/src/include/disk.h (file contents):
Revision 1.1.1.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.8 by gbeauche, 2008-01-01T09:40:35Z

# Line 1 | Line 1
1   /*
2   *  disk.h - Generic disk driver
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 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 23 | Line 23
23  
24   const int DiskRefNum = -63;                             // RefNum of driver
25   const uint16 DiskDriverFlags = 0x6f04;  // Driver flags
26 const uint16 DiskDriverDelay = 120;             // Driver delay
26  
27   extern const uint8 DiskIcon[258];               // Icon data (copied to ROM by PatchROM())
28  
# Line 32 | Line 31 | extern uint32 DiskIconAddr;                            // Icon a
31   extern void DiskInit(void);
32   extern void DiskExit(void);
33  
34 + extern void DiskInterrupt(void);
35 +
36   extern bool DiskMountVolume(void *fh);
37  
38   extern int16 DiskOpen(uint32 pb, uint32 dce);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines