home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / atari / st / 12826 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.5 KB

  1. Path: sparky!uunet!gatech!bloom-beacon!eru.mt.luth.se!lunic!sunic!aun.uninett.no!alf.uib.no!hsr.no!leikvoll
  2. From: leikvoll@hsr.no (Morten Leikvoll)
  3. Newsgroups: comp.sys.atari.st
  4. Subject: Re: Re: More falcon specs wanted
  5. Message-ID: <1992Aug27.081823.19791@hsr.no>
  6. Date: 27 Aug 92 08:18:23 GMT
  7. Sender: news@hsr.no
  8. Organization: Rogaland University Centre
  9. Lines: 31
  10.  
  11. Thanks for the info, klee@nyx.cs.du.edu
  12.  
  13.  >>And how much memory can it handle??
  14.  >
  15.  >On another network, Atari software engineer (John Townsend) said the
  16.  >Blitter works in all (30) graphics modes.
  17.  
  18. What I meant is how much memory can it for exaple move in one 'instruction'.. Does it
  19. have a own bus for this? (I have heard that the MEGA-ST's blitter can conbtrol 4Mb..
  20.  
  21.  >>What about 'character screen' like the C64 and (i guess) 520 series. This lacks
  22.  >>in the Amiga... (I'am an Amiga owner)
  23.  >
  24.  >I am not sure what you want.  Macs, Amigas and Atari are graphics based
  25.  >computers so all 'characters' are really graphics characters.
  26.  
  27. The C64 has a screenmode there you can put a character on the screen with ONE move (or
  28. STA) instruction. The video DMA fixes the rest. If you for example do :
  29.  
  30. LDA #$00
  31. STA $0400
  32. STA $0401
  33. RTS
  34.  
  35. There will appear two @'s in the upper left corner. (in normal mode) This makes text
  36. handling very fast. And this mode does not exist on the amiga (I miss it)
  37.  
  38.  >Yes. For 9600 baud modem interface will be about $100!  DSP I/O port
  39.  >also has Sony/Philips digital interface and 8 Mbps serial speed.
  40.  
  41. NICE!
  42.