ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/1541d64.h
(Generate patch)

Comparing Frodo4/Src/1541d64.h (file contents):
Revision 1.4 by cebix, 2004-01-11T14:03:29Z vs.
Revision 1.5 by cebix, 2004-01-12T14:31:57Z

# Line 65 | Line 65 | struct image_file_desc {
65   };
66  
67   // Disk image drive class
68 < class D64Drive : public Drive {
68 > class ImageDrive : public Drive {
69   public:
70 <        D64Drive(IEC *iec, const char *filepath);
71 <        virtual ~D64Drive();
70 >        ImageDrive(IEC *iec, const char *filepath);
71 >        virtual ~ImageDrive();
72  
73          virtual uint8 Open(int channel, const uint8 *name, int name_len);
74          virtual uint8 Close(int channel);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines