--- Frodo4/Src/1541d64.cpp 2003/07/01 17:51:17 1.2 +++ Frodo4/Src/1541d64.cpp 2003/07/02 14:46:24 1.3 @@ -32,6 +32,7 @@ #include "1541d64.h" #include "IEC.h" #include "Prefs.h" +#include "C64.h" // Channel modes (IRC users listen up :-) @@ -83,7 +84,7 @@ D64Drive::D64Drive(IEC *iec, char *filep if (the_file != NULL) { // Allocate 1541 RAM - ram = new uint8[0x800]; + ram = new uint8[DRIVE_RAM_SIZE]; bam = (BAM *)(ram + 0x700); Reset();