home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3548 < prev    next >
Encoding:
Text File  |  1996-08-05  |  2.1 KB  |  46 lines

  1. Path: oreig.uji.es!ii202
  2. From: ii202@rossegat.uji.es (Jorge Acereda Macia)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Demo/game to OS frien
  5. Date: 20 Feb 1996 16:42:30 GMT
  6. Organization: Universitat Jaume I. Castell≤ de la Plana. Spain
  7. Message-ID: <4gctlm$bcn@oreig.uji.es>
  8. References: <4fd2qp$jsi@sunsystem5.informatik.tu-muenchen.de> <20000205714078190501@BIRDLAND> <4fnqf8$f9p@sunsystem5.informatik.tu-muenchen.de> <84000105717841360800@BIRDLAND> <4fvpg6$n0d@sunsystem5.informatik.tu-muenchen.de> <68000405720272481052@BIRDLAND> <38232498@kone.fipnet.fi>
  9. NNTP-Posting-Host: @rossegat.uji.es
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jyrki Saarinen (jsaarinen@kone.fipnet.fi) wrote:
  13.  
  14. > > Hmmm... my problem about this stuff mainly is, i only have those c2p of 
  15. > > Aminet... the GD stuff does not fit to my library system (scrambled c2p
  16. > > does  not fit...), and of others, i simply have to use what is available, 
  17.  
  18. > Scrambled is not actually needed. Only if you want to do a Wolf3D
  19. > clone.. 
  20.  
  21. > c2p_040_FastRam4.s is the routine for 040/060 and c2p8.s
  22. > for 020/030. The first is pure CPU solution, as starting
  23.  
  24. c2p8.s is too slow for 25 fps effects (due to blitter speed). 
  25. For this 3 CPU passes and one blitter pass is better.
  26.  
  27. Also one question... What does the qblit cleanup routine
  28. receive in registers? I thought it was A1 pointing to
  29. the bltnode (like the bltnode.function) but my routine crashes. 
  30.  
  31. Peter uses PC relative addressing in his c2p8.s to get the
  32. current task and signal bits, but AFAIK I can't do this in E... 
  33.  
  34. Any solution? (some self-modifying code would do the job, but
  35. I'm using OOP and this would not work when using more than one
  36. c2p-converter object)
  37.  
  38. Thanks in advance,
  39. --
  40.  ---------------------------- --------------------------------------------
  41. |       Jorge Acereda        |      Dream the same thing everynight       |
  42. |   ii202@rossegat.uji.es    |       I see our freedom in my sight        |
  43. |       Intel Outside        |     No locked doors, no windows barred     |
  44. |        Amiga Rules         |   No things to make my brain seem scarred  |
  45.  ---------------------------- --------------------------------------------
  46.