--- Frodo4/Src/1541fs.h 2004/01/12 15:13:20 1.5 +++ Frodo4/Src/1541fs.h 2005/06/27 19:55:48 1.7 @@ -1,7 +1,7 @@ /* * 1541fs.h - 1541 emulation in host file system * - * Frodo (C) 1994-1997,2002-2004 Christian Bauer + * Frodo (C) 1994-1997,2002-2005 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 @@ -26,8 +26,9 @@ class FSDrive : public Drive { public: - FSDrive(IEC *iec, char *path); + FSDrive(IEC *iec, const char *path); virtual ~FSDrive(); + virtual uint8 Open(int channel, const uint8 *name, int name_len); virtual uint8 Close(int channel); virtual uint8 Read(int channel, uint8 &byte);