Added initial emulation of FIC VA-503+ (Super 7).

This includes preliminary emulation of the VIA MVP3 northbridge, VT82C586B 'PIPC' southbridge, and Winbond W83877TF SuperIO chip.
This commit is contained in:
SarahW 2018-12-02 12:38:31 +00:00
commit 99ca11d148
10 changed files with 765 additions and 2 deletions

1
src/mvp3.h Normal file
View file

@ -0,0 +1 @@
void mvp3_init();