Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Key assignments   Message List  
Reply | Forward Message #4830 of 15019 |
From the PERN project, I got the key assignments shown below.
However, on my PC, they don't seem to correspond to the keys I expect
as seen from the names assigned to them (see the comments)

Can anyone tell me what's going on and/or what the few keys I
couldn't find are?

thanks,

Eagle

#define KEY_A 1 // if I hit "tab" I get KEY_A
#define KEY_B 2 // if I hit "space" I get KEY_B
#define KEY_SELECT 4 // cant find this one ???
#define KEY_START 8 // cant find this one ???
#define KEY_RIGHT 16 // this ones fine
#define KEY_LEFT 32 // this ones fine
#define KEY_UP 64 // this ones fine
#define KEY_DOWN 128 // this ones fine
#define KEY_R 256 // If I hit"W" I get KEY_R
#define KEY_L 512 // If I hit"Q" I get KEY_L
volatile u32* KEYS = (volatile u32*)0x04000130;






Sun Jul 1, 2001 6:15 pm

eagle@...
Send Email Send Email

Forward
Message #4830 of 15019 |
Expand Messages Author Sort by Date

From the PERN project, I got the key assignments shown below. However, on my PC, they don't seem to correspond to the keys I expect as seen from the names...
eagle@...
Send Email
Jul 1, 2001
7:15 pm

The #define's are correct, you probably haven't configured the emulator correctly? some have predefined key settings, others allow you to change them... ;) ...
Peter Waller
sulphur@...
Send Email
Jul 1, 2001
10:22 pm

Well it depends on the emu you are using. Those keys coraspond to the keys on the GBA not the keyboard. tab and space are a and b in igba and shift I believe...
Rogers, Jason L. ET2 ...
rogersjl@...
Send Email
Jul 1, 2001
10:27 pm

I am using Igba, andf I tried Shift-I and enter for select and start and nothing happens - of course, I'm not sure what is SUPPOSED to happen with your demo...
eagle@...
Send Email
Jul 2, 2001
9:50 am

... That depends on the key mapping used in the GBA emulator you're using -- Mikael J @ http://hem.spray.se/tic_khr...
Mikael J.
tic_khr@...
Send Email
Jul 1, 2001
10:29 pm

Whoops - I had forgot to mention that I was using Igba. So... is there anyone out there using Igba that knows what keys these map to and if the one's I've...
eagle@...
Send Email
Jul 2, 2001
9:50 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help