Jump to content

PiXL

New Members
  • Posts

    15
  • Joined

  • Last visited

PiXL's Achievements

Space Invader

Space Invader (2/9)

6

Reputation

  1. That's really awesome! I started learning ASM a week ago but now I'm stuck in one part of a tutorial; I can't seem grasp playfields. Anyways, um... is it alright to add you as a friend?
  2. Will there be a bit of a story to this game? As for carrots being cute? That's debatable! I think berries are cuter! Haha! Another question, which language have you been using for programming this?
  3. I just stumbled onto this and it looks great! Really love the giant cat boss! I have one question though; why carrots?
  4. "Insert name of game" OST, Anamanaguchi, Galneryus, etc.
  5. Ah, so they haven't launched a Kickstarter yet. I did some more searching and many speculate that this could be a potential scam. What are your thoughts on that?
  6. Nope, I only heard from friends but never bothered to point out the details. Anyways, thanks for some of the information, I managed to find a video on Youtube that showed them playing a SNES game on it. However, there's one thing I wonder. NES, SNES etc. game cartridges can get pretty expensive nowadays (depending on the game, obviously) and since we already have emulators and ROMs to play hard to find or exclusive to Japan titles for free, why bother buying this console? Or does this come with extras?
  7. Does the Coleco Chameleon have a working prototype and footage?
  8. Sorry for the double post but I thought of posting this little bit of info if anyone else runs into the same issue. I managed to find the missing files on http://khryssun.free.fr/programming_code.htmland copy them into my DASM folder. The tutorial's code seems to work properly now.
  9. Ah! So that's what it meant! Silly me! Indeed the files seem to be missing. I'll keep you updated EDIT: I forgot to specify that the DASM I downloaded came from https://sourceforge.net/projects/dasm-dillon/It only came with dasm.Darwin.x86, dasm.exe and dasm.Linux.x86. I can't seem to find the dasm repository on SourceForge
  10. Greetings, I am new to the Atari 2600 and Assembly. I have been following this awesome tutorial but I came across an issue from using this tutorial's code and I am not sure how to fix it. I get this: START OF PASS: 1 Warning: Unable to open 'vcs.h' Warning: Unable to open 'macro.h' ---------------------------------------------------------------------- SEGMENT NAME INIT PC INIT RPC FINAL PC FINAL RPC f000 f000 INITIAL CODE SEGMENT 0000 ???? 0000 ???? ---------------------------------------------------------------------- 458 references to unknown symbols. 458 events requiring another assembler pass. - Expression in mnemonic not resolved. --- Unresolved Symbol List COLUBK 0000 ???? (R ) VBLANK 0000 ???? (R ) VSYNC 0000 ???? (R ) WSYNC 0000 ???? (R ) --- 4 Unresolved Symbols START OF PASS: 2 Warning: Unable to open 'vcs.h' Warning: Unable to open 'macro.h' ---------------------------------------------------------------------- SEGMENT NAME INIT PC INIT RPC FINAL PC FINAL RPC f000 f000 INITIAL CODE SEGMENT 0000 ???? 0000 ???? ---------------------------------------------------------------------- 458 references to unknown symbols. 458 events requiring another assembler pass. - Expression in mnemonic not resolved. --- Unresolved Symbol List COLUBK 0000 ???? (R ) VBLANK 0000 ???? (R ) VSYNC 0000 ???? (R ) WSYNC 0000 ???? (R ) --- 4 Unresolved Symbols --- Unresolved Symbol List COLUBK 0000 ???? (R ) VBLANK 0000 ???? (R ) VSYNC 0000 ???? (R ) WSYNC 0000 ???? (R ) --- 4 Unresolved Symbols Fatal assembly error: Source is not resolvable. Can anyone point me in the right direction?
×
×
  • Create New...