The FreeBSD Ports Archive
FreeBSD emulators : vba4>
Open Source Gameboy Advance emulator
VisualBoyAdvance is an emulator for Nintendo's Gameboy Advance. It also
supports emulation of the Gameboy (classic), Gameboy Pocket, Gameboy Color
and Gameboy Advance SP.
Some of the main features are:
- option to use BIOS file
- zip/gzip file support
- graphic filters Normal, TV Mode, 2xSaI, Super 2xSaI and more
- interframe blending support
- built-in ARM/THUMB assembly debugger
- 10 save states accesible through keyboard
- automatic battery file load/save
- auto-fire support
- 16, 24 and 32 bit desktop support
- GDB remote debugging (see below for information)
- AGBPrint support for development
- RTC support
NOTICE: Thx go out to Wouter Groeneveld for helping me to test the port.
http://vba.ngemu.com/
|
vba history
v. 1.23
date: 2007/10/17 09:45:35; author: miwi; state: Exp; lines: +0 -4
- Unbreak
- Fix build with gcc 4.2
PR: 116893
Submitted by: miwi
Approved by: maintainer timeout
v. 1.22
date: 2007/10/02 05:24:15; author: linimon; state: Exp; lines: +3 -6
Mark as broken with gcc4.2. While here, remove antique compatibilty cruft.
v. 1.21
date: 2007/06/22 14:25:26; author: rafan; state: Exp; lines: +1 -1
- Use correct argument to disable profiling
PR: ports/113249
Submitted by: Dylan Leigh
Approved by: maintainer timeout (20 days)
v. 1.20
date: 2007/05/19 20:04:45; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2006/09/20 11:20:48; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.18
date: 2006/09/17 20:04:00; author: kris; state: Exp; lines: +1 -1
Now builds on sparc64
v. 1.17
date: 2005/11/05 05:20:10; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.16
date: 2005/10/13 22:53:58; author: mnag; state: Exp; lines: +26 -24
Add support to GTK2
PR: 87370
Submitted by: No Name (maintainer)
v. 1.15
date: 2005/07/21 00:03:11; author: kris; state: Exp; lines: +4 -0
BROKEN on ia64 and sparc64: Runaway cc1plus process
v. 1.14
date: 2004/08/21 13:59:20; author: pav; state: Exp; lines: +21 -8
- Fix build on 4.x
- Don't install debugger unless asked
- Assume maintainership
PR: ports/70769
Submitted by: No Name
v. 1.13
date: 2004/08/16 01:16:13; author: kris; state: Exp; lines: +4 -0
BROKEN on 4.x: Does not compile
v. 1.12
date: 2004/08/16 01:13:13; author: kris; state: Exp; lines: +1 -1
Reset maintainer:
(reason: 550 5.1.1 {mx057} ... User is unknown)
v. 1.11
date: 2004/07/17 11:48:35; author: krion; state: Exp; lines: +7 -4
Update to 1.7.2
PR: ports/69162
Submitted by: maintainer
v. 1.10
date: 2004/05/18 07:33:02; author: vs; state: Exp; lines: +1 -1
Workaround broken .if (${OSVERSION}...), cf.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-workarounds.html
PR: ports/66739
Submitted by: Scott Lipcon
v. 1.9
date: 2004/05/15 05:08:48; author: edwin; state: Exp; lines: +1 -1
- Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)
- use install -d instead of mkdir
Thanks to kris@
v. 1.8
date: 2004/05/14 11:54:26; author: edwin; state: Exp; lines: +10 -10
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
(this time for real!)
PR: ports/64612
Submitted by: No Name
v. 1.7
date: 2004/05/14 11:49:01; author: edwin; state: Exp; lines: +3 -6
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
Also added a pkg-message to explain about the configuration file,
and made sure that the default configuration file didn't get left
behind when make deinstall is done.
PR: ports/64612
Submitted by: No Name
v. 1.6
date: 2004/03/16 04:23:37; author: edwin; state: Exp; lines: +1 -0
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.5
date: 2004/03/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.4
date: 2004/02/17 10:06:24; author: linimon; state: Exp; lines: +14 -12
Update to version 1.7.1: update battery file more often; many bugfixes.
See ChangeLog for complete details.
PR: ports/62645
Submitted by: arundel@gmx.net (maintainer)
v. 1.3
date: 2004/02/04 05:20:08; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.2
date: 2004/01/21 22:43:19; author: pav; state: Exp; lines: +7 -18
- Update to 1.7
PR: ports/61599
Submitted by: No-Name (maintainer)
v. 1.1
date: 2003/10/03 13:07:59; author: edwin; state: Exp;
New port: VisualBoyAdvance
VisualBoyAdvance is currently one of the best Gameboy Advance
emulators out there.
PR: ports/56376
Submitted by: No Name
=============================================================================
v. 1.23
date: 2007/10/17 09:45:35; author: miwi; state: Exp; lines: +0 -4
- Unbreak
- Fix build with gcc 4.2
PR: 116893
Submitted by: miwi
Approved by: maintainer timeout
v. 1.22
date: 2007/10/02 05:24:15; author: linimon; state: Exp; lines: +3 -6
Mark as broken with gcc4.2. While here, remove antique compatibilty cruft.
v. 1.21
date: 2007/06/22 14:25:26; author: rafan; state: Exp; lines: +1 -1
- Use correct argument to disable profiling
PR: ports/113249
Submitted by: Dylan Leigh
Approved by: maintainer timeout (20 days)
v. 1.20
date: 2007/05/19 20:04:45; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2006/09/20 11:20:48; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.18
date: 2006/09/17 20:04:00; author: kris; state: Exp; lines: +1 -1
Now builds on sparc64
v. 1.17
date: 2005/11/05 05:20:10; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.16
date: 2005/10/13 22:53:58; author: mnag; state: Exp; lines: +26 -24
Add support to GTK2
PR: 87370
Submitted by: No Name (maintainer)
v. 1.15
date: 2005/07/21 00:03:11; author: kris; state: Exp; lines: +4 -0
BROKEN on ia64 and sparc64: Runaway cc1plus process
v. 1.14
date: 2004/08/21 13:59:20; author: pav; state: Exp; lines: +21 -8
- Fix build on 4.x
- Don't install debugger unless asked
- Assume maintainership
PR: ports/70769
Submitted by: No Name
v. 1.13
date: 2004/08/16 01:16:13; author: kris; state: Exp; lines: +4 -0
BROKEN on 4.x: Does not compile
v. 1.12
date: 2004/08/16 01:13:13; author: kris; state: Exp; lines: +1 -1
Reset maintainer:
(reason: 550 5.1.1 {mx057} ... User is unknown)
v. 1.11
date: 2004/07/17 11:48:35; author: krion; state: Exp; lines: +7 -4
Update to 1.7.2
PR: ports/69162
Submitted by: maintainer
v. 1.10
date: 2004/05/18 07:33:02; author: vs; state: Exp; lines: +1 -1
Workaround broken .if (${OSVERSION}...), cf.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-workarounds.html
PR: ports/66739
Submitted by: Scott Lipcon
v. 1.9
date: 2004/05/15 05:08:48; author: edwin; state: Exp; lines: +1 -1
- Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)
- use install -d instead of mkdir
Thanks to kris@
v. 1.8
date: 2004/05/14 11:54:26; author: edwin; state: Exp; lines: +10 -10
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
(this time for real!)
PR: ports/64612
Submitted by: No Name
v. 1.7
date: 2004/05/14 11:49:01; author: edwin; state: Exp; lines: +3 -6
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
Also added a pkg-message to explain about the configuration file,
and made sure that the default configuration file didn't get left
behind when make deinstall is done.
PR: ports/64612
Submitted by: No Name
v. 1.6
date: 2004/03/16 04:23:37; author: edwin; state: Exp; lines: +1 -0
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.5
date: 2004/03/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.4
date: 2004/02/17 10:06:24; author: linimon; state: Exp; lines: +14 -12
Update to version 1.7.1: update battery file more often; many bugfixes.
See ChangeLog for complete details.
PR: ports/62645
Submitted by: arundel@gmx.net (maintainer)
v. 1.3
date: 2004/02/04 05:20:08; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.2
date: 2004/01/21 22:43:19; author: pav; state: Exp; lines: +7 -18
- Update to 1.7
PR: ports/61599
Submitted by: No-Name (maintainer)
v. 1.1
date: 2003/10/03 13:07:59; author: edwin; state: Exp;
New port: VisualBoyAdvance
VisualBoyAdvance is currently one of the best Gameboy Advance
emulators out there.
PR: ports/56376
Submitted by: No Name
=============================================================================
v. 1.23
date: 2007/10/17 09:45:35; author: miwi; state: Exp; lines: +0 -4
- Unbreak
- Fix build with gcc 4.2
PR: 116893
Submitted by: miwi
Approved by: maintainer timeout
v. 1.22
date: 2007/10/02 05:24:15; author: linimon; state: Exp; lines: +3 -6
Mark as broken with gcc4.2. While here, remove antique compatibilty cruft.
v. 1.21
date: 2007/06/22 14:25:26; author: rafan; state: Exp; lines: +1 -1
- Use correct argument to disable profiling
PR: ports/113249
Submitted by: Dylan Leigh
Approved by: maintainer timeout (20 days)
v. 1.20
date: 2007/05/19 20:04:45; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.19
date: 2006/09/20 11:20:48; author: stas; state: Exp; lines: +1 -1
- Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
binary)
- Update graphics/sdl_ttf to version 2.0.8
- Update graphics/sdl_image to version 1.2.5
- Update audio/sdl_mixer to version 1.2.7
- Update net/sdl_net to version 1.2.6
- Update Mk/bsd.sdl.mk accordingly
- Fix dependent ports to fit the new directory structure and avoid several
API breakages
- Bump up portrevisions for all dependent ports to allow them to be upgraded
by portupgrade/portmaster etc tools
Approved by: kris (portmgr), sem (mentor)
v. 1.18
date: 2006/09/17 20:04:00; author: kris; state: Exp; lines: +1 -1
Now builds on sparc64
v. 1.17
date: 2005/11/05 05:20:10; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.16
date: 2005/10/13 22:53:58; author: mnag; state: Exp; lines: +26 -24
Add support to GTK2
PR: 87370
Submitted by: No Name (maintainer)
v. 1.15
date: 2005/07/21 00:03:11; author: kris; state: Exp; lines: +4 -0
BROKEN on ia64 and sparc64: Runaway cc1plus process
v. 1.14
date: 2004/08/21 13:59:20; author: pav; state: Exp; lines: +21 -8
- Fix build on 4.x
- Don't install debugger unless asked
- Assume maintainership
PR: ports/70769
Submitted by: No Name
v. 1.13
date: 2004/08/16 01:16:13; author: kris; state: Exp; lines: +4 -0
BROKEN on 4.x: Does not compile
v. 1.12
date: 2004/08/16 01:13:13; author: kris; state: Exp; lines: +1 -1
Reset maintainer:
(reason: 550 5.1.1 {mx057} ... User is unknown)
v. 1.11
date: 2004/07/17 11:48:35; author: krion; state: Exp; lines: +7 -4
Update to 1.7.2
PR: ports/69162
Submitted by: maintainer
v. 1.10
date: 2004/05/18 07:33:02; author: vs; state: Exp; lines: +1 -1
Workaround broken .if (${OSVERSION}...), cf.
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-workarounds.html
PR: ports/66739
Submitted by: Scott Lipcon
v. 1.9
date: 2004/05/15 05:08:48; author: edwin; state: Exp; lines: +1 -1
- Remove double SIZE entry of distinfo (make fetch is acting weird if you don't)
- use install -d instead of mkdir
Thanks to kris@
v. 1.8
date: 2004/05/14 11:54:26; author: edwin; state: Exp; lines: +10 -10
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
(this time for real!)
PR: ports/64612
Submitted by: No Name
v. 1.7
date: 2004/05/14 11:49:01; author: edwin; state: Exp; lines: +3 -6
maintainer update of emulators/vba
Update of emulators/vba to 1.7.1_2
Also added a pkg-message to explain about the configuration file,
and made sure that the default configuration file didn't get left
behind when make deinstall is done.
PR: ports/64612
Submitted by: No Name
v. 1.6
date: 2004/03/16 04:23:37; author: edwin; state: Exp; lines: +1 -0
Chase library bump of libSDL-1.1 for all ports which were depending
on sdl12-1.2.5
v. 1.5
date: 2004/03/08 01:01:25; author: edwin; state: Exp; lines: +1 -1
Properly use SDL everywhere:
USE_SDL=yes -> USE_SDL=sdl (good examles everywhere)
WANT_SDL/HAVE_SDL instead of exists(localbase/lib/lib...)
See
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/using-sdl.html
for more information on how to use USE_SDL, WANT_SDL and HAVE_SDL.
PR: follow-ups of ports/55494, ports/61877
Submitted by: Edwin Groothuis
v. 1.4
date: 2004/02/17 10:06:24; author: linimon; state: Exp; lines: +14 -12
Update to version 1.7.1: update battery file more often; many bugfixes.
See ChangeLog for complete details.
PR: ports/62645
Submitted by: arundel@gmx.net (maintainer)
v. 1.3
date: 2004/02/04 05:20:08; author: marcus; state: Exp; lines: +1 -0
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2)
v. 1.2
date: 2004/01/21 22:43:19; author: pav; state: Exp; lines: +7 -18
- Update to 1.7
PR: ports/61599
Submitted by: No-Name (maintainer)
v. 1.1
date: 2003/10/03 13:07:59; author: edwin; state: Exp;
New port: VisualBoyAdvance
VisualBoyAdvance is currently one of the best Gameboy Advance
emulators out there.
PR: ports/56376
Submitted by: No Name
=============================================================================
|
| |

|