So, could someone give me like a hex dump of a simple video mode
control program?  How about something with these parameters:

Active width: 32
Active height: 32
hfp: 8
hsync: 8
hbp: 8
vfp: 3
vsync: 3
vbp: 3

Remember that pixels are send in blocks of four (so divide ALL
horizontal counts by 4) and memory is read in blocks of 8.

This is a lot like the sample one I posted at the beginning, but with
smaller counts.  I'm working on a more sophisticated test harness, and
I'd like to have a control program I don't have to code by hand.

Thanks!
_______________________________________________
Open-graphics mailing list
[email protected]
http://lists.duskglow.com/mailman/listinfo/open-graphics
List service provided by Duskglow Consulting, LLC (www.duskglow.com)

Reply via email to