summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/interact.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/interact.cpp')
-rw-r--r--src/mame/drivers/interact.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/drivers/interact.cpp b/src/mame/drivers/interact.cpp
index 9a199c37d5d..08516b1fc52 100644
--- a/src/mame/drivers/interact.cpp
+++ b/src/mame/drivers/interact.cpp
@@ -160,7 +160,7 @@ MACHINE_CONFIG_START(interact_state::interact)
MCFG_SOFTWARE_LIST_ADD("cass_list","interact")
/* printer */
- MCFG_DEVICE_ADD("printer", PRINTER, 0)
+ PRINTER(config, m_printer, 0);
MACHINE_CONFIG_END
@@ -195,7 +195,7 @@ MACHINE_CONFIG_START(interact_state::hector1)
MCFG_CASSETTE_INTERFACE("interact_cass")
/* printer */
- MCFG_DEVICE_ADD("printer", PRINTER, 0)
+ PRINTER(config, m_printer, 0);
MACHINE_CONFIG_END