Tiny Core Linux
Tiny Core Extensions => TCE News => TCE 2.x => Topic started by: curaga on September 13, 2009, 10:45:37 AM
-
Title: visualboyadvance.tcz
Description: VisualBoyAdvance GBA GBC GB emulator
Version: 1.7.2-1
Author: Forgotten
Original-site: http://vba.sf.net
Copying-policy: GPL
Size: 340K
Extension_by: Curaga
Comments: VBA is a GBA/GBC/GB emulator. It's a SDL app, lauched
from the command line. OSS or ALSA for sound.
-
PPI compatible.
Change-log:
Current: 2009/09/13 Original
-
A note about the config file; keysyms directly from SDL_keysym.h don't apply, as they are in decimal, VBA expects them in hex.
Converting can be done in google ("10 in hex") or with bc ("echo "obase=16; 10" | bc")
Also, with Xorg you can use the graphics card for the display (XV) with one of the YUV options. Doesn't lower CPU usage per se, but gives more cycles to actual emulating instead of drawing.