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 |
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); |