Subject: pccons.c reads write-only 6845 registers
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Keith White <kwhite@csi.uottawa.ca>
List: current-users
Date: 03/08/1994 11:02:19
% ident pccons.c
pccons.c:
     $Id: pccons.c,v 1.58 1994/03/03 20:48:16 mycroft Exp $

If FAT_CURSOR is not defined, pccons.c sets cursor_shape by reading the
cursor start and end raster registers in the 6845.  This won't work if it
really *is* a 6845 since these registers are write-only.  So, on my humble
hercules card, the cursor ends up as an overline -- a little umm
confusing!

Solution: define FAT_CURSOR for cards that actually use a 6845.  Or add a
CURSOR_SHAPE feeping creature...

...keith
-- 
Keith White, Department of Computer Science, University of Ottawa
kwhite@csi.uottawa.ca [+1 613 564 5455]

------------------------------------------------------------------------------