Cleanup and fixes for spc700 fixes.

This commit is contained in:
n-a-c-h
2005-10-07 03:01:27 +00:00
parent 29223616eb
commit c025844d62
9 changed files with 20 additions and 18 deletions

View File

@@ -88,7 +88,7 @@ EXTSYM Close_File,Write_File,Create_File,File_Seek,File_Seek_End,Get_Date
EXTSYM Check_Key,Get_Key,Change_Drive,Change_Single_Dir,Change_Dir,Get_Dir
EXTSYM Get_First_Entry,Get_Next_Entry,Set_DTA_Address,curexecstate,TripBufAvail
EXTSYM nmiprevaddrl,nmiprevaddrh,nmirept,nmiprevline,nmistatus,spcnumread
EXTSYM spchalted,NextLineCache,ResetTripleBuf,GUINGVID,ScanCodeListing
EXTSYM NextLineCache,ResetTripleBuf,GUINGVID,ScanCodeListing
EXTSYM AdjustFrequency,GUISaveVars,Init_Mouse,Get_MouseData,Set_MouseXMax
EXTSYM Set_MouseYMax,Set_MousePosition,Get_MousePositionDisplacement,GUIInit
EXTSYM GUIDeInit,SpecialLine,DrawWater,DrawBurn,SA1Enable,SA1RAMArea

View File

@@ -233,8 +233,7 @@ GUIloadfilename:
mov dword[nmirept],0
mov dword[nmiprevline],224
mov dword[nmistatus],0
mov dword[spcnumread],0
mov dword[spchalted],-1
mov byte[spcnumread],0
mov byte[NextLineCache],0
mov byte[curexecstate],1

View File

@@ -2801,7 +2801,7 @@ DisplayGameOptnsClick:
%ifndef __MSDOS__
DGOptnsProcBox 78,140,[KeyDisplayBatt]
%endif
DGOptnsProcBox 191,100,[KeyNewGfxSwt]
DGOptnsProcBox 191,110,[KeyWinDisble]
DGOptnsProcBox 191,120,[KeyOffsetMSw]

View File

@@ -2750,7 +2750,7 @@ DisplayGameOptns: ; Misc Key Window
%ifndef __MSDOS__
GUIDisplayText 9,9,142,GUIGameOptnsTextD1e
%endif
GUIDisplayTextY 9,119,93,GUIGameOptnsTextD2
GUIDisplayText 9,122,102,GUIGameOptnsTextD2a
GUIDisplayText 9,122,112,GUIGameOptnsTextD2b
@@ -2789,7 +2789,7 @@ DisplayGameOptns: ; Misc Key Window
%ifndef __MSDOS__
DDrawBox 9,77,139,[KeyDisplayBatt]
%endif
DDrawBox 9,190,99,[KeyNewGfxSwt]
DDrawBox 9,190,109,[KeyWinDisble]
DDrawBox 9,190,119,[KeyOffsetMSw]