--- Frodo4/Src/1541d64.h 2004/01/11 14:03:29 1.4 +++ Frodo4/Src/1541d64.h 2004/01/12 15:13:20 1.6 @@ -1,7 +1,7 @@ /* * 1541d64.h - 1541 emulation in disk image files (.d64/.x64/zipcode) * - * Frodo (C) 1994-1997,2002-2003 Christian Bauer + * Frodo (C) 1994-1997,2002-2004 Christian Bauer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -65,10 +65,10 @@ struct image_file_desc { }; // Disk image drive class -class D64Drive : public Drive { +class ImageDrive : public Drive { public: - D64Drive(IEC *iec, const char *filepath); - virtual ~D64Drive(); + ImageDrive(IEC *iec, const char *filepath); + virtual ~ImageDrive(); virtual uint8 Open(int channel, const uint8 *name, int name_len); virtual uint8 Close(int channel);