home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / apple2 / 19354 < prev    next >
Encoding:
Text File  |  1992-08-22  |  3.8 KB  |  94 lines

  1. Newsgroups: comp.sys.apple2
  2. Path: sparky!uunet!nevada.edu!jimi!sknkwrks
  3. From: sknkwrks@unlv.edu (Scott Alfter)
  4. Subject: Re: thanx from novice and few questions.
  5. Message-ID: <1992Aug23.084050.19422@unlv.edu>
  6. Sender: news@unlv.edu (News User)
  7. Organization: Skunk Works Software Co.
  8. References: <AALIeag0F8@smena.russia.msk.su>
  9. Date: Sun, 23 Aug 92 08:40:50 GMT
  10. Lines: 82
  11.  
  12. In article <AALIeag0F8@smena.russia.msk.su> joe@smena.russia.msk.su writes:
  13. >1. I have some doubts that I have ][e, when I turn it on, it shows something
  14. >like Apple A AE. Any ideas?
  15.  
  16. A real IIe will display either "Apple //e" (enhanced ROMs) or "Apple ]["
  17. (original ROMs).
  18.  
  19. >2. The char generator seems to be broken. The chip has 2 wires attached, and
  20. >I have twice capital letter sets, and no one of small letters.
  21.  
  22. Sounds like someone did something funky to the character generator.
  23. Is it the standard character-generator ROM (with Roman characters) or
  24. is it a custom generator (altered, perhaps, to display Cyrillic
  25. characters)?
  26.  
  27. >3. I can now read/write text files, but how to access all the others? Binary,
  28. >for example?
  29.  
  30. Binary files are loaded in with BLOAD and saved with BSAVE.
  31.  
  32. >4. How can I access the devices? Maybe anybody has a list of port addresses?
  33. >Where I can peek/poke with some result?
  34.  
  35. Depends on which cards you've installed.  The I/O setup in the Apple
  36. II is a little bit hairy. :-)
  37.  
  38. >5. Why when I do HGR and then LINE 1,1,2,2 it types OUT OF MEMORY ERROR?
  39.  
  40. That second command doesn't sound like a BASIC command...but it should
  41. come back with ?SYNTAX ERROR.  Try something like this:
  42.  
  43. HGR:HCOLOR=3:HPLOT 0,0 TO 279,159
  44.  
  45. That should put a solid diagonal line on-screen.
  46.  
  47. >Why lowest part of screen remain text mode?
  48.  
  49. That's the default for Hi-Res page 1.  If you use HGR2 to use page 2
  50. instead, you'll get the full 280x192 graphics display.  You can also
  51. POKE 49234,0 after HGR to view all of page 1.
  52.  
  53. >7. How to copy files and system in DOS 3.3?
  54.  
  55. Still using DOS 3.3...ick.  Don't know if it'd be legal to send ProDOS
  56. 8 to you...in any case, you can copy the system software under DOS 3.3
  57. simply by formatting a disk; use INIT <filename> and a copy of DOS 3.3
  58. will be put on the disk.  FID is a utility that will allow you to copy
  59. files under DOS 3.3.
  60.  
  61. >8. How to I/O hexadecimals in BASIC? $d0 or D0H it doesn't understand.
  62.  
  63. BASIC normally deals with decimal numbers exclusively.  You can store
  64. hexadecimal numbers in strings and create your own routines for base
  65. conversion, input checking, etc.  The coding is relatively trivial.
  66.  
  67. >9. What is NOMON?
  68.  
  69. Under DOS 3.3, NOMON is the start of a command that turns off disk
  70. monitoring.  It's used when working with text files.  Follow NOMON
  71. with I and you won't see files as they're being read.  Follow it with
  72. O and you won't see files as they're being written.  Follow it with C
  73. and you won't see files as they're being EXEC'd.  The normal usage is
  74. NOMONICO, which kills all three types of monitoring.  (The opposite,
  75. of course, is MONICO.  It's all mainly a debugging feature.)
  76.  
  77. >10. Is there more than 65k of memory and how can I access it with PEEK?
  78.  
  79. If you have a memory card in the auxiliary slot, you have more than
  80. 64K.  Accessing the memory under DOS 3.3 is non-trivial, however.
  81. ProDOS makes it a bit easier by configuring a 64K RAMdisk in auxiliary
  82. memory.
  83.  
  84. >11. Can usual modem which I use in PC be attached, and how to manipulate?
  85.  
  86. Depends...if it's an external modem, just plug it into a serial card
  87. and plug the serial card into your Apple.  If it's an
  88. IBM-clone-internal modem, though, it won't work.
  89.  
  90.   _/_   Scott Alfter                             Internet: sknkwrks@cs.unlv.edu
  91.  / v \  Call the Skunk Works BBS today!                      Fidonet: 1:209/765
  92. (IIe (  TEMPORARILY OFFLINE    Apple II/IBM                     GEnie: S.ALFTER
  93.  \_^_/  Ask me about SoftDAC--digital audio for your IIe/IIc! Apple II Forever!
  94.