PDP11: Fix TVSEL register.
It's sometimes used as a 16-bit register.
This commit is contained in:
parent
8e109fe787
commit
50419c18df
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue