summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/sorcerer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/drivers/sorcerer.c')
-rw-r--r--src/mess/drivers/sorcerer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mess/drivers/sorcerer.c b/src/mess/drivers/sorcerer.c
index 05c320acf7b..976f65ebfde 100644
--- a/src/mess/drivers/sorcerer.c
+++ b/src/mess/drivers/sorcerer.c
@@ -426,8 +426,7 @@ static MACHINE_CONFIG_START( sorcerer, sorcerer_state )
MCFG_AY31015_RX_CLOCK(4800.0)
/* printer */
- MCFG_CENTRONICS_ADD("centronics", centronics_printers, "covox")
- MCFG_SLOT_OPTION_ADD( "covox", CENTRONICS_COVOX )
+ MCFG_CENTRONICS_ADD("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. */