Added the Winbond W83878F variant with HEFERE = 0 (key = 88h) and correctly made the MS-5124 use it.

This commit is contained in:
OBattler
2023-10-20 21:48:51 +02:00
parent 9c434f4ed0
commit f3ca2a6dcd
3 changed files with 25 additions and 8 deletions

View File

@@ -757,7 +757,7 @@ machine_at_ms5124_init(const machine_t *model)
device_add(&sis_5511_device);
device_add(&keyboard_ps2_ami_device);
device_add(&w83787f_device);
device_add(&w83787f_88h_device);
device_add(&sst_flash_29ee010_device);
return ret;