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
src/pc87307.h
Normal file
1
src/pc87307.h
Normal file
|
|
@ -0,0 +1 @@
|
|||
void pc87307_init(uint16_t addr);
|
||||
Loading…
Reference in a new issue