Makes PIIX board configuration registers work again - fixes deep beeps on Intel Advanced/ATX.

This commit is contained in:
OBattler
2021-06-06 23:56:21 +02:00
parent 117aa80f2d
commit 50af9387f8

View File

@@ -921,8 +921,7 @@ board_read(uint16_t port, void *priv)
uint8_t ret = 0x64;
if (port == 0x0078)
ret = 0x00;
// ret = dev->board_config[0];
ret = dev->board_config[0];
else if (port == 0x0079)
ret = dev->board_config[1];
else if (port == 0x00e0)