Jump to content

meshounah

Members
  • Posts

    23
  • Joined

  • Last visited

About meshounah

  • Birthday 05/08/1994

Contact / Social Media

Profile Information

  • Custom Status
    life is good
  • Gender
    Male
  • Location
    springfield

meshounah's Achievements

Space Invader

Space Invader (2/9)

0

Reputation

  1. what i do is just burn images with imgburn works every time for me.
  2. would a memory card(sd, cf etc) be easier?
  3. is there any instructions on the 'net for making a flash cart. Preferably using static ram and a serial cable?
  4. http://cgi.ebay.com/ws/eBayISAPI.dll?ViewI...em=260144043045 i was in a bidding war and i found 3 games that were not in the database
  5. funny that this started on my B-Day and this is still going on...
  6. ok thank you that helps a bunch
  7. hello i am producing a paintball game and i have my playfield designed with little hay-bales but i would like to make it that those hay-bales restrict movement and block missiles. how would i do this? playfield: ................................ .....X..................X....... .............X..............X... .....X.......................... .........X............X......... ....X.........X.............X... ................................ ..............X................. ...X...................X........ .....X..........X............... ..........................X..... ................................ end player0: 011100 011000 011000 100000 %01011010 %01111100 100100 010000 011000 111100 011000 end x=50 y=50 main COLUP0=28 COLUPF=90 COLUBK=160 player0x=x player0y=y drawscreen if joy0right then x=x+1 if joy0left then x=x-1 if joy0up then y=y-1 if joy0down then y=y+1 goto main
  8. has anyone ever made new 2600 carts so homebrews don't have to use old ones? I would assume it is not hard since it is just a piece of plastic that hold a circuit board down.
  9. ok I'll try that i put "processor 6502" does it have to be capitals? EDIT: i got it thankyou
  10. first off i set dasm in my path so i could compile anywhere next i put the tutorial code in a directory with the files kernel.s, macro.h, vcs.h, and make.bat and when i compile it i get lots of unknown Mnemonics such as sta, lda, and stx... what could be the problem? EDIT: i have another question and i don't want to create another thread so i reused this... what is the proper syntax for compiling? i tried "dasm kernel.s" but that doesn't work for me.
×
×
  • Create New...