mirror of
https://github.com/cc65/cc65.git
synced 2025-02-05 04:37:23 +00:00
set Y minimum to 31
git-svn-id: svn://svn.cc65.org/cc65/trunk@887 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
cfc2e3766d
commit
44dfe5c73e
@ -28,7 +28,7 @@ MAX_TYPE = 3 ; first illegal device type
|
||||
|
||||
; the default values force the mouse cursor inside the test screen (no access to border)
|
||||
defxmin = 48 ; default x minimum
|
||||
defymin = 32 ; default y minimum
|
||||
defymin = 31 ; default y minimum
|
||||
defxmax = 204 ; default x maximum
|
||||
defymax = 211 ; default y maximum
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user