Jump to content

esplonky

Members
  • Content Count

    452
  • Joined

  • Last visited

Everything posted by esplonky

  1. Whats with all these weird kids putting tape on their mouth?

    1. HatefulGravey

      HatefulGravey

      Is the tape red?

    2. jaybird3rd

      jaybird3rd

      Is mouth tape a new "fashion trend"? I so, I prefer it to the stupid sagging pants with the boxers sticking out. I suspect that many adults would love to tape kids' mouths shut anyway.

    3. Mxyzptlk

      Mxyzptlk

      What are you talking about? I have not heard of that one.

  2. Smosh has more subscribers than fred, thank god!

  3. 24.6% of americans believe that 9/11 was done by bush. approx. 30% of americans don't go to, or graduate from college. sounds like there might be a connection in this.

    1. kgenthe

      kgenthe

      30% of Americans still think there were WMDs in Iraq...

  4. after pre-ap biology, i will never want that great pilzner taste of bud light.

  5. Kickin in the front seat, sittin in the back seat, gotta make my mind up, which seat should i take?

  6. getting an atari 2600!!!! :D

  7. yar's revenge or black ops?

  8. a computer is not an instrument. so singers today, don't call yourself a musician unless you go natural without enhancers, and music made on a computer.

    1. orpheuswaking

      orpheuswaking

      So you are saying that Jean Michel Jarre, Gottfried Michael Koenig, Klaus Schulze, Vangelis etc... are not Musicians?

  9. Great games only need one red button

    1. SoulBlazer

      SoulBlazer

      Unless your great game is a RPG, simulation, strategy. or Madden -- then you're screwed! ;)

  10. Soul surfer looks stupid

  11. Edris is cool.

  12. Beat my high score on desando joe. Used to be 42. Now it's 195

  13. so i have been coding in batari BASIC and editing Desando Joe, and i am proud to announce, DESANDO JOE version 1.2 (beta)!!!!!!

  14. esplonky

    Sound

    How do i add sound to my atari game? i want to add like a descending low tone when i fire missile0 and a low static noise when the missile0 hits player1, btw, when opening the ROM itll show a black screen, simply press fire. default.bas
  15. Thank you lord, for the work you have done to me recently, thanks to you, me and my father are closer than ever, i love you god

  16. i just need something like img2code for linux. do u think the vbb verison will work under WINE?
  17. ok,i found out all the bugs and fixed them and compiled succsessfully. thx rev eng!
  18. "make" 2600basic.sh default.bas -O Starting build of default.bas (3): Error: Unknown keyword: = Compilation failed. du: cannot access `default.bas.bin': No such file or directory /bin/sh: line 0: [: =: unary operator expected rm: cannot remove `default.bas.bin': No such file or directory make: *** [default.bas.bin] Error 1
  19. so i am logged in as root in the /home/bB directory. in my bB directory, i have all the batari BASIC files you told me to download, and i have the project folder with default.bas and the makefile that has this code: export PROJECT=default export bB=/home/bB export PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:.:${bB} export COMPILER=2600basic.sh export HOME=${PWD} main: ${PROJECT}.bas.bin ${PROJECT}.bas.bin: ${PROJECT}.bas ${COMPILER} ${PROJECT}.bas -O @ [ `du -sb ${PROJECT}.bas.bin | cut -f1 | awk '{print $$1 % 2048}'` = 0 ] || rm ${PROJECT}.bas.bin @ ( [ -r ${PROJECT}.bas.bin ] && echo "\n /|\\" ${PROJECT}.bas compiled successfully" /|\\ \n" ) || echo "\n > > > Compile of ${PROJECT}.bas FAILED! > > >\n" clean: /bin/rm -f ${PROJECT}.bas.bin ${PROJECT}.bas.asm ${PROJECT}.bas.dump includes.bB bB.asm 2600basic_variable_redefs.h run: stella ${PROJECT}.bas.bin debug: mkdir .stella 2>/dev/null || true echo "breakif {_scan>#262}" > .stella/autoexec.stella stella -break "*($fffc)" ${PROJECT}.bas.bin backup: clean tar -cvzf ${PROJECT}-`date +%Y%m%d`-backup.tgz --exclude=\*tgz *
  20. now i get error 127 2600basic.sh default.bas -O make: execvp: 2600basic.sh: Permission denied make: *** [default.bas.bin] Error 127
  21. it just gives me an error and says 'permission denied'
×
×
  • Create New...