Super System support

This commit is contained in:
pagefault
2002-04-26 20:25:47 +00:00
parent 4f0ccdf18e
commit e41b33c87c
5 changed files with 134 additions and 1 deletions

View File

@@ -6023,17 +6023,67 @@ DisplayGUIAddOns:
GUIOuttextwin2 17,21,38,GUIAddOnText3
GUIOuttextwin2 17,21,48,GUIAddOnText4
GUIOuttextwin2 17,21,58,GUIAddOnText5
GUIOuttextwin2 17,10,78,GUIAddOnText6
GUIOuttextwin2 17,21,88,GUIAddOnText7
GUIOuttextwin2 17,71,88,GUIAddOnText8
GUIOuttextwin2 17,121,88,GUIAddOnText9
GUIOuttextwin2 17,21,98,GUIAddOnTextA
GUIOuttextwin2 17,71,98,GUIAddOnTextB
GUIOuttextwin2 17,121,98,GUIAddOnTextC
add byte[GUItextcolor],15
GUIOuttextwin2 17,20,17,GUIAddOnText1
GUIOuttextwin2 17,20,27,GUIAddOnText2
GUIOuttextwin2 17,20,37,GUIAddOnText3
GUIOuttextwin2 17,20,47,GUIAddOnText4
GUIOuttextwin2 17,20,57,GUIAddOnText5
GUIOuttextwin2 17,9,77,GUIAddOnText6
GUIOuttextwin2 17,20,87,GUIAddOnText7
GUIOuttextwin2 17,70,87,GUIAddOnText8
GUIOuttextwin2 17,120,87,GUIAddOnText9
GUIOuttextwin2 17,20,97,GUIAddOnTextA
GUIOuttextwin2 17,70,97,GUIAddOnTextB
GUIOuttextwin2 17,120,97,GUIAddOnTextC
GUIDisplayButtonHole 17,9,15,byte[snesmouse],0
GUIDisplayButtonHole 17,9,25,byte[snesmouse],1
GUIDisplayButtonHole 17,9,35,byte[snesmouse],2
GUIDisplayButtonHole 17,9,45,byte[snesmouse],3
GUIDisplayButtonHole 17,9,55,byte[snesmouse],4
mov dword[GUITemp],GUIIconDataCheckBoxUC
cmp byte[nssdip1],0
je .nodip1
mov dword[GUITemp],GUIIconDataCheckBoxC
.nodip1
GUIDisplayIconWin 17,9,83,[GUITemp]
mov dword[GUITemp],GUIIconDataCheckBoxUC
cmp byte[nssdip2],0
je .nodip2
mov dword[GUITemp],GUIIconDataCheckBoxC
.nodip2
GUIDisplayIconWin 17,59,83,[GUITemp]
mov dword[GUITemp],GUIIconDataCheckBoxUC
cmp byte[nssdip3],0
je .nodip3
mov dword[GUITemp],GUIIconDataCheckBoxC
.nodip3
GUIDisplayIconWin 17,109,83,[GUITemp]
mov dword[GUITemp],GUIIconDataCheckBoxUC
cmp byte[nssdip4],0
je .nodip4
mov dword[GUITemp],GUIIconDataCheckBoxC
.nodip4
GUIDisplayIconWin 17,9,93,[GUITemp]
mov dword[GUITemp],GUIIconDataCheckBoxUC
cmp byte[nssdip5],0
je .nodip5
mov dword[GUITemp],GUIIconDataCheckBoxC
.nodip5
GUIDisplayIconWin 17,59,93,[GUITemp]
mov dword[GUITemp],GUIIconDataCheckBoxUC
cmp byte[nssdip6],0
je .nodip6
mov dword[GUITemp],GUIIconDataCheckBoxC
.nodip6
GUIDisplayIconWin 17,109,93,[GUITemp]
ret
GUIAddOnText1 db 'NONE',0
@@ -6041,6 +6091,13 @@ GUIAddOnText2 db 'SNES MOUSE AT PORT #1',0
GUIAddOnText3 db 'SNES MOUSE AT PORT #2',0
GUIAddOnText4 db 'SUPER SCOPE',0
GUIAddOnText5 db 'LETHAL ENFORCER GUN',0
GUIAddOnText6 db 'SUPER SYSTEM',0
GUIAddOnText7 db 'DIP 1',0
GUIAddOnText8 db 'DIP 2',0
GUIAddOnText9 db 'DIP 3',0
GUIAddOnTextA db 'DIP 4',0
GUIAddOnTextB db 'DIP 5',0
GUIAddOnTextC db 'DIP 6',0
GUILoadDisp db 'LOAD GAME',0
GUIResetDisp db 'RESET GAME',0