Add the AMI Excalibur, a VLB OPTi 596/597 machine.

Also adds emulation of the OPTi 5x7 chipset, and introduces a clock divider for VLB on 64-bit bus systems.
This commit is contained in:
nerd73
2020-06-05 10:22:59 -06:00
parent 9fb12c323e
commit 3f0adb5211
12 changed files with 175 additions and 15 deletions

View File

@@ -515,7 +515,7 @@ CPUOBJ := cpu.o cpu_table.o \
$(DYNARECOBJ)
CHIPSETOBJ := acc2168.o acer_m3a.o cs8230.o ali1429.o headland.o \
intel_4x0.o neat.o opti495.o scamp.o scat.o \
intel_4x0.o neat.o opti495.o opti5x7.o scamp.o scat.o \
sis_85c471.o sis_85c496.o \
via_apollo.o via_vpx.o wd76c10.o

View File

@@ -519,7 +519,7 @@ CPUOBJ := cpu.o cpu_table.o \
$(DYNARECOBJ)
CHIPSETOBJ := acc2168.o acer_m3a.o cs8230.o ali1429.o headland.o \
intel_4x0.o neat.o opti495.o scamp.o scat.o \
intel_4x0.o neat.o opti495.o opti5x7.o scamp.o scat.o \
sis_85c471.o sis_85c496.o \
via_apollo.o via_vpx.o wd76c10.o