Added the ICS SB486PV.

This commit is contained in:
OBattler
2025-05-17 02:35:11 +02:00
parent d35e29b871
commit e98424a8ae
9 changed files with 172 additions and 13 deletions

View File

@@ -295,6 +295,20 @@ const device_t i82091aa_device = {
.config = NULL
};
const device_t i82091aa_26e_device = {
.name = "Intel 82091AA Super I/O (Port 26Eh)",
.internal_name = "i82091aa_26e",
.flags = 0,
.local = 0x140,
.init = i82091aa_init,
.close = i82091aa_close,
.reset = NULL,
.available = NULL,
.speed_changed = NULL,
.force_redraw = NULL,
.config = NULL
};
const device_t i82091aa_398_device = {
.name = "Intel 82091AA Super I/O (Port 398h)",
.internal_name = "i82091aa_398",