summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/juicebox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/juicebox.cpp')
-rw-r--r--src/mame/drivers/juicebox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/juicebox.cpp b/src/mame/drivers/juicebox.cpp
index 4d7392c8a84..ce141025821 100644
--- a/src/mame/drivers/juicebox.cpp
+++ b/src/mame/drivers/juicebox.cpp
@@ -333,7 +333,7 @@ MACHINE_CONFIG_START(juicebox_state::juicebox)
m_s3c44b0->gpio_port_w_cb().set(FUNC(juicebox_state::s3c44b0_gpio_port_w));
m_s3c44b0->i2s_data_w_cb().set("dac", FUNC(dac_word_interface::data_w));
- MCFG_DEVICE_ADD("smartmedia", SMARTMEDIA, 0)
+ SMARTMEDIA(config, m_smartmedia, 0);
/* software lists */
MCFG_SOFTWARE_LIST_ADD("cart_list","juicebox")