home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / atari / 8bit / 5226 < prev    next >
Encoding:
Internet Message Format  |  1992-11-19  |  2.1 KB

  1. Path: sparky!uunet!well!moon!cyberden!phbill
  2. From: phbill@cyberden.uucp
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: 640 x 192 x mono mode...
  5. Message-ID: <1i7euB2w165w@cyberden.uucp>
  6. Date: Tue, 17 Nov 92 21:31:23 PST
  7. Organization: Indescribable Creations
  8. Lines: 82
  9.  
  10. does anyone out here have a lot of knowledge in interrupts, DLI's, etc?  
  11. I've already asked Jeff Potter about it (I just sent the mesg, so of 
  12. course I haven't gotten a reply yet! :)  ) and about sending me the 
  13. sourcecode to interlaced APAC mode.. what I'm getting at is a 640 x 192 
  14. mode using 16k (14-15 actually) of 320 x 192 (graphics 8) screen and 
  15. flipping between the two...  a breif example of how it works is this:
  16.  
  17. say you had an 8x8 character bitmap:
  18.  
  19.  12345678
  20. 1 ******
  21. 2********
  22. 3********
  23. 4***  ***
  24. 5**    **
  25. 6********
  26. 7 ******
  27. 8
  28.  
  29. you would first display this (this is NOT using the multi-flipping that 
  30. Ilc'd APAC & colrview use):
  31.  1234
  32. 1 ***
  33. 2****
  34. 3****
  35. 4** *
  36. 5*  *
  37. 6****
  38. 7 ***
  39. 8
  40.  
  41. then you'd display this:
  42.  1234
  43. 1***
  44. 2****
  45. 3****
  46. 4* **
  47. 5*  *
  48. 6****
  49. 7***
  50. 8
  51.  
  52. together you'd get something like this: 
  53. (assume the background is black and the foreground is light...
  54.  the "*" would be lightest, the "+" would be medium, and the " " would be 
  55. darkest)
  56.  
  57.  1234
  58. 1+**+
  59. 2****
  60. 3****
  61. 4*++*
  62. 5*  *
  63. 6****
  64. 7+**+
  65. 8
  66.  
  67. get it?  anyone interested in such a mode?  it would even work with 
  68. normal graphics 0 screens, not allowing for 80 column text (with 8x8, 
  69. like this does) but for 40 column text, with a rounder feel (16x8x2, sort 
  70. of a 8x8x4!)
  71.  
  72. and finally, it could even bump up the 4 color 160 x 192 (x96) modes to 4 
  73. color 320 x 192 (x96)...
  74.  
  75.  
  76.  
  77.  
  78. and of course, nobody forget my original idea for a low-memory 80 column 
  79. text screen!!...  flipping two screens, one with the left (even column 
  80. #'d) characters, the other with the right (odd column #'d)... it'd use 
  81. either a "left" & "right" character set pair, or with the scroll 
  82. registers and a "left" character set...
  83.  
  84. then if you wanted to display "Hi there!", you'd first show:
  85. "H hr!"         and then
  86. "itee "  ...
  87.  
  88. c'mon... I don't know how to make this stuff!  anybody up to it!?
  89.  
  90. --
  91. Bill Kendrick   :   PhBill@Cyberden.UUCP        "What?" - Everyone
  92.