Add initial implementation of Intel VS440FX motherboard.
As part of this, add dummy Pentium Pro emulation, as well as Intel 440FX chipset, PC87307 SuperIO and Intel 28FB200BX-T Flash.
This commit is contained in:
parent
602d6f1ce6
commit
cf33ab6c39
15 changed files with 751 additions and 101 deletions
|
|
@ -1,3 +1,4 @@
|
|||
extern device_t intel_flash_bxt_ami_device;
|
||||
extern device_t intel_flash_bxt_device;
|
||||
extern device_t intel_flash_bxb_device;
|
||||
extern device_t intel_flash_28fb200bxt_device;
|
||||
|
|
|
|||
Loading…
Reference in a new issue