summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/gb_slot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/gb_slot.c')
-rw-r--r--src/mess/machine/gb_slot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/gb_slot.c b/src/mess/machine/gb_slot.c
index 0558fbe7886..a87afcc899d 100644
--- a/src/mess/machine/gb_slot.c
+++ b/src/mess/machine/gb_slot.c
@@ -606,7 +606,7 @@ const char * megaduck_cart_slot_device::get_default_card_software(const machine_
{
if (open_image_file(options))
return "rom";
-
+
return software_get_default_slot(config, options, this, "rom");
}