summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-05-22 23:21:09 -0400
committer AJR <ajrhacker@users.noreply.github.com>2020-05-22 23:21:09 -0400
commit1a16d7d367fe467eb5f38806885159d563cfc3a3 (patch)
treebdda4dac365385d49e768b976115387d36314850
parent067fb08ecc1747926ef6b17c341fee39c3ffd34a (diff)
lisa.cpp: Fix build (nw)
-rw-r--r--src/mame/drivers/lisa.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/lisa.cpp b/src/mame/drivers/lisa.cpp
index 42ddd6762b0..ea3e118e38d 100644
--- a/src/mame/drivers/lisa.cpp
+++ b/src/mame/drivers/lisa.cpp
@@ -147,7 +147,7 @@ void lisa_state::lisa(machine_config &config)
m_nvram->set_custom_handler(FUNC(lisa_state::nvram_init));
/* devices */
- IWM(config, m_fdc, &lisa2_fdc_interface);
+ LEGACY_IWM(config, m_fdc, &lisa2_fdc_interface);
sonydriv_floppy_image_device::legacy_2_drives_add(config, &lisa_floppy_interface);
/* software lists */