summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti85.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti85.cpp')
-rw-r--r--src/mame/drivers/ti85.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti85.cpp b/src/mame/drivers/ti85.cpp
index b5220820ce2..8c9af0dd245 100644
--- a/src/mame/drivers/ti85.cpp
+++ b/src/mame/drivers/ti85.cpp
@@ -711,7 +711,7 @@ MACHINE_CONFIG_START(ti85_state::ti83p)
MCFG_DEVICE_ADD("linkport", TI8X_LINK_PORT, default_ti8x_link_devices, nullptr)
- MCFG_AMD_29F400T_ADD("flash")
+ AMD_29F400T(config, "flash");
MACHINE_CONFIG_END
MACHINE_CONFIG_START(ti85_state::ti83pse)