Jump to content

mrromine

Members
  • Posts

    5
  • Joined

  • Last visited

mrromine's Achievements

Combat Commando

Combat Commando (1/9)

0

Reputation

  1. 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
  2. is there a download link for a compiler?
  3. i realise there are multiple atari 2600 models, which one is the most cost effective?
  4. 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
  5. 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
×
×
  • Create New...