Search found 4 matches

by Silverboulton
Mon Feb 05, 2018 4:36 pm
Forum: Support (Game Boy Zero)
Topic: Teensy problem
Replies: 5
Views: 3358

Re: Teensy problem

Sorted now loaded different code joystick buttons instead of keybored all working fine
by Silverboulton
Mon Feb 05, 2018 11:39 am
Forum: Support (Game Boy Zero)
Topic: Teensy problem
Replies: 5
Views: 3358

Re: Teensy problem

This is what is loaded on the teensy I added 2 more keys for R2 and L2 could that be the problem??? #include <Bounce.h> #define NUM_KEYS 14 struct Key { char keycode; Bounce* bounce; }; Key keys[NUM_KEYS]; Key key(char keycode, int pin) { Key *ret = new Key; ret->keycode = keycode; ret->bounce = new...
by Silverboulton
Mon Feb 05, 2018 11:29 am
Forum: Support (Game Boy Zero)
Topic: Teensy problem
Replies: 5
Views: 3358

Re: Teensy problem

It's stays on black screen with white box (push a to open menu) If I push any button the key it's mapped to shows on the bottom left of screen (press up a W shows). If I use a usb controller it boots up fine so it's not the Rom or emulater???
by Silverboulton
Mon Feb 05, 2018 7:30 am
Forum: Support (Game Boy Zero)
Topic: Teensy problem
Replies: 5
Views: 3358

Teensy problem

Ok first time using a teensy and the problem I'm having is really odd, all buttons work as keybored pushes ( up is w down is s and so on) it works in the retropie menu but freezes at boot up of any Rom, If I boot a Rom with a snes usb pad and replug in the teensy it will work as controller :?: