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

Comparing BasiliskII/src/cdrom.cpp (file contents):
Revision 1.13 by gbeauche, 2001-07-02T11:59:31Z vs.
Revision 1.14 by cebix, 2001-07-14T20:01:14Z

# Line 132 | Line 132 | struct cdrom_drive_info {
132          void *fh;                       // File handle
133          int block_size;         // CD-ROM block size
134          int twok_offset;        // Offset of beginning of 2K block to last Prime position
135 <        uint32 start_byte;      // Start of HFS partition on disk
135 >        loff_t start_byte;      // Start of HFS partition on disk
136          bool to_be_mounted;     // Flag: drive must be mounted in accRun
137          bool mount_non_hfs;     // Flag: Issue disk-inserted events for non-HFS disks
138  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines