From 8db25247ba64e4999e0117976fbfa4fc03deabf0 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Mon, 9 Jan 2012 03:27:58 -0800 Subject: [PATCH] Declare the VAX730 as a non-Qbus system --- VAX/vax730_defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/VAX/vax730_defs.h b/VAX/vax730_defs.h index 961bcb34..92227c62 100644 --- a/VAX/vax730_defs.h +++ b/VAX/vax730_defs.h @@ -324,6 +324,7 @@ typedef struct { /* Device vectors */ +#define VEC_QBUS 0 #define VEC_Q 0x200 #define VEC_PTR (VEC_Q + 0070) #define VEC_PTP (VEC_Q + 0074)