Code cleanup

This commit is contained in:
pagefault
2001-07-31 04:33:18 +00:00
parent 4cd1ebafda
commit ac92cdc411

View File

@@ -818,7 +818,6 @@ NetSaveState:
call splitflags call splitflags
ret ret
%macro stim 0 %macro stim 0
; cmp byte[OSPort],1 ; cmp byte[OSPort],1
; ja %%nosti ; ja %%nosti
@@ -1001,7 +1000,6 @@ NEWSYM start65816
ret ret
.notrouble .notrouble
; cmp byte[OSPort],2 ; cmp byte[OSPort],2
; jae .nonewgfxcheck ; jae .nonewgfxcheck
jmp .nonewgfxcheck jmp .nonewgfxcheck
@@ -1286,7 +1284,6 @@ reexecuteb2:
NEWSYM EndMessage NEWSYM EndMessage
db ' ',13,10,0 db ' ',13,10,0
NEWSYM endprog NEWSYM endprog
call deinitvideo call deinitvideo
@@ -1898,7 +1895,6 @@ NEWSYM loadstate
mov ebx,SRAMDir mov ebx,SRAMDir
call Change_Dir call Change_Dir
%endif %endif
; Get the state number ; Get the state number
mov ebx,[statefileloc] mov ebx,[statefileloc]
mov cl,[fnamest+ebx] mov cl,[fnamest+ebx]
@@ -1912,7 +1908,6 @@ NEWSYM loadstate
mov [.loadmsg+6],cl mov [.loadmsg+6],cl
mov [.convmsg+6],cl mov [.convmsg+6],cl
mov [.nfndmsg+21],cl mov [.nfndmsg+21],cl
mov edx,fnamest+1 mov edx,fnamest+1
call Open_File call Open_File
jc near .nofile jc near .nofile