Quote
---------- Capture Output ----------
> "C:\Atari2600\bB\2600bas.bat"
2600 Basic compilation complete.
bytes of ROM space left
--> loop2 f200
--> beginscore f20a
> Terminated with exit code 0.
> "C:\Atari2600\bB\2600bas.bat"
2600 Basic compilation complete.
bytes of ROM space left
--> loop2 f200
--> beginscore f20a
> Terminated with exit code 0.
When the kernal option no_blank_lines is uncommented. Here is the code.
rem PD rem a Space Shooter rem Updated: October 11, 2008 rem Website: http://xxxx.freepgs.com rem includes rem include the 6 lives multikernal include 6lives.asm rem setup all the game variables rem varaible to hold if a missle has been fired dim missileFired = a rem set the rom size set romsize 4k rem set the tv format to NTSC set tv ntsc rem turn on smartbranching set smartbranching on rem kernel options rem enable no blank lines rem set kernel_options no_blank_lines rest of code removed
Thanks,
Open Source Pong
Edited by Open Source Pong, Sat Oct 18, 2008 4:23 PM.













