mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 23:37:13 +00:00
PDP11: Fix TVSEL register.
It's sometimes used as a 16-bit register.
This commit is contained in:
parent
8e109fe787
commit
50419c18df
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user