emulador game boy
littlecharlie
view post Escrito el 6/4/2005, 19:56 by: littlecharlie
Avatar

pangeando

Grupo: Member
Mensajes: 542
Location: Valencia


Status: Offline: ultima azione eseguita il 24/6/2006, 17:04


sigo con el monologo
estoy utilizando el visualboyadvance (de linea de comandos) que me funciona perfecto junto con el mamewah, la unica pega es configurar las teclas, que se ve que hay que poner los valores hexadecimales, pues vaya ...

# Key configuration (all numbers are in hexadecimal!)
#
# Keys values are in the format YXXX where Y is the device number. 0 means
# keyborad and XXX is the SDL define for the desired key (read SDL_keysym.h).
#
# If Y is greater than 0, it means joystick number Y-1 and it uses the
# following format for XXX:
#
# - if XXX < 20, XXX is the axis number multiplied by 2. An even number means
# movement to the negative side (on the X axis, it means left). An odd
# number means movement to the positive side (on the X axis, it mean
# right). For the Y axis, negative means up and positive means down.
# X axis is usally axis number 0 and Y is axis number 1.
# - if 20 >= XXX > 30, then XXX is the HAT number multiplied by 4 plus the
# direction: 0 for up, 1 for down, 2 for right and 3 for left. Example:
# 0021 is HAT 0 down, 0026 is HAT 1 right.
# - if 80 >= XXX > 100, XXX is the joystick button number (XXX-080).
#
# Default key configuration is (value in parenthesis):
#
# Left Left Arrow (0114)
# Right Right Arrow (0113)
# Up Up Arrow (0111)
# Down Down Arrow (0112)
# A Z (007a)
# B X (0078)
# L A (0061)
# R S (0073)
# Start ENTER (000d)
# Select BACKSPACE (0008)
# Speed up SPACE (0020)
# Capture F12 (0125)
#
Joy0_Left=0114
Joy0_Right=0113
Joy0_Up=0111
Joy0_Down=0112
Joy0_A=0134
Joy0_B=0132
Joy0_L=0020
Joy0_R=0130
Joy0_Start=0031
Joy0_Select=0035
Joy0_Speed=0021
Joy0_Capture=0125

alguien me pué desir como se come étoooooo?!?!?!?
4 respuesta(s) desde el 5/4/2005, 10:30