Jump to content

esplonky

Members
  • Content Count

    452
  • Joined

  • Last visited

Posts posted by esplonky


  1. i use COLUP0 and COLUP1 and it just makes them black figures.no matter what color i choose they are always black. i use player0color and player1color and have all the 6502 tia codes and that just makes my missile look like player 0 is taking a shit. please help!


  2. I have Windows XP on it, but i hate microsoft, and windows, and it completely turned to crap, the mouse takes like 10 minutes to move, and i hate it. i run windows 2000 in virtual box but it takes 2 hours to boot up :P I have a friend who is completely fluent in c++, I minght get him to help me, but he probably doesn't know linux


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


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


  5. 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 *


  6. [[email protected] desandojoe]$ make

    2600basic.sh default.bas -O

    make: 2600basic.sh: Command not found

    make: *** [default.bas.bin] Error 127

    [[email protected] desandojoe]$ cd..

    bash: cd..: command not found...

    cd[[email protected] desandojoe]$ cd..

    bash: cd..: command not found...

    cd[[email protected] desandojoe]$ cd /home/esplonky/Bb

    [[email protected] Bb]$ make

    cc -O2 -o 2600basic 2600bas.c statements.c keywords.c

    2600bas.c: In function ‘main’:

    2600bas.c:139:6: error: too few arguments to function ‘getline’

    /usr/include/stdio.h:673:20: note: declared here

    2600bas.c:177:5: error: too few arguments to function ‘getline’

    /usr/include/stdio.h:673:20: note: declared here

    statements.c: In function ‘getline’:

    statements.c:1260:1: error: number of arguments doesn’t match prototype

    /usr/include/stdio.h:673:20: error: prototype declaration

    make: *** [2600basic] Error 1


  7. im trying to find someone selling an atari 2600 vcs with all the cords and at least one joystick. if you have any games, i would like that too, but there is a shop right down the road that sells 2600 games. i am only 14 so im low on cash so ill pay 20-40 bucks. sorry bout the pricing.

     

    and i am not looking for the sears versions of the 2600.

×
×
  • Create New...