mirror of
https://github.com/holub/mame
synced 2025-06-05 20:33:45 +03:00
Fixed build. (nw)
This commit is contained in:
parent
e04ec2a3dd
commit
92f475be80
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user