Recent content by badmonkeyfinger

  1. badmonkeyfinger

    Pcsx4All Not Showing Games

    I had a similar problem, which I solved by making sure the filename was lower case and didnt have any extra characters (like underscores etc)
  2. badmonkeyfinger

    Caanoo / WIZ Caanoo Drum Machine

    Port 2: Dev 6, If 0, Class=HID, Driver=usbhid, 1.5M Its using usbhid, I guess I have to figure that out for the caanoo, thanks! If anyone has any info so I dont have to reinvent the wheel that would be handy!
  3. badmonkeyfinger

    Caanoo / WIZ Caanoo Drum Machine

    Its not midi, its just a generic HID device. It works straight away with linux (on pc). How would I go about finding and setting up the kernel module? Do I have to modprobe it? thanks
  4. badmonkeyfinger

    Caanoo / WIZ Caanoo Drum Machine

    So I had an idea of writing a program that would allow you to plug in a USB drum kit (like the kind you get with rockband games) into the caanoo and play drums. I have one of these: http://www.amazon.co.uk/ION-Electronic-Drum-Learn-Software/dp/B000HWXGPW Which work with standard gamepad...
  5. badmonkeyfinger

    Any Simpler Way To Get Started?

    I don't think you can compile for windows using SDL from the SDK, you'll have to get the "non-caanoo" version and point your makefile to it when compiling .exes (I think this is right, I never actually got round to doing this)
  6. badmonkeyfinger

    Java Emulator?

    http://www.gp32x.de/board/index.php?/topic/57772-java-and-gnu-classpath-for-caanoo/
  7. badmonkeyfinger

    Sdl Vs Opengl Es Vs. /dev/fb0?

    Thanks for sharing this, I had temporarily given up on EGL
  8. badmonkeyfinger

    Sdl Vs Opengl Es Vs. /dev/fb0?

    I think you have to use the unofficial SDL libraries to enable opengl the way you described -> http://dl.openhandhelds.org/cgi-bin/caanoo.cgi?0,0,0,0,19,521 then you can make a call like: SDL_SetVideoMode(800, 480, 16, SDL_OPENGLES) Alternatively you can use EGL with the normal SDL libs, heres...
  9. badmonkeyfinger

    Gp Device Plugin

    im having trouble getting this to run. It compiles, but then stalls when i try to run it on my caanoo. Tried porting the touchscreen stuff into something I made and it crashes. Is there a library im missing (libts.so)?
  10. badmonkeyfinger

    Apple Ii Emulator?

    but apple products suck
  11. badmonkeyfinger

    Gp Device Plugin

    This is extremely useful, I've been developing something and it has been on hold for a while because I couldn't figure out how to integrate the touchscreen (without SDL hastle), thanks!
  12. badmonkeyfinger

    Paper Wars

    looks great!
  13. badmonkeyfinger

    Touchscreen Test Forcaanoo

    what is the difference between using SDL or libTS for touchscreen functionality?
  14. badmonkeyfinger

    Super Pikix

    Sweet, i've been looking forward to this
  15. badmonkeyfinger

    Pcsx4All - Blank Screen. What Am I Doing Wrong ?

    what games have you tried?
Back
Top