summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/centronics/ctronics.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/centronics/ctronics.c')
-rw-r--r--src/emu/bus/centronics/ctronics.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/emu/bus/centronics/ctronics.c b/src/emu/bus/centronics/ctronics.c
index 024d348171d..b7c87a3b79b 100644
--- a/src/emu/bus/centronics/ctronics.c
+++ b/src/emu/bus/centronics/ctronics.c
@@ -120,12 +120,15 @@ device_centronics_peripheral_interface::~device_centronics_peripheral_interface(
#include "epson_ex800.h"
#include "epson_lx800.h"
#include "printer.h"
+#include "covox.h"
-SLOT_INTERFACE_START(centronics_printers)
+SLOT_INTERFACE_START(centronics_devices)
SLOT_INTERFACE("pl80", COMX_PL80)
SLOT_INTERFACE("ex800", EPSON_EX800)
SLOT_INTERFACE("lx800", EPSON_LX800)
SLOT_INTERFACE("lx810l", EPSON_LX810L)
SLOT_INTERFACE("ap2000", EPSON_AP2000)
SLOT_INTERFACE("printer", CENTRONICS_PRINTER)
+ SLOT_INTERFACE("covox", CENTRONICS_COVOX)
+ SLOT_INTERFACE("covox_stereo", CENTRONICS_COVOX_STEREO)
SLOT_INTERFACE_END