summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/patinho_feio.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/patinho_feio.cpp')
-rw-r--r--src/mame/drivers/patinho_feio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/patinho_feio.cpp b/src/mame/drivers/patinho_feio.cpp
index 5cfc76779a8..872bd11ea8a 100644
--- a/src/mame/drivers/patinho_feio.cpp
+++ b/src/mame/drivers/patinho_feio.cpp
@@ -282,7 +282,7 @@ void patinho_feio_state::patinho_feio(machine_config &config)
m_tty->set_keyboard_callback(FUNC(patinho_feio_state::teletype_kbd_input));
/* punched tape */
- GENERIC_CARTSLOT(config, "cartslot", generic_plain_slot, "patinho_tape", "bin").set_device_load(FUNC(patinho_feio_state::tape_load), this);
+ GENERIC_CARTSLOT(config, "cartslot", generic_plain_slot, "patinho_tape", "bin").set_device_load(FUNC(patinho_feio_state::tape_load));
config.set_default_layout(layout_patinho);