-
Content Count
452 -
Joined
-
Last visited
Posts posted by esplonky
-
-
hmmmmm. I must add this to my next game!
-
what did you use to paint the sticks with?
-
I'm Looking to buy an Atari 800 computer that is in good condition and has all the cords, the BASIC cart, and either MAC/65 or atari assembler editor (optional on 6502 carts)
I have $22 at the moment and I will have more soon.
-
I noticed that there isn't a way to get to your profile on the mobile skin?
-
i do by company, label type, CX #, and If they have an end label.
-
Thanks!
-
How much would an official atari heavy sixer be under these conditions?
Working (plays games with no problems)
has all switches and they work and aren't broken
has all of the wood grain on it still
has a/c adapter.
any info would be good and Please no scammers, I'm not looking to buy right now, just wondering for future reference
-
If you are watching Tinkernut's video... good luck. he is wrong about some things.
-
h
Circus Atari was quite difficult on it
How could one properly play Circus Atari with a joystick??? You gotta spank that thing with a paddle!

i have the manual for some reason. never had this stick, but i have the manual. it says that the stick turns so you can use it as a paddle.
Unless you mean one of the Jakks with Pole Position, the 2600 stick doesn't turn at all.
hm idk, i just have a manual for "atari joystick plug n play" and it shows how to move up and down and then it shows the stick rotating.
-
I can try to lend a hand, pm me al!
-
I recently purchased "Battlezone" for my VCS. it got me wondering, if a port for the almighty Battlezone was made for the 2600, could it be capable of having Red Baron? because those are fun games.
also I was thinking The Liberator arcade game should have a port for the Atari. that's an awesome game.
-
sweet thanks!!!
-
the neutral zone and zorlon cannon on yars' revenge on this stick is horrible. and the review i saw said "it's almost perfect emulation of the games!"
-
1
-
-
Circus Atari was quite difficult on it
How could one properly play Circus Atari with a joystick??? You gotta spank that thing with a paddle!

i have the manual for some reason. never had this stick, but i have the manual. it says that the stick turns so you can use it as a paddle.
-
now how would i make it a .bin file? cus everytime i assemble, and i say "./dasm test.asm -f#.bin" of "./dasm test.asm -f bin" i get "illegal output format"
-
i saw a shirt that said "old skool gamr" and had, not an atari joystick, but the stupid jaks pacific 10 in 1 joystick. i yelled at my computer screen.
-
joe got me up and running, butttttttt i have one problem. every time i assemble my source code (see below) i get an error message (see below also!)
*=1000 LDA #4 STA 400 STA 1000 LDX #5 LDY #6 STX 500 STY 600 LDA 1000 LDX 500 LDY 600 BRK
[[email protected] Linux]# ./dasm test.asm DASM V2.20.10, Macro Assembler (C)1988-2004 test.asm (1): error: Unknown Mnemonic '*=1000'. test.asm (3): error: Unknown Mnemonic 'LDA'. test.asm (4): error: Unknown Mnemonic 'STA'. test.asm (5): error: Unknown Mnemonic 'STA'. test.asm (6): error: Unknown Mnemonic 'LDX'. test.asm (7): error: Unknown Mnemonic 'LDY'. test.asm (: error: Unknown Mnemonic 'STX'. test.asm (9): error: Unknown Mnemonic 'STY'. test.asm (10): error: Unknown Mnemonic 'LDA'. test.asm (11): error: Unknown Mnemonic 'LDX'. test.asm (12): error: Unknown Mnemonic 'LDY'. test.asm (13): error: Unknown Mnemonic 'BRK'. Complete.
and my code above was changed by me because i was tweaking to see if it would compile, so ive tried with all kinds of indentions and stuff.
-
Never heard of boxy the beaver... but we Canadians sure do love our beaver!

most men, and some women, love beaver!

-
I'd like to be part!
-
i go to /home/esplonky/dasm/bin/Linux and they i type "dasm" and it says "command not found"
-
-
Can someone show me how to install dasm on my Linux computer?
-
My two cents is ET as well. Pac Man hurts my eyes with the constant flicker and hurts my ears with the sounds. I also never had a problem with ET as a kid. Not as elegant as Adventure, but no where the train wreck of Superman.
are you using an actual 2600 or playing an emulator, cus the flicker isn't as bad on a real atari and also it looks a lot better if you turn the color/bw switch to bw.
buuuuutttttttttttt since pacman is the same everytime you play it i'm going with E.T. as well. if you know the logic and why it suck and you know how to beat it and you can actually find the call zone then it's actually not that bad.
-
if rebecca black could program she would program Laser Blast
-
1
-

Multiple playfields?
in batari Basic
Posted
How would i have multiple screens on a game in bB?
I've tried:
playfield1
playfield:
................................
................................
................................
................................
................................
................................
................................
................................
................................
................................
................................
................................
end
if joy0right && player0x = 98 then goto playfield2
playfield2
playfield:
................................
................................
................................
................................
................................
................................
................................
................................
................................
................................
................................
................................
end
but that doesn't work for me