case-fix for YASM

This commit is contained in:
ipher
2004-05-26 02:14:07 +00:00
parent 194c99ab29
commit 7572141905
3 changed files with 17 additions and 17 deletions

View File

@@ -2107,7 +2107,7 @@ NEWSYM init60hz
mov dword[timercount],19900
out 40h,al
mov al,ah
out 40H,al
out 40h,al
ret
.dopal
mov al,00110110b
@@ -2116,17 +2116,17 @@ NEWSYM init60hz
mov dword[timercount],23863
out 40h,al
mov al,ah
out 40H,al
out 40h,al
ret
NEWSYM init18_2hz
mov al,00110110b
out 43H,al
out 43h,al
mov ax,0
mov dword[timercount],65536
out 40H,al
out 40h,al
mov al,ah
out 40H,al
out 40h,al
ret
NEWSYM Game60hzcall