Added extra sound update

This commit is contained in:
zsknight
2001-05-13 23:36:53 +00:00
parent 29087bf7a8
commit 781446f5be
4 changed files with 14 additions and 1 deletions

View File

@@ -1610,6 +1610,9 @@ NEWSYM Check60hz
; Call the timer update function here
ret
NEWSYM UpdateSoundAgain
ret
; ****************************
; TCP/IP Stuff
; ****************************

View File

@@ -1299,6 +1299,9 @@ NEWSYM Check60hz
popad
ret
NEWSYM UpdateSoundAgain
ret
BitPosR db 11
BitPosG db 5
BitPosB db 0

View File

@@ -52,7 +52,7 @@ EXTSYM objadds1,objadds2,objmovs1,objmovs2,tltype4b,vidmemch4,vram
EXTSYM bgptr,bgptrc,bgptrd,curtileptr,vcache2b
EXTSYM vcache8b,vidmemch8
EXTSYM offsetmshl
EXTSYM tltype2b
EXTSYM tltype2b,UpdateSoundAgain
EXTSYM tltype8b,objwlrpos
@@ -403,6 +403,7 @@ NEWSYM cachevideo
push esi
push edi
push edx
call UpdateSoundAgain
inc byte[mousecheck]
and byte[mousecheck],07h
cmp byte[mousecheck],0

View File

@@ -983,15 +983,18 @@ NEWSYM Output_Text ; Output character (ah=02h) or string (ah=09h)
ret
NEWSYM TempBlah, dd 0
NEWSYM InitPreGame ; Executes before starting/continuing a game
mov byte[pressed+1],2
pushad
call Start60HZ
popad
mov dword[TempBlah],1
pushad
call initwinvideo
popad
mov dword[TempBlah],0
mov byte[RaisePitch],1
pushad
@@ -1586,6 +1589,9 @@ NEWSYM Check60hz
popad
ret
NEWSYM UpdateSoundAgain
ret
BitPosR db 11
BitPosG db 5
BitPosB db 0