first commit - moved from local dev to git
This commit is contained in:
13
devtools/gbe/include/options.lst
Normal file
13
devtools/gbe/include/options.lst
Normal file
@@ -0,0 +1,13 @@
|
||||
' these options can be turned on
|
||||
' enable licomlib/runlib compatibility
|
||||
> PROCEDURE enable_gem !v1.00
|
||||
BYTE{HIMEM+168}=TRUE
|
||||
RETURN
|
||||
' enable VDI bezier curves
|
||||
> PROCEDURE enable_curve !v1.00
|
||||
BYTE{HIMEM+167}=TRUE
|
||||
RETURN
|
||||
' enable expanded rgb range (0-1000)
|
||||
> PROCEDURE enable_vsetcolor !v1.00
|
||||
BYTE{HIMEM+166}=TRUE
|
||||
RETURN
|
||||
Reference in New Issue
Block a user