1
0
mirror of https://github.com/simh/simh.git synced 2026-01-13 15:27:14 +00:00

Declare the VAX730 as a non-Qbus system

This commit is contained in:
Mark Pizzolato 2012-01-09 03:27:58 -08:00
parent 7a8a6e828e
commit 8db25247ba

View File

@ -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)