mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-08 09:25:19 +00:00
Increase compiler symbol size and update images
This commit is contained in:
Binary file not shown.
@@ -688,7 +688,7 @@ def rgbImportExport(rgbfile, dhgrfile)#0
|
|||||||
fin
|
fin
|
||||||
end
|
end
|
||||||
|
|
||||||
puts("DHGRRGB V. 1.0\n")
|
puts("DHGRRGB 1.0\n")
|
||||||
arg = argNext(argFirst)
|
arg = argNext(argFirst)
|
||||||
if ^arg
|
if ^arg
|
||||||
while ^(arg + 1) == '-'
|
while ^(arg + 1) == '-'
|
||||||
@@ -800,5 +800,22 @@ if ^arg
|
|||||||
fin
|
fin
|
||||||
return 0
|
return 0
|
||||||
fin
|
fin
|
||||||
puts("Usage: DHGRRGB [-B#] [-D] [-E#] [-G#] [-M<N,C,P>] [-P<I,E,S,N>] [-R] [-S#] [-T#] [-U<R,G,B>#] [-V] RGBFILE [DHGRFILE]\n")
|
puts("Usage:\n")
|
||||||
|
puts(" DHGRRGB\n")
|
||||||
|
puts(" [-B#] = Brightness: -255..255\n")
|
||||||
|
puts(" [-D] = Dump state\n")
|
||||||
|
puts(" [-E#] = Error strength: 1..255\n")
|
||||||
|
puts(" 0 = no err\n")
|
||||||
|
puts(" [-G#] = Gamma: 2, 1, 0, -1, -2\n")
|
||||||
|
puts(" [-M<N,C,P>] = Match: Next, Current\n")
|
||||||
|
puts(" Previous\n")
|
||||||
|
puts(" [-P<I,E,S,N>] = Phase: Ideal, Equal\n")
|
||||||
|
puts(" Simple, NTSC\n")
|
||||||
|
puts(" [-R] = Raw image file, no header\n")
|
||||||
|
puts(" [-S#] = Saturation: -255..255\n")
|
||||||
|
puts(" [-T#] = Tint: -360..360 (in degrees)\n")
|
||||||
|
puts(" [-U<R,G,B>#] = gammUt: Red, Grn, Blu\n")
|
||||||
|
puts(" -255..255\n")
|
||||||
|
puts(" [-V] = no Video output, mem only\n")
|
||||||
|
puts(" IMAGEFILE [DHGRFILE]\n")
|
||||||
done
|
done
|
||||||
|
@@ -231,12 +231,12 @@ end
|
|||||||
//
|
//
|
||||||
// Generated code buffers
|
// Generated code buffers
|
||||||
//
|
//
|
||||||
const OPSEQNUM = 256
|
const OPSEQNUM = 384
|
||||||
const DFDNUM = 128
|
const DFDNUM = 128
|
||||||
const TAGNUM = 1024
|
const TAGNUM = 1024
|
||||||
const FIXUPNUM = 2048
|
const FIXUPNUM = 2048
|
||||||
const MODDEPNUM = 8
|
const MODDEPNUM = 8
|
||||||
const IDGLOBALSZ = 4096
|
const IDGLOBALSZ = 5120
|
||||||
const IDLOCALSZ = 512
|
const IDLOCALSZ = 512
|
||||||
const CASENUM = 64
|
const CASENUM = 64
|
||||||
word fixup_cnt, tag_cnt = -1
|
word fixup_cnt, tag_cnt = -1
|
||||||
|
Reference in New Issue
Block a user