Search results

  1. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    frodo and vice are (very) different, vice uses event-based emulation and very accurate. frodo v5 is currently being rewritten and will be event-based, too.. (refer: http://frodo.cebix.net) it's a fact that, vice is slower than frodo at the cost of being more accurate.. i'll look into sid...
  2. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    x64-10 uses minilib 0.a so if that doesn't work for you, it's probably something else.. just to be sure; 1) download vice 2.0 from viceteam.org 2) install 3) just overwrite my x64 and keymap files
  3. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    sorry about that, just re-download the latest file :}
  4. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    x64 - 10 this should fix; * f200 LCD brightness * TVOUT (note that, switching to TV from vice is removed, you should enable tvout from gp2x menu) * f100 low volume
  5. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    try these and let me know if they fix your problem; x64-lcd1 x64-lcd2
  6. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    i'll look into it and will try to boost :) vice2x (minilib 0.c) switches back to lcd on startup in order to use it's own video settings.. AND i can't test vice2x with TV as i don't own a TV with s-video in so i'm currently testing it with my notebook's s-video in.. (apparently it fixes the...
  7. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    x64 - 9 try this one
  8. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    x64 - 8 * fixed handling more than 1 usb joysticks (thanks to ZakHooi for testing) * fixed handling simultaneous usb keyboard key presses NOTE: in this new archive, you'll find data/C64 folder and x11_pos.vkm & x11_sym.vkm files. just overwrite old ones. it's 4:05am here.. gotta sleep now :}...
  9. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    which games use simultaneous key presses that i can try? (other than thrust) actually it does handle two usb joysticks. you should have 2 joysticks attached before you execute vice so that it can detect both on startup. then you should assign usb joysticks to c64 joystick ports 1 or 2 in the...
  10. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    my keyboard code is rather simpler: INIT: CODE gp2x_dev[8] = -1; gp2x_dev[8] = open("/dev/tty0", O_RDWR | O_NDELAY, 0); if (gp2x_dev[8] < 0) gp2x_dev[8] = open("/dev/vc/0", O_RDWR | O_NDELAY, 0); if (gp2x_dev[8] >= 0) { tcgetattr(gp2x_dev[8]...
  11. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    sure, i think i know what the problem is.. i'll fix the tvout and release a new version soon :)
  12. GnoStiC

    Uae4all Feature Requests

    EHB (Extra Half Brite) and HAM (Hold And Modify) are different things :) we could add HAM to uae4all but it would slow things a bit and there are not many games that uses HAM; Games that used HAM but uae4Pandora (and maybe uae4Wiz) will support it :}
  13. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    how should we use f200's touchscreen? as joystick?
  14. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    try this; vice 2.0 x64 -7fixed usb keyboard works fine with my f100+BoB.. i'll try with f200 later today.. can you pls test tv out from the menu? it should work but may need tweaking :}
  15. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    found my BoB :) this is just a test version to make sure that usb keyboard support works for everyone.. (this also means i've added usb keyboard support to minilib 0.c as well) vice 2.0 x64 -7 * added usb keyboard support (NOTE THAT; not all keys are mapped) * added tv/lcd output selection...
  16. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    enabling tvout inside vice seems to be removed long ago.. i don't know why.. so i'd to add tv/lcd selection from vice's menu but i can't find my tvout cable :( i'll test and post it asap :)
  17. GnoStiC

    Uae4all Feature Requests

    hello critical :) i did the profiling but the thing is, i don't play games so i just loaded some demos and watched them for some minutes and used that profile.. someone may use my changes; ehb support and re-do the profiling and release a new official uae4all :) while at it, i just released a...
  18. GnoStiC

    Uae4all Feature Requests

    added ehb support (to noldor's 0.8): uae4all_081208.rar
  19. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    vice20_x64-6 * fixed usb joystick up/down issue
  20. GnoStiC

    Vice 2.0 (25 Jul 2008) Released

    my bad, sorry :) updated the file; updated-5 can you try this one?
Back
Top