mirror of
https://github.com/holub/mame
synced 2025-10-07 09:25:34 +03:00
fixed MT06831 (bogus casting in ccvf_format::file_formats) (nw)
This commit is contained in:
parent
bb2bcb1b56
commit
f2fedf0c8c
@ -39,7 +39,7 @@ const char *ccvf_format::extensions() const
|
|||||||
const ccvf_format::format ccvf_format::file_formats[] = {
|
const ccvf_format::format ccvf_format::file_formats[] = {
|
||||||
{
|
{
|
||||||
floppy_image::FF_525, floppy_image::SSSD,
|
floppy_image::FF_525, floppy_image::SSSD,
|
||||||
(int) (1./(9600*8))*1000000000, 10, 41, 1, 128, {}, 0, { 0,5,1,6,2,7,3,8,4,9 }
|
(int) ((1./(9600*8))*1000000000), 10, 41, 1, 128, {}, 0, { 0,5,1,6,2,7,3,8,4,9 }
|
||||||
},
|
},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user