Share

VBA-M

Code

Programming Languages: C, C++, Assembly

License: GNU General Public License (GPL)

Repositories

browse code, statistics, last commit on 2010-01-02 svn co https://vbam.svn.sourceforge.net/svnroot/vbam vbam

Show:

What's happening?

  • Comment: High DPI for Windows Vista & 7

    compatibility setting disable high dpi scaling was provided for this.

    2010-02-09 08:20:02 UTC by squall-leonhart

  • Comment: gameboy game genie

    never had a problem myself. try other codes.

    2010-02-09 08:19:24 UTC by squall-leonhart

  • gameboy game genie

    It wont except gameboy game genie codes ###-###-### Ive tried several time to frustration and cant get them to go in the cheat list.

    2010-01-20 03:06:23 UTC by nobody

  • High DPI for Windows Vista & 7

    Add compatibility for the new high dpi settings in windows vista & windows 7 (120 dpi, 144 dpi): http://www.rw-designer.com/DPI-aware Like no$gba supports. (see attachment). When i open VBA-M in High DPI (144 dpi) the program GUI is blured, like high-dpi incompatible programs. Is realy easy to add.

    2010-01-11 01:20:45 UTC by lainz

  • Comment: Link's Awakening DX - Color Dungeon doesn't work

    Scratch this, I had it reported to me for VBAGX (never played this game). If you talk to the other guy, he moves out of the way too.

    2010-01-08 22:58:49 UTC by tantricity

  • Link's Awakening DX - Color Dungeon doesn't work

    1. Go into the color dungeon 2. Answer the question correctly Normally, both of the characters should walk away from the path, but instead they both walk in the same direction, still blocking the path.

    2010-01-08 22:29:10 UTC by tantricity

  • VBA-M crashes when no sound-device is present

    While testing out VBA-M on another system with no sound devices, I noticed that it was crashing or hanging in SoundSDL.cpp because of illegal values for the pthread mutexes. Attached is a patch to the current SVN tip that appears to fix the problem.

    2010-01-04 21:43:05 UTC by jcranmer

  • Trunk r928 won't compile using Intel C/C++ Compiler v11.1

    Trunk code won't compile using Intel C/C++ Compiler version 11.1.0.54 as compiler. I'm trying to compile VBAM using Intel C/C++ Compiler to be able to optimize the binary for my processor. ICC can generate optimized code for the i7 platform (i.e. using up to SSE4.2 instructions) and I would like to take advantage of that. The first relevant error and warning could be these two...

    2010-01-03 18:39:39 UTC by nobody

  • Build fix for FreeBSD

    src/common/Patch.cpp contains a check for BSD when doing a typedef: #if defined(__APPLE__) || defined (BSD) However, the "BSD" variable is undefined on FreeBSD until sys/param.h is included. An easy fix is simply adding the following to the same file: #include <sys/param.h> . After that, the entire application builds successfully. Tested on FreeBSD 8.0 amd64.

    2010-01-03 02:13:42 UTC by okeeblow

  • VBA-M

    spacy51 committed revision 928 to the VBA-M SVN repository, changing 7 files.

    2010-01-02 17:26:26 UTC by spacy51

Our Numbers