summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/cartslot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/imagedev/cartslot.c')
-rw-r--r--src/emu/imagedev/cartslot.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/imagedev/cartslot.c b/src/emu/imagedev/cartslot.c
index daa7e44e961..9ac546c77cb 100644
--- a/src/emu/imagedev/cartslot.c
+++ b/src/emu/imagedev/cartslot.c
@@ -371,10 +371,10 @@ static const cartslot_pcb_type *identify_pcb(device_image_interface &image)
{
if (me != MCERR_NOT_MULTICART)
fatalerror("multicart error: %s", multicart_error_text(me));
-
+
/* Force fetching of image metadata */
image.crc();
-
+
if (image.pcb() != NULL)
{
/* read from hash file */