Silly mouse behaviour removed, ported the binary config file handling code to C.

This commit is contained in:
grinvader
2005-05-31 17:37:50 +00:00
parent 8dcef02eea
commit ad2f191c9a
10 changed files with 159 additions and 157 deletions

View File

@@ -71,7 +71,6 @@ NEWSYM mode7hiresen, dd 1
NEWSYM hiresstuff, dd 0
NEWSYM cmovietimeint, dd 0
NEWSYM overalltimer, dd 0
mousecheck db 0
SECTION .text
@@ -408,10 +407,6 @@ NEWSYM cachevideo
push esi
push edi
push edx
inc byte[mousecheck]
and byte[mousecheck],07h
cmp byte[mousecheck],0
jne .noclick
cmp byte[GUIClick],0
je .noclick
cmp byte[snesmouse],0