[comp.sys.tandy] How do you get graphics with a 128k

joew@qat.UUCP (08/31/90)

/* Written  8:28 am  Aug 25, 1990 by njin.UUCP!roccella in qat:comp.sys.tandy */
/* ---------- "How do you get graphics with a 128k" ---------- */

> Hello,
>         I am new to the OS9 world. I am having trouble getting high
> resolution graphics from BASIC09. I have a COCO3 with only 128k RAM.
> The manual tells me to use the wcreate command to open a text/graphics
> window. When I switch to that window, all I see are dots on the
> screen and I can't run my BASIC09 graphics program.

deleted text ......

If you are using the example on page 9-37 of the OS-9 Level 2 manual the
wcreate and merge lines are in reverse order.  The example should read as
follows.

iniz w1
merge sys/stdfonts >/w1
wcreate /w1 -s=06 00 00 40 24 06 01 01
shell i=/w1&


joe