Added 48khz support to Windows and Linux

This commit is contained in:
pagefault
2003-04-01 07:55:04 +00:00
parent e043a6b4cd
commit b7339ba31e
2 changed files with 1 additions and 4 deletions

View File

@@ -645,6 +645,7 @@ db '',13,10
db '; Sound Sampling Rate',13,10 db '; Sound Sampling Rate',13,10
db '; 0 = 8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz',13,10 db '; 0 = 8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz',13,10
db '; 3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz',13,10 db '; 3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz',13,10
db '; 6 = 48,000 Hz',13,10
db '',13,10 db '',13,10
db 'SoundRate = %W',13,10 db 'SoundRate = %W',13,10
db '',13,10 db '',13,10

View File

@@ -1528,10 +1528,6 @@ SECTION .text
NEWSYM StartGUI NEWSYM StartGUI
; cmp byte[OSPort],1 ; cmp byte[OSPort],1
; jbe .dosport ; jbe .dosport
%ifndef __MSDOS__
mov byte[sampratenext+3],0
%endif
cmp byte[TripBufAvail],0 cmp byte[TripBufAvail],0
jne .notexttb jne .notexttb
mov byte[Triplebufen],0 mov byte[Triplebufen],0