fix more compile issues

This commit is contained in:
nerd73
2021-04-15 23:34:53 -06:00
parent 17c5cc862e
commit 5e89a9d775
3 changed files with 3 additions and 3 deletions

View File

@@ -281,7 +281,7 @@ reset_common(int hard)
smi_block = 0;
if (hard) {
smbase = isam486dxl ? 0x00060000 : 0x00030000;
smbase = is_am486dxl ? 0x00060000 : 0x00030000;
ppi_reset();
}
in_sys = 0;