Win32 port can now also be compiled with MinGW. Some cleanup.

This commit is contained in:
n-a-c-h
2004-12-17 06:33:24 +00:00
parent 3392e7d567
commit 6026849fd0
5 changed files with 736 additions and 207 deletions

View File

@@ -1532,10 +1532,6 @@ NEWSYM StartSound
NEWSYM SoundProcess ; This function is called ~60 times/s at full speed
pushad
; cmp byte[OSPort],1 ; Do not call in the dos port
; ja .notdos
;.notdos
cmp byte[soundon],0
je .nosound
cmp byte[DSPDisable],1
@@ -1550,7 +1546,6 @@ NEWSYM SoundProcess ; This function is called ~60 times/s at full speed
; DSPBuffer should contain the processed buffer in the specified size
; You will have to convert/clip it to 16-bit for actual sound process
.nosound
popad
ret
NEWSYM delay