summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/chanf/slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/chanf/slot.cpp')
-rw-r--r--src/devices/bus/chanf/slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/chanf/slot.cpp b/src/devices/bus/chanf/slot.cpp
index 72045151cca..ea5b00b5348 100644
--- a/src/devices/bus/chanf/slot.cpp
+++ b/src/devices/bus/chanf/slot.cpp
@@ -222,7 +222,7 @@ std::string channelf_cart_slot_device::get_default_card_software()
if (open_image_file(mconfig().options()))
{
const char *slot_string;
- UINT32 len = core_fsize(m_file);
+ UINT32 len = m_file->size();
int type;
if (len == 0x40000)