summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/vtech/ioexp/carts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/vtech/ioexp/carts.cpp')
-rw-r--r--src/devices/bus/vtech/ioexp/carts.cpp10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/devices/bus/vtech/ioexp/carts.cpp b/src/devices/bus/vtech/ioexp/carts.cpp
index d9ddb4cb9ec..ae579ba23e5 100644
--- a/src/devices/bus/vtech/ioexp/carts.cpp
+++ b/src/devices/bus/vtech/ioexp/carts.cpp
@@ -9,7 +9,11 @@
#include "emu.h"
#include "carts.h"
-SLOT_INTERFACE_START( ioexp_slot_carts )
- SLOT_INTERFACE("joystick", JOYSTICK_INTERFACE)
- SLOT_INTERFACE("printer", PRINTER_INTERFACE)
+#include "joystick.h"
+#include "printer.h"
+
+
+SLOT_INTERFACE_START( vtech_ioexp_slot_carts )
+ SLOT_INTERFACE("joystick", VTECH_JOYSTICK_INTERFACE)
+ SLOT_INTERFACE("printer", VTECH_PRINTER_INTERFACE)
SLOT_INTERFACE_END