User Activity

  • Modified a comment on ticket #1168 on VICE

    Okay, the problem is trivial to fix. Around line 740 in userport.c, the statement current = current->next is missing! Changing the code to look like this works: while (current) { detach_resource_list[i++] = current->device->resource; current = current->next; }

  • Posted a comment on ticket #1168 on VICE

    Okay, the problem is trivial to fix. Around line 740 in userport.c, the statement current = current->next is missing! Changing the code to look like this works: while (current) { detach_resource_list[i++] = current->device->resource; current = current->next; }

  • Posted a comment on ticket #1168 on VICE

    Note: If userport joystick is initially off and you try to load a snapshot that has it turned on, it will load the first time. But then that turns on the option and subsequent attempts to load that snapshot loads will crash.

  • Created ticket #1168 on VICE

    Load snapshot after Userport Joysticks enabled causes SIGSEGV

View All

Personal Data

Username:
r2rossi
Joined:
2007-05-08 14:11:48

Projects

This is a list of open source software projects that Randy Rossi is associated with:

Personal Tools