Fixed build. (nw)

This commit is contained in:
Curt Coder 2014-01-21 22:28:05 +00:00
parent e04ec2a3dd
commit 92f475be80
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ const char *g64_format::extensions() const
return "g64,g41,g71";
}
const UINT32 g64_format::cell_size[] =
const UINT32 g64_format::c1541_cell_size[] =
{
4000, // 16MHz/16/4
3750, // 16MHz/15/4

View File

@ -38,7 +38,7 @@ protected:
MASTERING = 0x2ac
};
static const UINT32 cell_size[];
static const UINT32 c1541_cell_size[];
};
extern const floppy_format_type FLOPPY_G64_FORMAT;