--- Frodo4/Src/1541t64.h 2004/01/11 00:09:51 1.3 +++ Frodo4/Src/1541t64.h 2004/01/12 15:13:20 1.5 @@ -1,7 +1,7 @@ /* * 1541t64.h - 1541 emulation in .t64/LYNX file * - * 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 @@ -40,7 +40,7 @@ public: virtual ~T64Drive(); virtual uint8 Open(int channel, const uint8 *name, int name_len); virtual uint8 Close(int channel); - virtual uint8 Read(int channel, uint8 *byte); + virtual uint8 Read(int channel, uint8 &byte); virtual uint8 Write(int channel, uint8 byte, bool eoi); virtual void Reset(void);