Jump to content

wanax

Members
  • Content Count

    30
  • Joined

  • Last visited

Posts posted by wanax


  1. Thanks miker.

    Some one can help me to convert this code from Acme to Mads? :?

    I tried with .rept, but does not work..

    ;
    ; Create table lookup for print tile HIRES on screen │
    ;
    TileCharLookLo_HR
    !set i=0
    !do {
    !byte <tilesdata_HR+i*4
    !set i = i + 1
    } until i > num_tiles
    TileCharLookHi_HR
    !set i=0
    !do {
    !byte >tilesdata_HR+i*4
    !set i = i + 1
    } until i > num_tiles

  2. Hey there! I give you a little update :-)

    The conversion is goins well, only one little "problem"...are the sprites! I'm used to those of C64 are more flexible for me :-)

    In any case I am enjoying! I enclose the tiles (meta-tiles) map that I use for C64, perhaps I'll use it for this conversion. The second png is the result on the Atari..

    José: sooner or later I answer your questions ;-) :-D



    post-38121-0-81494600-1458065086_thumb.png

    post-38121-0-40133000-1458067463_thumb.png

    • Like 6
×
×
  • Create New...