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

Comparing Frodo4/Src/IEC.cpp (file contents):
Revision 1.4 by cebix, 2004-01-11T14:03:29Z vs.
Revision 1.5 by cebix, 2004-01-12T14:31:57Z

# Line 68 | Line 68 | IEC::IEC(C64Display *display) : the_disp
68                          if (ThePrefs.DriveType[i] == DRVTYPE_DIR)
69                                  drive[i] = new FSDrive(this, ThePrefs.DrivePath[i]);
70                          else if (ThePrefs.DriveType[i] == DRVTYPE_D64)
71 <                                drive[i] = new D64Drive(this, ThePrefs.DrivePath[i]);
71 >                                drive[i] = new ImageDrive(this, ThePrefs.DrivePath[i]);
72                          else
73                                  drive[i] = new T64Drive(this, ThePrefs.DrivePath[i]);
74                  }
# Line 120 | Line 120 | void IEC::NewPrefs(Prefs *prefs)
120                                  if (prefs->DriveType[i] == DRVTYPE_DIR)
121                                          drive[i] = new FSDrive(this, prefs->DrivePath[i]);
122                                  else if (prefs->DriveType[i] == DRVTYPE_D64)
123 <                                        drive[i] = new D64Drive(this, prefs->DrivePath[i]);
123 >                                        drive[i] = new ImageDrive(this, prefs->DrivePath[i]);
124                                  else
125                                          drive[i] = new T64Drive(this, prefs->DrivePath[i]);
126                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines