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

Comparing BasiliskII/src/include/sony.h (file contents):
Revision 1.1 by cebix, 1999-10-03T14:16:26Z vs.
Revision 1.2 by cebix, 1999-10-12T20:00:56Z

# Line 23 | Line 23
23  
24   const int SonyRefNum = -5;                              // RefNum of driver
25   const uint16 SonyDriverFlags = 0x6f00;  // Driver flags
26 const uint16 SonyDriverDelay = 120;             // Driver delay
26  
27   extern const uint8 SonyDiskIcon[258];   // Icon data (copied to ROM by PatchROM())
28   extern const uint8 SonyDriveIcon[258];
# Line 34 | Line 33 | extern uint32 SonyDriveIconAddr;
33   extern void SonyInit(void);
34   extern void SonyExit(void);
35  
36 + extern void SonyInterrupt(void);
37 +
38   extern bool SonyMountVolume(void *fh);
39  
40   extern int16 SonyOpen(uint32 pb, uint32 dce);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines