ALi M1489 and a CPU fix.

This commit is contained in:
OBattler
2022-07-16 02:47:39 +02:00
parent da5d451386
commit 2c9bfa979f
3 changed files with 6 additions and 3 deletions

View File

@@ -1838,7 +1838,7 @@ sysret(uint32_t fetchdat)
void
raise_smi(void)
smi_raise(void)
{
if (is486 && (cpu_fast_off_flags & 0x80000000))
cpu_fast_off_count = cpu_fast_off_val + 1;
@@ -1848,7 +1848,7 @@ raise_smi(void)
void
raise_nmi(void)
nmi_raise(void)
{
if (is486 && (cpu_fast_off_flags & 0x20000000))
cpu_fast_off_count = cpu_fast_off_val + 1;