Pruning of ~6 years of useless EXTSYMs *whew*. Better code in zstate.c, should fix the 'dash issue'.
This commit is contained in:
@@ -19,13 +19,8 @@
|
||||
;Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
|
||||
EXTSYM flagnz, flago, flagc, execloopdeb
|
||||
EXTSYM Sjoinflags,Ssplitflags,SA1RegP
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
EXTSYM flagnz,flago,flagc,execloopdeb,Sjoinflags,Ssplitflags,SA1RegP
|
||||
|
||||
;*******************************************************
|
||||
; Flag Setting Macros
|
||||
@@ -1348,7 +1343,7 @@ COPemulmode
|
||||
xor eax,eax
|
||||
call membank0r8
|
||||
mov [xpc+1],al
|
||||
|
||||
|
||||
inc cx
|
||||
and cx,word[stackand]
|
||||
xor eax,eax
|
||||
@@ -1468,7 +1463,7 @@ emulRTI
|
||||
xor eax,eax
|
||||
call membank0r8
|
||||
mov [xpc+1],al
|
||||
|
||||
|
||||
inc cx
|
||||
and cx,word[stackand]
|
||||
xor eax,eax
|
||||
|
||||
Reference in New Issue
Block a user