summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/megadrive/md_slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/megadrive/md_slot.c')
-rw-r--r--src/emu/bus/megadrive/md_slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/bus/megadrive/md_slot.c b/src/emu/bus/megadrive/md_slot.c
index f240048385a..09b61e539eb 100644
--- a/src/emu/bus/megadrive/md_slot.c
+++ b/src/emu/bus/megadrive/md_slot.c
@@ -466,7 +466,7 @@ int base_md_cart_slot_device::load_nonlist()
bool is_smd, is_md;
UINT32 tmplen = length(), offset, len;
dynamic_buffer tmpROM(tmplen);
-
+
// STEP 1: store a (possibly headered) copy of the file and determine its type (SMD? MD? BIN?)
fread(tmpROM, tmplen);
is_smd = genesis_is_SMD(&tmpROM[0x200], tmplen - 0x200);