Jump to content

jgrillout

New Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by jgrillout

  1. thanks. In addition to your instruction I did discover I have to advance the frame to see the movement
  2. When in the Stella debugger how do you make joystick movements? When I try the arrow keys the player doesn't move. I don't have a numeric keypad on my laptop. Thanks
  3. works beautiful. Thanks that is just what I needed !
  4. It would be helpful if I could use the brk opcode and stella would open the debugger at that point. I tried putting a brk opcode in my code but nothing happens. If I press the ` key. then the debugger window appears but the program counter is not on the brk line or anywhere close to it. I tried the stella break command but it rejects labels and says it requires an address. the documentation I read implies you can use labels for break.
  5. Maybe I'm approaching this wrong. What I really want to do is step through the code when I move a player object into a wall on the play field. when I trigger the stella debug the arrow keys are not affecting the game. I suppose the stella debug interface window intercepts the arrow keys instead of passing them to the game.
  6. same results. thanks for trying.
  7. I'm new to Stella. I see you can pass command line options. the ones i'm interested in are stella -logtoconsole <1|0> stella -loglevel <0|1|2> I'm not sure how to pass those parameters. I tried stella -logtoconsole=1 -loglevel=2 stella ran but I don't know where the log is. It isn't showing messages in the terminal I launched from. I don't see more than usual messages in the Stella prompt window or the developers screen tabs or options -->system log
×
×
  • Create New...