summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/sorcerer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/sorcerer.cpp')
-rw-r--r--src/mame/drivers/sorcerer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/sorcerer.cpp b/src/mame/drivers/sorcerer.cpp
index 68605af3fa5..ba9b36cc6a2 100644
--- a/src/mame/drivers/sorcerer.cpp
+++ b/src/mame/drivers/sorcerer.cpp
@@ -449,7 +449,7 @@ MACHINE_CONFIG_START(sorcerer_state::sorcerer)
MCFG_SLOT_OPTION_DEVICE_INPUT_DEFAULTS("terminal", terminal)
/* printer */
- MCFG_CENTRONICS_ADD("centronics", centronics_devices, "covox")
+ MCFG_DEVICE_ADD("centronics", CENTRONICS, centronics_devices, "covox")
/* The use of the parallel port as a general purpose port is not emulated.
Currently the only use is to read the printer status in the Centronics CENDRV bios routine. */