PDP11: Fix TVSEL register.

It's sometimes used as a 16-bit register.
This commit is contained in:
Lars Brinkhoff 2022-10-29 21:17:06 +02:00 committed by Paul Koning
parent 8e109fe787
commit 50419c18df

View file

@ -53,7 +53,7 @@ static uint16 COLORA;
static uint8 tv_source[256];
static uint8 tv_display[256];
static uint16 TVINCR;
static uint8 TVSEL; /* Frame buffer select. */
static uint16 TVSEL; /* Frame buffer select. */
static uint16 TVRADR;
static uint16 tvdata;
static uint16 TVWC;