summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/megadrive/md_slot.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2015-12-25 20:53:59 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2015-12-25 20:53:59 +0100
commitc6d27c753f68cb22d8f88d031ae0645ab80c72b6 (patch)
tree814fb384b0024aa03da79a806d7674624abace47 /src/devices/bus/megadrive/md_slot.cpp
parenta8ef53fa51dcc81dbb9a647dfc1777ef72ee2f93 (diff)
cleanups (nw)
Diffstat (limited to 'src/devices/bus/megadrive/md_slot.cpp')
-rw-r--r--src/devices/bus/megadrive/md_slot.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/megadrive/md_slot.cpp b/src/devices/bus/megadrive/md_slot.cpp
index 2d0ff90acb6..f1a5700b0e1 100644
--- a/src/devices/bus/megadrive/md_slot.cpp
+++ b/src/devices/bus/megadrive/md_slot.cpp
@@ -904,7 +904,7 @@ void base_md_cart_slot_device::get_default_card_software(std::string &result)
{
if (open_image_file(mconfig().options()))
{
- const char *slot_string = "rom";
+ const char *slot_string;
UINT32 len = core_fsize(m_file), offset = 0;
dynamic_buffer rom(len);
int type;