
KVisualBoyAdvance
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Graphical front end to VisualBoyAdvance command line emulator to play GameBoy games/game ROMs under Linux
features:
- graphical interface for playing
- save configuration
- easy game start and finish
- change size of screen
- display frame rate
- select VisualBoyAdvance binary
- select directory for GBA ROMs
legal game ROMS can be downloaded from http://www.pdroms.de
version 0.2
- new GUI tab in Options
- auto frame skip on/off
- set frame skip value
- throttle on/off
- set throttle value
- RTC support on/off
- YUV overlay settings
- intelligent handling of command line options
version 0.3
- default VisualBoyAdvance config file used as conf file
- possibility to edit all command line options manually in VisualBoyAdvance.cfg
- Options Tab divided to 3: general, path, visual
- screenshot directory changable from GUI
- save state directory changable from GUI
- sound volume, quality, echo, filter options
- option to remove GBA intros
- last saved configuration restored on next run
- option to restore default configuration
version 0.3.1
- optional usage of external BIOS file
obsrv
15 years ago
Report
obsrv
15 years ago
Report
Esaltato
15 years ago
Report
softpedia
15 years ago
I am playing a lot of GBA games right now :)
Report
softpedia
15 years ago
What do I have to do ? I'm stuck :(
Someone please help me.
Many thanks in advance.
Report
CaCO3
15 years ago
at fist textfield, you have to select /usr/bin/visualboyadvance.
Dont forgot to check the save-field at OPTIONS / EMULATOR!
Report
blurymind
15 years ago
http://zack.cerza.org/~zack/files/debs/kvisualboyadvance/
http://www.google.com/search?hl=en&lr=&safe=off&q=KVisualBoyAdvance&btnG=Search
Report
sunray
15 years ago
you can download this rpm and trasform it with alien, works fine :)
only thing to do left is:
sudo ld --whole-archive -share -o /usr/lib/libXinerama.so.1 /usr/X11R6/lib/libXinerama.a
because debian has no such lib ;)
Report
Flameeyes
16 years ago
I was going to giving up kvba, so I was trying to see how was kvisualboyadvance going.
Report
Oryx
16 years ago
Report
pistooli
16 years ago
Report
Kiroku6
16 years ago
Report
basse1989
16 years ago
Report
Flameeyes
17 years ago
Can be downloaded along with other ebuilds at http://flameeyes.web.ctonet.it/
Report
hoodedone
17 years ago
I think the textboxes for path and game directory should be editable, since it's just silly not to. Also, I want to run VBA through artsdsp, but the loader isn't accepting that as a valid command even when I manually put it in the configuration file.
Other things that would be nice are more of VBA's options, especially things like BIOS file and controller settings.
Report
pistooli
17 years ago
Report
pistooli
17 years ago
:-)
cheers - pistooli
Report
Mooses
17 years ago
Report
pistooli
17 years ago
# Left - Left Arrow
# Right - Right Arrow
# Up - Up Arrow
# Down - Down Arrow
# A - Z
# B - X
# L - A
# R - S
# Start - ENTER
# Select - BACKSPACE
# Speed up - SPACE
cheers - pistooli
Report
Mooses
17 years ago
Report
lane
17 years ago
you should think about using layout handlers since the text doesn't fit into the window on my system. this can be seen on these screenshots:
http://www.tuxipuxi.de/gba1.jpg
http://www.tuxipuxi.de/gba2.jpg
http://www.tuxipuxi.de/gba3.jpg
anyway, thanks for this application.
ciao,
Michael.
Report
pistooli
17 years ago
Report
pistooli
17 years ago
cheers - pistooli
Report
mrpengo
17 years ago
...
Making all in src
make[2]: Entering directory `/home/mrpengo/descargas/kvisualboyadvance-0.1/src'
/usr/lib/qt3//bin/uic -L /usr/lib/kde3/plugins/designer -nounload -o kvisualboyadvancedlg.h ./kvisualboyadvancedlg.ui
uic: File generated with too recent version of Qt Designer (3.2 vs. 3.1.2)
make[2]: *** [kvisualboyadvancedlg.h] Error 1
make[2]: Leaving directory `/home/mrpengo/descargas/kvisualboyadvance-0.1/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/mrpengo/descargas/kvisualboyadvance-0.1'
make: *** [all] Error 2
There is a version for QT 3.1? I'm using Mandrake 9.2 with KDE 3.1.3 and QT 3.1.2
Report
pistooli
17 years ago
are you just doing ./configure, make, make install?
cheers - peter
Report