Jump to content

Lazycow

Members
  • Content Count

    13
  • Joined

  • Last visited

Posts posted by Lazycow


  1. Yes, I know this post in the Stella mailing list for the RESPx trick, but it didn't help me. I cannot find any hints how to handle the HMOVE correctly with this trick.

    Also, it has to be the BALL, because PLAYER and MISSILE have the wrong color.

     

    I think 7 PLAYERs in Galaxian are kind of a RESPx trick and these 7 PLAYERs are moving horizontally.

    So is it possible to move 2 BALLs next to each other as well? I never read something about a RESBL-trick...


  2. Hi, I am working on a testkernel which should move 2 BALL sprites next to each other in one line horizontally. (for multiple lines)

     

    The testkernel successfully moves 1 BALL horizontally by setting RESBL, HMBL and WSYNC, HMOVE in the next line.

     

    I can also setup 2 BALL sprites next to each other, but then they are not moving correctly.

     

    Now I need some help, how do I setup this? Is it even possible to move 2 BALL sprites next to each other? I only know "Galaxian", which displays more than 6 player sprites in one row, so I guess it should be possible? But how?


  3. @tokumaru: You're probably right. The only way to check it out would be programming a kernal and I started to write one some month ago, but it was too time intensive for me. Setting up each section of the mockup would be an endeavor of its own...

     

    Still interested in a cooperation, though... (hint hint) ;-)


  4. jaKJvYb.png

    new mockup...

     

    Seems like I won't start programming an Atari VCS version anytime soon, sorry. But I made another mockup!

     

    @Cammy: No, sorry. But I would maybe be interested into a cooperation with someone who would like to program the low level assembler stuff for an Atari Computer. ;)

     

    Anyway, Powerglove is available now for C64, Windows, Mac and Linux. Get it here: http://rgcddev.itch.io/powerglove

    • Like 1

  5. Was the original C64 Powerglove developed in assembly language?

    It has been build with cc65/ca65. Raster interrupt, sprite multiplexer and scrolling has been build in assembler - game mechanics are build.in C.

    (Handy for porting it to PC)


  6. We are not that quick on the trigger. (haven't decided if I really start programming, yet) Thanks for all the infos, I didn't know about the ASDK. (Seems like the ASDK would require harmony/melody hardware. Is this correct?)


  7. Oh, that donkey kong looks impressive. I think I have even spotted moving background elements there.

     

    Good point Omegamatrix, I didn't recognice that the missiles will be trippled, too. Seems like that the only way to check if this setup is possible would be to program a kernal. Thanks for the feedback! I will post here again in case I will do an update...


  8. Hello Atariagers,

    recently, I am thinking about porting the game "Powerglove" to the Atari VCS.

    more infos: http://www.lazycow.de/powerglove

     

    There're not many simultanously moving objects in the game and most of the sprites are displaced vertically, so I think it could be possible to port it. (Powerglove is a 16k game for the C64 from 2013, which scored the 3rd place in the RGCD compo, so it's probably not too shabby)

    2OFU5fW.png - tKiFzoa.png

    C64 screenshots (left), Atari VCS mockups (right)

     

    Yes, these are only mockups! In the 1st step, I only want to check how it would look like on the Atari. I have not decided if I really want to start programming. (If someone is interested into a cooperation, feel free to tell me)

    Some tricks used in the mockup:
    - I decided to cut off two rows in the playfield, to fit it in the 192 lines.
    - 48 clock sprite trick: for the top status display and the title
    - in the playfield, every 16th line is blank (to reset sprites and load new background)

    Some rooms have vertical scrolling (which is essential) and other rooms have horizontal scrolling (which could be ommited).

    Do you think it would work like that?

    • Like 6
×
×
  • Create New...