ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/Frodo4/Src/1541fs.h
(Generate patch)

Comparing Frodo4/Src/1541fs.h (file contents):
Revision 1.3 by cebix, 2004-01-11T00:09:51Z vs.
Revision 1.7 by cebix, 2005-06-27T19:55:48Z

# Line 1 | Line 1
1   /*
2   *  1541fs.h - 1541 emulation in host file system
3   *
4 < *  Frodo (C) 1994-1997,2002-2003 Christian Bauer
4 > *  Frodo (C) 1994-1997,2002-2005 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 26 | Line 26
26  
27   class FSDrive : public Drive {
28   public:
29 <        FSDrive(IEC *iec, char *path);
29 >        FSDrive(IEC *iec, const char *path);
30          virtual ~FSDrive();
31 +
32          virtual uint8 Open(int channel, const uint8 *name, int name_len);
33          virtual uint8 Close(int channel);
34 <        virtual uint8 Read(int channel, uint8 *byte);
34 >        virtual uint8 Read(int channel, uint8 &byte);
35          virtual uint8 Write(int channel, uint8 byte, bool eoi);
36          virtual void Reset(void);
37  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines