summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/crvision/slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/crvision/slot.cpp')
-rw-r--r--src/devices/bus/crvision/slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/crvision/slot.cpp b/src/devices/bus/crvision/slot.cpp
index 74c9eb28645..22af6ced64c 100644
--- a/src/devices/bus/crvision/slot.cpp
+++ b/src/devices/bus/crvision/slot.cpp
@@ -234,7 +234,7 @@ std::string crvision_cart_slot_device::get_default_card_software()
if (open_image_file(mconfig().options()))
{
const char *slot_string;
- UINT32 size = core_fsize(m_file);
+ UINT32 size = m_file->size();
int type = CRV_4K;
switch (size)