summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/msx/ctrl/ctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/msx/ctrl/ctrl.cpp')
-rw-r--r--src/devices/bus/msx/ctrl/ctrl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/msx/ctrl/ctrl.cpp b/src/devices/bus/msx/ctrl/ctrl.cpp
index 68139c0f625..efa8716edc1 100644
--- a/src/devices/bus/msx/ctrl/ctrl.cpp
+++ b/src/devices/bus/msx/ctrl/ctrl.cpp
@@ -16,6 +16,7 @@
#include "sgadapt.h"
#include "towns6b.h"
#include "townspad.h"
+#include "vaus.h"
#include "xe1ap.h"
@@ -53,5 +54,6 @@ void msx_general_purpose_port_devices(device_slot_interface &device)
device.option_add("sega", MSX_SEGACTRL);
device.option_add("towns6b", MSX_TOWNS6B);
device.option_add("townspad", MSX_TOWNSPAD);
+ device.option_add("vaus", MSX_VAUS);
device.option_add("xe1ap", MSX_XE1AP);
}