mrromine
Members-
Content Count
5 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by mrromine
-
i start the process get this and cant find any files [9/5/2015 12:56:42 AM] added project: NewProject Compile started at 9/5/2015 12:56:46 AM Compiling C:\Program Files (x86)\bB\s\NewProject\default.bas 2600 Basic compilation completed. Post compilation files deleted
-
is there a download link for a compiler?
-
i realise there are multiple atari 2600 models, which one is the most cost effective?
-
my code COLUBK = $00 COLUPF = $0E const noscore = 1 const pfres=20 l = 0 x=0 playfield: .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX end main if then l=l+1 AUDC0 = 05 AUDF0 = 15 AUDV0 = l drawscreen goto main
-
im just staring batari basic and i dont now what the syntax error is in this code set romsize 32kSC set tv ntsc set kernel_options no_blank_lines set smartbranching on COLUBK = $00 COLUPF = $0E const noscore = 1 const pfres=20 dim l = 0 playfield: .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX .XX...........................XX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX end main l=l+1 AUDC0 = 05 AUDF0 = 15 AUDV0 = l drawscreen goto main
