summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/vt50/vt50.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/vt50/vt50.h')
-rw-r--r--src/devices/cpu/vt50/vt50.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/vt50/vt50.h b/src/devices/cpu/vt50/vt50.h
index 17fefade682..ad29f48f265 100644
--- a/src/devices/cpu/vt50/vt50.h
+++ b/src/devices/cpu/vt50/vt50.h
@@ -12,7 +12,7 @@ public:
enum {
VT5X_PC, VT5X_PAGE,
VT5X_MODE, VT5X_DONE,
- VT5X_AC, VT5X_B, VT5X_X, VT5X_Y, VT5X_X8,
+ VT5X_AC, VT5X_B, VT5X_X, VT5X_Y, VT5X_X8, VT5X_XYAD,
VT5X_CFF, VT5X_VID
};