Proper Intel Flash emulation.

Intel Flash now enabled for both Premiere/PCI boards.
This commit is contained in:
OBattler
2016-07-05 19:29:31 +02:00
parent 8c1d4e00bf
commit 88e20c7327
2 changed files with 187 additions and 200 deletions

View File

@@ -441,6 +441,7 @@ void at_batman_init()
sio_init(1);
fdc37c665_init();
intel_batman_init();
device_add(&intel_flash_bxt_ami_device);
if (cdrom_channel >= 4) ide_ter_init();
}
@@ -466,7 +467,7 @@ void at_plato_init()
fdc37c665_init();
/* It seems it uses the same interface as Batman. */
intel_batman_init();
// device_add(&intel_flash_bxt_ami_device);
device_add(&intel_flash_bxt_ami_device);
if (cdrom_channel >= 4) ide_ter_init();
}