Re: video modes on the OGO

William Ofosu-Amaah (XI6W-OFSA@asahi-net.or.jp)
Fri, 12 Jul 1996 18:09:41 +0900

At 09:16 PM 7/11/96, YngV@gnn.com wrote:
...
>that will give you more than 40 chars. You would have to 1) write your own
>int 10h subservice (steal the interrupt), AND 2) create a special font (you
>MIGHT get 60 chars max -- very unreadable) and manage the screen memory
>yourself (enjoy!)
>

What would be cool would be if it was possible to write a
virtual display DOS Text/CGA driver for the OmniGo which intercepts
output to the screen and divides the full CGA 640x200 screen
into three 240x200 slices (with some overlaps) and then allows the
user to scroll left or right between the slices using
say FN + <- and FN + ->. This way by scrolling it would
be possible to see the full 80 columns.

Probably not very feasible or simple to write though :-(

William