I saw this on another Asian dealer's site. They call it the Afterburner 2, but I have not seen this advertised on the net anywhere else. ...
Rory Savage
rsavage@...
Nov 1, 2002 3:16 pm
13200
Look at this thread: http://www.tritonlabs.com/cgi-bin/ikonboard/ikonboard.cgi?s=3dc2b0ed0c3fffff;act=ST;f=1;t=2436 quote: If you email any of the legitimate...
Yes eMvc4 is a painful download (large), and a painful install (large), and painful to use (gui ide). Then I found where the magic files were: C:\Program...
I have to say I'm extremely impressed with the ADS tools - never did get on well with CodeWarrior though. I'm much more of an UltraEdit and GnuMake fan to be...
I ordered a pre-modded afterburner GBA from Lan Kwei in mid-July and have been patiently waiting for it ever since. As long as Fai Fai at Lan Kwei was...
Apparently, some gbadev list members have had good experiences with Lik Sang and bad experiences with Hong Kong Toys and Lan Kwei. Who has had good or bad...
Has anyone here tried one of the USB versions of the Flash Advance Linkers? If so, what are the speeds like? And most importantly... Does it work on Linux? It...
Well, I have been playing with microsofts eMbedded Visual C (evc) 3.0 and 4.0. Its not going to work as-is as its targeted for WinCE. What I have done is use...
Hi, I am encountering a similar bug of overlapping sections: /usr/local/devkitadv/lib/gcc-lib/arm-agb-elf/3.1/../../../../arm-agb-elf/bin/ld: section .data...
Hi all, To update on my situation, I figured out that: arm-agb-elf-gcc -nostartfiles -T lnkscript crt0.o -o test.elf main.c generates an elf file without any...
Hi, I installed VBA on Redhat and I get: VisualBoyAdvance-SDL version 1.1 Linux version Searching for configuration file at: /home/joey/gbadev/temp Reading...
Hi, We've been experiencing short lock-ups in VBA since the latest update... after a few seconds the emulator freezes and a second (maybe 2) later is continues...
... When Lik-Sang went down (same day?) the Visoly website was gone, replaced with a page saying simply 'In god we trust' Then, more recently, changed to...
... In other words, you're working on a music player based on ADPCM or sub-band audio coding, right? Or is your "compression" really just a MIDI or MOD...
I have been trying to build Jeff Frohweins' Flinker 1.72 on Mac OS 10.1 but I'm getting a lot of errors. Starting with: /usr/bin/ld: Undefined symbols: _inb ...
... but ... The in and out assembler commands are Pentium / clone specific and allow access to hardware ports on the machine. This includes the printer port, ...
James Boulton
jim@...
Nov 5, 2002 10:35 pm
13219
note that the cc that comes with MacOSX is quite "custom". It is based on GCC, but doens't have much to do with it anymore... If you want to try to build it,...
ePAc
epac@...
Nov 5, 2002 10:36 pm
13220
... Those functions contain x86 instructions that write directly to an I/O location on a PC, such as a parallel port. On the Mac, you may have to talk to some...
Hey guys, I'm working on my first professional project via contract at the moment. (Yay me!) Anyway, I'm trying to decide on the best way to implement...
... I don't know ... I can confirm that it doesn't work on anything less than W2K as it is the sole reason I baught XPpro earlier this year when I had to write...
... MCOP stands for Multicast Control Protocol. It's used in KDE's aRTs soundserver to protect again multicast vulnerability. Nothing to do with vba though. ...
mael
mael@...
Nov 5, 2002 10:40 pm
13224
Hello gbadev-ers. I'm curious how people are setting up their makefiles for their projects and thoughts on why they feel a certain implementation is ...
First let me rephrase a bit what you seem to have said below... You plan to have m maps, and within each map you may have n scripts. You could think of each...
... For an extremely simple project such as a one-trick tech demo, I use a "mk.bat" file: === begin d:/gbadev/simple-dsound/mk.bat === @echo off echo ===...
I use makefiles, exclusively. I also have complex makefiles that build my tools and libraries. But it can be automated a bit better than what you suggest...
Mike Schwartz
mykes@...
Nov 6, 2002 9:32 am
13228
grrrr I dont understand what to do with this warning: Warrning: Failed to find real start of function: xyz running under cygwin: GNU assembler version 2.13...