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.6 by cebix, 2004-01-12T15:13:20Z

# Line 1 | Line 1
1   /*
2   *  1541d64.h - 1541 emulation in disk image files (.d64/.x64/zipcode)
3   *
4 < *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2004 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 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