mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
compilation fix for VS14 CTP4 (nw)
This commit is contained in:
parent
a3bf20571e
commit
8f2a47206a
@ -1517,7 +1517,7 @@ DEVICE_IMAGE_LOAD_MEMBER( thomson_state, mo5_cartridge )
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
astring errmsg;
|
astring errmsg;
|
||||||
errmsg.printf("Invalid cartridge size %"I64FMT"d", size);
|
errmsg.printf("Invalid cartridge size %" I64FMT "d", size);
|
||||||
image.seterror(IMAGE_ERROR_UNSUPPORTED, errmsg.cstr());
|
image.seterror(IMAGE_ERROR_UNSUPPORTED, errmsg.cstr());
|
||||||
return IMAGE_INIT_FAIL;
|
return IMAGE_INIT_FAIL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user