home *** CD-ROM | disk | FTP | other *** search
/ 8bitfiles.net/archives / archives.tar / archives / genie-commodore-file-library / Information / C65.SFX / 02c65 < prev    next >
Encoding:
Text File  |  1990-02-12  |  4.2 KB  |  122 lines

  1.     Date: 31 Jan 1994 11:45:35 GMT    (5 screens)
  2.  
  3.  
  4. Hi!
  5.  
  6. In addition to the infos that were posted last week from the c65 manual, here
  7. are some _REAL_ infos, tested on my c65 . ROM version was 0.09.910111.
  8.  
  9. Ok.
  10.  
  11. For displaying graphics the following commands are necessary:
  12.  
  13. screen def screen#,width,heigth,depth  - define screen# and resolution..
  14. screen open screen#  - allocate memory for screen#... screen set
  15. drawscreen#,viewscreen# (normally the same..)
  16.           -  display screen...
  17.  
  18. ... now all normal (basic 3.5/7.0) drawing cmds are allowed,
  19.     line, etc. etc.
  20.  
  21. screen close screen#   - give memory free, and display text screen...
  22.  
  23. If, because of RESTORE-NMI, the text screen reappears without screen close,
  24. all commands normally fail, because of lost memory.
  25.  
  26. Possible Resolutions are:
  27.  
  28. Resolution      screen def      Memory allocated 1280*400*1      2 1 1 - ok   
  29. 64k 1280*200*1      2 0 1 - ok      32k 1280*200*2      2 0 2 - ok      64k
  30. 640*400*1       1 1 1 - ok      32k 640*400*2       1 1 2 - ok      64k
  31. 640*200*1       1 0 1 - ok      16k 640*200*2       1 0 2 - ok      32k
  32. 640*200*4       1 0 4 - ok      64k 320*400*1       0 1 1 - ok      16k
  33. 320*400*2       0 1 2 - ok      32k 320*400*4       0 1 4 - failed  64k
  34. 320*200*1       0 0 1 - ok      8k 320*200*2       0 0 2 - failed  16k
  35. 320*200*4       0 0 4 X failed  32k 320*200*8       0 0 8 X failed  64k
  36.  
  37.  
  38. - failed means display ok, but screen clr palette# crashes system - RESET X
  39. failed means screen set crashes with blank screen - RESET
  40.  
  41. I don`t know, why the last three modes crash, they need the same amount of
  42. memory as the others, 320*200*2 needs only 16k, but crashes... Any ideas??????
  43.  
  44. Also I don't know where the memory is allocated, a print fre during HiRes
  45. brings the same as without....
  46.  
  47. I think the 128k Modes (320*400*8) will only available with RAM Expansion. Any
  48. suggestion, for this expansion????
  49.  
  50. The MOUSE command mentioned in the last weeks c65 article, is not available in
  51. 0.09.91011, also RMOUSE. GRAPHIC command# [,args] brings sytax error.
  52.  
  53. The screen modes use the color palette PALETTE screen#,color#,R(0-15),G(0-
  54. 15),B(0-15)
  55.  
  56. Changing the palette when displaying a screen crashes the system...
  57.  
  58. I don`t know how the 1-7 bitplane graphics point to their palette color, just
  59. because i have only a green monitor.
  60.  
  61. Ok, thats enough for now. Any comments, hints etc. please directly to me, i
  62. will post corrections/additions....
  63.  
  64. Oh, and Im still curious about all the ROM versions out there. Until now i
  65. have mine (0.09.910111) and ralpheys (something like 0.0b.910429). Are other
  66. versions?? Im still looking for version 0.0b.910429 on disk, ralphey owns no
  67. eprommer, so he cannot get the image...??? Any hints???
  68.  
  69.  
  70.  ------------
  71. Category 2,  Topic 5
  72. Message 110       Wed Feb 02, 1994
  73. L.MCCLURE                    at 23:39 EST
  74.  
  75. M.MATTING:
  76.  
  77. Can you give us the RAM expansion (bellyboard 30-position connector)  and main
  78. expansion (50-position) connector pinouts from your C65  manual?
  79.  
  80. BTW, have arrangements been made for anyone in the U.S. yet to  recieve a copy
  81. of that manual, and make it available to others?
  82.  
  83.  ------------
  84. Category 2,  Topic 5
  85. Message 111       Tue Feb 15, 1994
  86. R.SNYDER2                    at 03:02 EST
  87.  
  88. PAL works fine on my Maganvox PRO monitor. Whether or not there would be any
  89. difference with a PAL monitor I don't know. We have several C-65s in our club
  90. and all use the Mag PRO monitor.
  91.  ------------
  92. Category 2,  Topic 5
  93. Message 112       Fri Feb 18, 1994
  94. GENIE-CANADA                 at 16:03 EST
  95.  
  96. <GEnie guest at ComputerFest in Toronto]>
  97.  
  98. Hi guyz, I saw your messages on the c65! Lotz of traffic here!! There are a
  99. few prg'z about to go on a TPUG c65 disk. [c65 disk, meanz  meanz native c65
  100. mode]
  101.  
  102. To answer the last question about the RAM port in the belly of the c65, there
  103. is no easy way to add some in. Fred tells me there is a fair bit more to it!
  104. ..a clock wuz planned, etc. 
  105.  
  106. I had asked about hooking in SIMMz easily?  ..noT!
  107.  
  108. I have a wee term for c65 mode/Apro'c24.. :)
  109.  
  110.  TPUG ]>ug..
  111.  
  112.  ------------
  113. Category 2,  Topic 5
  114. Message 114       Sun Oct 30, 1994
  115. H.STEVENS5 [HaroldOH]        at 18:03 EST
  116.  
  117. Hey, l>ug, long time no see, how's things cookin' up north?
  118.  
  119. Harold (formerly of COCUG on Punternet)
  120.  ------------
  121.  
  122. 2 |