Built-in video card device fixes from selected machines, such as Tandy and Olivetti.

Added the Compaq Deskpro BIOS from 1987 (8086, not 386).
Added the Trident TVGA9000B video card and fixed some anomalies with the TVGA8900B.
This commit is contained in:
TC1995
2020-10-06 18:06:08 +02:00
parent fa39616739
commit 945ec15350
8 changed files with 152 additions and 34 deletions

View File

@@ -1192,6 +1192,12 @@ tandy1k_hx_get_device(void)
return &vid_device_hx;
}
const device_t *
tandy1k_sl_get_device(void)
{
return &vid_device_sl;
}
static void
eep_write(uint16_t addr, uint8_t val, void *priv)