Added the Vectra VEi8

A 686 Vectra using the Award BIOS
This commit is contained in:
Panagiotis
2020-12-30 22:37:51 +02:00
committed by GitHub
parent 0146761945
commit 7268bfa06d
6 changed files with 36 additions and 2 deletions

View File

@@ -197,7 +197,7 @@ prime3c_read(uint16_t addr, void *priv)
{
prime3c_t *dev = (prime3c_t *)priv;
return dev->regs[addr];
return dev->regs[dev->index];
}
void prime3c_fdc_handler(prime3c_t *dev)