summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vic20/megacart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vic20/megacart.cpp')
-rw-r--r--src/devices/bus/vic20/megacart.cpp7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/bus/vic20/megacart.cpp b/src/devices/bus/vic20/megacart.cpp
index fea4153457e..e86b80c6864 100644
--- a/src/devices/bus/vic20/megacart.cpp
+++ b/src/devices/bus/vic20/megacart.cpp
@@ -22,10 +22,9 @@ DEFINE_DEVICE_TYPE(VIC20_MEGACART, vic20_megacart_device, "vic20_megacart", "VIC
// device_add_mconfig - add device configuration
//-------------------------------------------------
-MACHINE_CONFIG_START(vic20_megacart_device::device_add_mconfig)
-
-MACHINE_CONFIG_END
-
+void vic20_megacart_device::device_add_mconfig(machine_config &config)
+{
+}
//**************************************************************************