summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/a800/a800_slot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/a800/a800_slot.cpp')
-rw-r--r--src/devices/bus/a800/a800_slot.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/devices/bus/a800/a800_slot.cpp b/src/devices/bus/a800/a800_slot.cpp
index ee0ca68d790..ce562d5f24a 100644
--- a/src/devices/bus/a800/a800_slot.cpp
+++ b/src/devices/bus/a800/a800_slot.cpp
@@ -153,18 +153,6 @@ void a800_cart_slot_device::device_start()
m_cart = dynamic_cast<device_a800_cart_interface *>(get_card_device());
}
-//-------------------------------------------------
-// device_config_complete - perform any
-// operations now that the configuration is
-// complete
-//-------------------------------------------------
-
-void a800_cart_slot_device::device_config_complete()
-{
- // set brief and instance name
- update_names();
-}
-
/*-------------------------------------------------