Jump to content

Qwe

Members
  • Posts

    65
  • Joined

  • Last visited

Posts posted by Qwe

  1. 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

  2. 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.

  3. 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.

  4. 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

×
×
  • Create New...