Jump to content

Qwe

Members
  • Posts

    65
  • Joined

  • Last visited

Profile Information

  • Gender
    Male

Qwe's Achievements

Star Raider

Star Raider (3/9)

19

Reputation

  1. If I remember correctly, indirect addressing on the 6502 is only possible if the variable that acts as a pointer is on page 0.
  2. Hi CaptMatteus, could you share the included file "hardware.s" ? Thank you
  3. Hi, I remember that some resistors on the motherboard of atari 8 bit were badly sized; this was the reason for low quality video signal with saturated colors. I lost tutorials to correct the video signal of the atari 8 bits. There was a document to correct 800xl and a document for 130xe. Where can I find those tutorials? Thank you
  4. Hi guys, I'm searching a very optimized 6502 code for a pixel draw routine. Do you know the fastest possible routine for an Atari 8 bits? I don't find any optimized code, but only generic code. What techniques do you suggest for a very fast pixel draw routine? Thank you
  5. You can draw using any program; when you want to convert the image you can use WUDSN but for supported formats you should ask to Jac.
  6. I would ask if any of you have used the triple buffering in his demo. The advantage of the triple bufferig would be that there is no need to waste computing power to wait a vcount; the disadvantage would be a great use of ram so its use would make sense on machines with at least 128kb. I found this technique on Atari ST so it might be useful also for Atari 8-bit
  7. Hi, Thanks for your answers. I though I did not understand properly, I was convinced that it was a resident task. Is there no way to have an example commented in English? I don't know Polish.
  8. Hi friends, is there somebody who knows how to show a sector counter while the program is loading?
  9. Hi Quadrunner, This is an interesting way to implement double buffering, but I do not quite understand the advantage of this technique. Could you explain in more detail? Thank you.
  10. Hi, On Atari 8 bit is not usual to use double buffering. Which is the better way to implement it? On Commodore Amiga you have to do a polling over the scan line register and change the new pointer of video memory in copper list. This is all you need on amiga; is it something similar also on atari 8 bit? On Atari is better polling on vcount or wait a vbi to swap video memory? Is required a stop of dma in the same way I start a new display list? If I remember correctly Antic has a limit of addressing of 4 Kbytes; any suggestion to not waste the memory is welcome.
  11. My problem is that I haven't found examples for beginners. I don't need optimized code, I need an example that explains how things run on 6502. The sprite engine written by mads team is very good but it is commented in polish and code is very advanced. There is a big difference between a tutorial and a sample code. The learning curve is very steep if you need to do the reverse engineering of an algorithm. Probably I found good tutorials for Atari ST but I think that coding a 68000 is easier.
  12. Hi friends. I like coding on Atari 8-bit but it's very complicated respect other platforms. Coding sprite on Atari ST is very easy; the CPU has instructions for making divisions and calculate the coordinates of the sprite in memory is a breeze. I found several examples for Atari 8-bit but are not suitable for beginners, I don't like sources that use the pseudo instructions of MADS compiler. Does anyone know where to find any good tutorials to make sprite? Thank you
  13. Hi Jac! Thank you for your new tutorials. I really appreciate your efforts.
×
×
  • Create New...