Fixed silly mistake

This commit is contained in:
pagefault
2001-08-21 00:00:12 +00:00
parent dcdb1b3315
commit 602153841b

View File

@@ -5649,10 +5649,10 @@ NEWSYM CheckROMType
cmp byte[ForceHiLoROM],0
je .noguiforce
mov al,[ForceHiLoROM]
.noguiforce
mov byte[forceromtype],al
xor al,al
.noguiforce
cmp byte[forceromtype],0
je .noforce
mov al,[forceromtype]