1
0
mirror of https://github.com/dschmenk/PLASMA.git synced 2025-04-10 23:41:35 +00:00

Increase compiler symbol size and update images

This commit is contained in:
David Schmenk 2025-01-01 17:17:17 -08:00
parent 516752c285
commit d188d75a19
3 changed files with 21 additions and 4 deletions

Binary file not shown.

View File

@ -688,7 +688,7 @@ def rgbImportExport(rgbfile, dhgrfile)#0
fin
end
puts("DHGRRGB V. 1.0\n")
puts("DHGRRGB 1.0\n")
arg = argNext(argFirst)
if ^arg
while ^(arg + 1) == '-'
@ -800,5 +800,22 @@ if ^arg
fin
return 0
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

View File

@ -231,12 +231,12 @@ end
//
// Generated code buffers
//
const OPSEQNUM = 256
const OPSEQNUM = 384
const DFDNUM = 128
const TAGNUM = 1024
const FIXUPNUM = 2048
const MODDEPNUM = 8
const IDGLOBALSZ = 4096
const IDGLOBALSZ = 5120
const IDLOCALSZ = 512
const CASENUM = 64
word fixup_cnt, tag_cnt = -1