-
Content Count
452 -
Joined
-
Last visited
Posts posted by esplonky
-
-
hm. every time i try to export it says "please move sed.exe to the bB folder"
-
I wanna learn bankswitching, so i can have multiple difficulties for my game, if anyone knows this can you please give me a quick tutorial and some sample code in Batari Basic
-
where can i get sed.exe?
-
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
I have a friend who is completely fluent in c++, I minght get him to help me, but he probably doesn't know linux -
-
i want a tutorial with some basic code that is just sounds
-
thanks a bunch!
-
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.
-
i just need something like img2code for linux. do u think the vbb verison will work under WINE?
-
ok,i found out all the bugs and fixed them and compiled succsessfully. thx rev eng!
-
"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
-
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 *
-
now i get error 127
2600basic.sh default.bas -O
make: execvp: 2600basic.sh: Permission denied
make: *** [default.bas.bin] Error 127
-
it just gives me an error and says 'permission denied'
-
oops, my bad
-
-
it will not let me move the bb files to the new bb directory, somehow i wasnt set as administrator and im the only user on this computer.
-
ok, ill try this now
-
[[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
-
doesn't seem to be working.i keep getting "error 1" at the end
-
does anyone know if there is an batari IDE for kdevelop 4 on fedora 14?
-
does anyone know if there is an batari IDE for kdevelop 4 on fedora 14?
-
Nice! Thanks!!
-
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.

Colors
in batari Basic
Posted
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!