Jump to content

Master_Programmer

Members
  • Posts

    280
  • Joined

  • Last visited

Everything posted by Master_Programmer

  1. the reset has been added. ^^ i got the 32k romsize working. :3 When i get a second demo, i'll release it.
  2. thanks. luckily i have virtualbox, so i've been able to work more on the "Metal Max" game i released a demo of not too long ago. ^w^
  3. nevermind....the linux version just had a segmentation fault.....the windows version doesn't. >=(
  4. maybe..... WHOOPS!!! i forgot to press "Attach this file" DX Sorry.... DX MAXMETAL.bin
  5. Hello, i'm a newguy when it comes to atari programming, but definitely not a newguy when it comes to programming. so, i give to you, my first accomplishment. Metal Max for the 2600. The controls are as follows: On the title screen, Player 1's fire starts the game in 1 player mode, and Player 2's fire starts the game in 2 player mode. ~1 player mode~ Left/right moves you left or right. fire shoots Up jumps. Down does nothing(YET!!!) player 2's controls are the same. The dot that flies across the screen is a death dot, and will kill you if you touch it. you can shoot it for points, or you can let it touch the far edge of the screen for points. now, after going through the first 2 screens, player 1(or player 2 if player 1 died before this screen) will fight, ALONE against a boss. after you beat said boss, move to the edge of the screen the boss was at. on this (LAST) screen, player 2(or player one if it's 1player mode or player 2 died before) will have to fight a boss. after you beat the boss, consider then game over, as this is a demo, and i don't have an ending screen yet. HUGE NOTE, due to size limitations, there is NO resetting the game using the reset switch, so you have to exit the game, then go back into it to reset. Another note: you may have to set the tv to NTSC because for some reason, it auto-detects as PAL. so this is my first game, and i'm very proud of it so far.
  6. Whenever i use "set romsize (Insert number here)k" i get these odd errors: paul@paul-laptop:~/2600/bb$ sh 2600basic.sh TEST.bas Starting build of TEST.bas 2600 Basic compilation complete. *** glibc detected *** double free or corruption (!prev): 0x088fbbd8 *** Aborted DASM V2.20.09, Macro Assembler ©1988-2003 bytes of ROM space left in bank 1 bytes of ROM space left in bank 2 bytes of ROM space left in bank 3 bytes of ROM space left in bank 4 bytes of ROM space left in bank 5 bytes of ROM space left in bank 6 bytes of ROM space left in bank 7 bytes of ROM space left in bank 8 3961 bytes of ROM space left in bank 1 3955 bytes of ROM space left in bank 2 3982 bytes of ROM space left in bank 3 4052 bytes of ROM space left in bank 4 4052 bytes of ROM space left in bank 5 4052 bytes of ROM space left in bank 6 4052 bytes of ROM space left in bank 7 bytes of ROM space left in bank 8 3961 bytes of ROM space left in bank 1 3955 bytes of ROM space left in bank 2 3982 bytes of ROM space left in bank 3 4052 bytes of ROM space left in bank 4 4052 bytes of ROM space left in bank 5 4052 bytes of ROM space left in bank 6 4052 bytes of ROM space left in bank 7 bytes of ROM space left in bank 8 --- Unresolved Symbol List BS_return 0000 ???? (R ) scoretable 0000 ???? (R ) BS_jsr 0000 ???? (R ) Fatal assembly error: Source is not resolvable. Build complete. when i add those odd variables, i get paul@paul-laptop:~/2600/bb$ sh 2600basic.sh TEST.bas Starting build of TEST.bas 2600 Basic compilation complete. *** glibc detected *** double free or corruption (!prev): 0x0871dbd8 *** Aborted DASM V2.20.09, Macro Assembler ©1988-2003 bytes of ROM space left in bank 1 bytes of ROM space left in bank 2 bytes of ROM space left in bank 3 bytes of ROM space left in bank 4 bytes of ROM space left in bank 5 bytes of ROM space left in bank 6 bytes of ROM space left in bank 7 -62491 bytes of ROM space left in bank 8 3961 bytes of ROM space left in bank 1 3955 bytes of ROM space left in bank 2 3982 bytes of ROM space left in bank 3 4052 bytes of ROM space left in bank 4 4052 bytes of ROM space left in bank 5 4052 bytes of ROM space left in bank 6 4052 bytes of ROM space left in bank 7 -62491 bytes of ROM space left in bank 8 Complete. Build complete. please, can someone help me?? i'm using ubuntu 10.04.
×
×
  • Create New...