Added the AMI Apollo.

This commit is contained in:
OBattler
2020-10-16 13:05:19 +02:00
parent 303405cd0d
commit 066f89c5a4
7 changed files with 89 additions and 12 deletions

View File

@@ -285,6 +285,16 @@ const device_t i82091aa_device = {
};
const device_t i82091aa_398_device = {
"Intel 82091AA Super I/O (Port 398h)",
0,
0x148,
i82091aa_init, i82091aa_close, NULL,
NULL, NULL, NULL,
NULL
};
const device_t i82091aa_ide_device = {
"Intel 82091AA Super I/O (With IDE)",
0,