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.2 by cebix, 2003-07-01T17:51:17Z vs.
Revision 1.3 by cebix, 2003-07-02T14:46:24Z

# Line 32 | Line 32
32   #include "1541d64.h"
33   #include "IEC.h"
34   #include "Prefs.h"
35 + #include "C64.h"
36  
37  
38   // Channel modes (IRC users listen up :-)
# Line 83 | Line 84 | D64Drive::D64Drive(IEC *iec, char *filep
84          if (the_file != NULL) {
85  
86                  // Allocate 1541 RAM
87 <                ram = new uint8[0x800];
87 >                ram = new uint8[DRIVE_RAM_SIZE];
88                  bam = (BAM *)(ram + 0x700);
89  
90                  Reset();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines