Fixed the SM(S)C) FDC37C93x NVR handling and make any non-PIIX4 machine that uses it, use its full NVR capabilities.

This commit is contained in:
OBattler
2024-04-18 03:49:47 +02:00
parent 9947af00d4
commit 75919a1cb9
9 changed files with 143 additions and 72 deletions

View File

@@ -309,7 +309,6 @@ typedef struct local_t {
uint8_t irq_state;
uint8_t smi_status;
uint8_t addr[8];
uint8_t wp[2];
uint8_t bank[8];
uint8_t *lock;
@@ -317,6 +316,8 @@ typedef struct local_t {
int16_t count;
int16_t state;
uint16_t addr[8];
int32_t smi_enable;
uint64_t ecount;