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

Comparing Frodo4/Src/1541d64.cpp (file contents):
Revision 1.10 by cebix, 2005-06-27T19:55:48Z vs.
Revision 1.11 by cebix, 2010-04-21T19:52:53Z

# Line 1 | Line 1
1   /*
2   *  1541d64.cpp - 1541 emulation in disk image files (.d64/.x64/zipcode)
3   *
4 < *  Frodo (C) 1994-1997,2002-2005 Christian Bauer
4 > *  Frodo Copyright (C) Christian Bauer
5   *  zipcode decoding routines (C) 1993-1997 Marko Mäkelä, Paul David Doherty
6   *
7   *  This program is free software; you can redistribute it and/or modify
# Line 119 | Line 119 | static bool parse_image_file(FILE *f, im
119  
120   ImageDrive::ImageDrive(IEC *iec, const char *filepath) : Drive(iec), the_file(NULL), bam(ram + 0x700), bam_dirty(false)
121   {
122 +        desc.type = TYPE_D64;
123 +        desc.header_size = 0;
124 +        desc.num_tracks = 35;
125 +        desc.id1 = desc.id2 = 0;
126 +        desc.has_error_info = false;
127 +
128          for (int i=0; i<18; i++) {
129                  ch[i].mode = CHMOD_FREE;
130                  ch[i].buf = NULL;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines