Removed SPC7110 logger and SDD1 test.

This commit is contained in:
grinvader
2004-12-08 13:39:22 +00:00
parent 6c7d351310
commit ee5c300453
3 changed files with 0 additions and 53 deletions

View File

@@ -252,43 +252,6 @@ NEWSYM debstop3, db 0
NEWSYM debstop4, db 0
SECTION .text
NEWSYM WriteSPC7110log
cmp byte[SPC7110Enable],0
je .nospc7110
mov edx,SPC7110fn
call Create_File
mov bx,ax
mov ecx,8
mov edx,DecompAPtr
call Write_File
mov edx,CurPtrVal
mov ecx,[DecompAPtr]
shl ecx,3
add ecx,27
call Write_File
call Close_File
.nospc7110
ret
NEWSYM ReadSPC7110log
cmp byte[SPC7110Enable],0
je .nospc7110
mov edx,SPC7110fn
call Open_File
jc .nospc7110
mov bx,ax
mov ecx,8
mov edx,DecompAPtr
call Read_File
mov edx,CurPtrVal
mov ecx,[DecompAPtr]
shl ecx,3
add ecx,27
call Read_File
call Close_File
.nospc7110
ret
SPC7110fn db 'SPC7110.dat',0
NEWSYM loadtempstuff
; Load stuff
mov edx,.spcfname