More spaces removed. Removed some dead code and useless macros and variables.

This commit is contained in:
jbo_85
2005-07-06 14:13:32 +00:00
parent 0e58ee7723
commit b0c151615b
16 changed files with 168 additions and 307 deletions

View File

@@ -614,7 +614,7 @@ NEWSYM AdjustFrequency
%ifdef __MSDOS__
; code for supporting vibra cards (coded by Peter Santing)
cmp byte [vibracard], 1
je .vibrafix
je .vibrafix
cmp byte [SBHDMA],0
je .not16bit
@@ -1262,7 +1262,7 @@ NEWSYM InitSPC
mov ecx,256
mov eax,Invalidopcode
mov ebp,0
.loop
.loop
%ifdef __MSDOS__
mov [ds:opcjmptab+ebp],eax
%else