[comp.sys.mac] possibility of mac video board

rburns@teknowledge-vaxc.ARPA (Randy Burns) (07/07/87)

Is there any reason why someone couldn't create a board that would
bypass the Mac's current video circuitry so grey tones could be
displayed on the existing internal CRT?

Correct me if I am wrong, but this shouldn't be much more complicated
than the schemes that allow a Mac Plus to use a large CRT. It might
involve replacing the existing analog board and using a clip to the
68000 to bypass part of the Mac's video management hardware. 

This would seem to be be a very, very popular product if someone could
pull it off, especially since the Mac II is creating a standard for color
and grey tone software. I for one would like to encourage others to
create an upgrade path for Mac 512/Plus owners since it doesn't seem
like Apple is interested in this market.

dplatt@teknowledge-vaxc.ARPA (Dave Platt) (07/08/87)

Posting-Front-End: GNU Emacs 18.41.3 of Tue Apr  7 1987 on teknowledge-vaxc (berkeley-unix)


Randy Burns asks,

> Is there any reason why someone couldn't create a board that would
> bypass the Mac's current video circuitry so grey tones could be
> displayed on the existing internal CRT?
>
> Correct me if I am wrong, but this shouldn't be much more complicated
> than the schemes that allow a Mac Plus to use a large CRT. It might
> involve replacing the existing analog board and using a clip to the
> 68000 to bypass part of the Mac's video management hardware. 

Actually, I suspect that supporting grey-tones via the Mac's internal
CRT (with an analog-board swapout) would be substantially more
difficult than the "large screen" enhancements (Radius et al) that
have been implemented.

Reason: Color Quickdraw (or with roughly the same capabilities and
interface) is needed to support screens whose pixel depth is greater
than one bit.  Large-screen monochrome monitors for the Plus, etc.
simply extend the monochrome Quickdraw to use a larger one-bit-deep
pixelmap.

At the moment, CQdraw is available only in the Mac II version of the
256k ROM; it would be necessary to retrofit it into the 128k-ROM
system somehow (INIT patches or a similar method) in order to support
a grey-scale in the internal monitor.  Apple hasn't done this, and
(from what I've read in this newsgroup) they aren't seriously
considering doing so due to the size of the retrofit and [I assume]
their view that the market for such a retrofit would be limited.

It's conceivable that one of the external-monitor vendors will decide
to reverse-engineer Color Quickdraw (or license it from Apple?)  in
order to support a new color or grey-scale monitor that would be
compatible with the SE (via the slot) or the Plus (via a clip-on
interface of some sort).  If this were to occur, then perhaps a hack
based on this version of QD could be implemented that would use the
internal monitor.

Only time will tell whether there's a real market for this sort of
enhancement.