1
0
mirror of https://github.com/open-simh/simh.git synced 2026-03-04 18:54:46 +00:00

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;