summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/squale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/squale.cpp')
-rw-r--r--src/mame/drivers/squale.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/squale.cpp b/src/mame/drivers/squale.cpp
index 65c33c5cd0b..08d83bec5de 100644
--- a/src/mame/drivers/squale.cpp
+++ b/src/mame/drivers/squale.cpp
@@ -840,7 +840,7 @@ void squale_state::squale(machine_config &config)
SOFTWARE_LIST(config, "flop525_list").set_original("squale");
/* Cartridge slot */
- GENERIC_CARTSLOT(config, "cartslot", generic_linear_slot, "squale_cart").set_device_load(FUNC(squale_state::cart_load), this);
+ GENERIC_CARTSLOT(config, "cartslot", generic_linear_slot, "squale_cart").set_device_load(FUNC(squale_state::cart_load));
SOFTWARE_LIST(config, "cart_list").set_original("squale_cart");
}