Search the web
Sign In
New User? Sign Up
gbadev
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 14933 - 14962 of 15019   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#14962 From: Jake Johnson <jakejohnson2431@...>
Date: Sun Jan 8, 2006 2:10 pm
Subject: XBOO cable
jakejohnson2431
Offline Offline
Send Email Send Email
 
Hi, I have made an XBOO cable and am having trouble getting it to work. I have tested the cable since I constructed it and the multi-meter verifies that it is built right. I am using WIN XP and the XBOO communicator with user port. The userport.sys has been placed in the right directory and the port I am accessing is 0378-037F(which is my parallel port). When I try to use the XBOO communicator it tells me that the gba is not responding. Does anyone else use this? Any ideas?
 
Thanks,
Jake


Yahoo! Photos – Showcase holiday pictures in hardcover
Photo Books. You design it and we’ll bind it!

#14961 From: Dennis Munsie <dmunsie@...>
Date: Fri Dec 23, 2005 6:34 am
Subject: Re: GBA Simple Serial Interface to GPS
bea_dennis
Offline Offline
Send Email Send Email
 
He probably would want to use UART mode.  The only issue would be
making sure the voltages match up.

He could do it general purpose mode, but it requires way too much CPU
time.  The UART mode could trigger an interrupt when something was
ready to be read.

dennis


On Dec 22, 2005, at 8:16 PM, Keith Epstein wrote:

> Mike,
>
>  I found this website to be very helpful.
> http://www.robmeerman.co.uk/project.  Download the report disc
> content, and
> look for the source code for the serial interface.  It tells you
> how to put
> the serial port into multi-purpose mode, and set each of the 4
> digital lines
> to the values you want.  You'll need to write a function that reads
> the
> states of the digital lines.
>
> Keith
>
> On 12/22/05, mlablan1 <mrl1@...> wrote:
>>
>>  I am very new to GBA programming, but would like to build an
>> application that links a GBA to a Garmin GPS that I have.
>>
>> I have found a couple of sites that present this type of application,
>> but none of them share the C code segments required for the GBA to
>> receive the NMEA packets into variables in the code.
>>
>> Can anyone help me with some example code?
>>
>> Thanks in advance for any help...
>>
>> Mike
>>
>>
>>
>>
>>
>>
>>
>>  SPONSORED LINKS
>>   Nintendo game boy ds<http://groups.yahoo.com/gads?t=ms&k=Nintendo
>> +game+boy+ds&w1=Nintendo+game+boy+ds&w2=Nintendo&w3=Nintendo+ds
>> +games&w4=Gameboy+advance&w5=Gameboy+advance+games&w6=Nintendo
>> +games&c=6&s=131&.sig=uDpmm3k7zlUDkHuAWjyy8A>
>> Nintendo<http://groups.yahoo.com/gads?t=ms&k=Nintendo&w1=Nintendo
>> +game+boy+ds&w2=Nintendo&w3=Nintendo+ds+games&w4=Gameboy
>> +advance&w5=Gameboy+advance+games&w6=Nintendo
>> +games&c=6&s=131&.sig=ES6mXOv2hc3dnnnK-mrIXw>  Nintendo
>> ds games<http://groups.yahoo.com/gads?t=ms&k=Nintendo+ds
>> +games&w1=Nintendo+game+boy+ds&w2=Nintendo&w3=Nintendo+ds
>> +games&w4=Gameboy+advance&w5=Gameboy+advance+games&w6=Nintendo
>> +games&c=6&s=131&.sig=yL6GMkTPPqz0c8OCv5AbvA>   Gameboy
>> advance<http://groups.yahoo.com/gads?t=ms&k=Gameboy
>> +advance&w1=Nintendo+game+boy+ds&w2=Nintendo&w3=Nintendo+ds
>> +games&w4=Gameboy+advance&w5=Gameboy+advance+games&w6=Nintendo
>> +games&c=6&s=131&.sig=z0etQyeQgYsT1imFS_vI_g>  Gameboy
>> advance games<http://groups.yahoo.com/gads?t=ms&k=Gameboy+advance
>> +games&w1=Nintendo+game+boy+ds&w2=Nintendo&w3=Nintendo+ds
>> +games&w4=Gameboy+advance&w5=Gameboy+advance+games&w6=Nintendo
>> +games&c=6&s=131&.sig=ORIkoNHTnpaq-HTIUp1DWA>  Nintendo
>> games<http://groups.yahoo.com/gads?t=ms&k=Nintendo
>> +games&w1=Nintendo+game+boy+ds&w2=Nintendo&w3=Nintendo+ds
>> +games&w4=Gameboy+advance&w5=Gameboy+advance+games&w6=Nintendo
>> +games&c=6&s=131&.sig=fxIu3FuhwbLGwAWClS6OPw>
>>  ------------------------------
>> YAHOO! GROUPS LINKS
>>
>>
>>    -  Visit your group "gbadev <http://groups.yahoo.com/group/
>> gbadev>"
>>    on the web.
>>
>>    -  To unsubscribe from this group, send an email to:
>>     gbadev-unsubscribe@yahoogroups.com<gbadev-
>> unsubscribe@yahoogroups.com?subject=Unsubscribe>
>>
>>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>>    Service <http://docs.yahoo.com/info/terms/>.
>>
>>
>>  ------------------------------
>>
>
>
>
>
>
> ------------------------ Yahoo! Groups Sponsor --------------------
> ~-->
> Get fast access to your favorite Yahoo! Groups. Make Yahoo! your
> home page
> http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/cPRolB/TM
> --------------------------------------------------------------------
> ~->
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>

#14960 From: Keith Epstein <keithepstein@...>
Date: Fri Dec 23, 2005 1:16 am
Subject: Re: GBA Simple Serial Interface to GPS
keithrepstein
Offline Offline
Send Email Send Email
 
Mike,

  I found this website to be very helpful.
http://www.robmeerman.co.uk/project.  Download the report disc content, and
look for the source code for the serial interface.  It tells you how to put
the serial port into multi-purpose mode, and set each of the 4 digital lines
to the values you want.  You'll need to write a function that reads the
states of the digital lines.

Keith

On 12/22/05, mlablan1 <mrl1@...> wrote:
>
>  I am very new to GBA programming, but would like to build an
> application that links a GBA to a Garmin GPS that I have.
>
> I have found a couple of sites that present this type of application,
> but none of them share the C code segments required for the GBA to
> receive the NMEA packets into variables in the code.
>
> Can anyone help me with some example code?
>
> Thanks in advance for any help...
>
> Mike
>
>
>
>
>
>
>
>  SPONSORED LINKS
>   Nintendo game boy
ds<http://groups.yahoo.com/gads?t=ms&k=Nintendo+game+boy+ds&w1=Nintendo+game+boy\
+ds&w2=Nintendo&w3=Nintendo+ds+games&w4=Gameboy+advance&w5=Gameboy+advance+games\
&w6=Nintendo+games&c=6&s=131&.sig=uDpmm3k7zlUDkHuAWjyy8A>
>
Nintendo<http://groups.yahoo.com/gads?t=ms&k=Nintendo&w1=Nintendo+game+boy+ds&w2\
=Nintendo&w3=Nintendo+ds+games&w4=Gameboy+advance&w5=Gameboy+advance+games&w6=Ni\
ntendo+games&c=6&s=131&.sig=ES6mXOv2hc3dnnnK-mrIXw>  Nintendo
> ds
games<http://groups.yahoo.com/gads?t=ms&k=Nintendo+ds+games&w1=Nintendo+game+boy\
+ds&w2=Nintendo&w3=Nintendo+ds+games&w4=Gameboy+advance&w5=Gameboy+advance+games\
&w6=Nintendo+games&c=6&s=131&.sig=yL6GMkTPPqz0c8OCv5AbvA>   Gameboy
>
advance<http://groups.yahoo.com/gads?t=ms&k=Gameboy+advance&w1=Nintendo+game+boy\
+ds&w2=Nintendo&w3=Nintendo+ds+games&w4=Gameboy+advance&w5=Gameboy+advance+games\
&w6=Nintendo+games&c=6&s=131&.sig=z0etQyeQgYsT1imFS_vI_g>  Gameboy
> advance
games<http://groups.yahoo.com/gads?t=ms&k=Gameboy+advance+games&w1=Nintendo+game\
+boy+ds&w2=Nintendo&w3=Nintendo+ds+games&w4=Gameboy+advance&w5=Gameboy+advance+g\
ames&w6=Nintendo+games&c=6&s=131&.sig=ORIkoNHTnpaq-HTIUp1DWA>  Nintendo
>
games<http://groups.yahoo.com/gads?t=ms&k=Nintendo+games&w1=Nintendo+game+boy+ds\
&w2=Nintendo&w3=Nintendo+ds+games&w4=Gameboy+advance&w5=Gameboy+advance+games&w6\
=Nintendo+games&c=6&s=131&.sig=fxIu3FuhwbLGwAWClS6OPw>
>  ------------------------------
> YAHOO! GROUPS LINKS
>
>
>    -  Visit your group "gbadev <http://groups.yahoo.com/group/gbadev>"
>    on the web.
>
>    -  To unsubscribe from this group, send an email to:
>    
gbadev-unsubscribe@yahoogroups.com<gbadev-unsubscribe@yahoogroups.com?subject=Un\
subscribe>
>
>    -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>    Service <http://docs.yahoo.com/info/terms/>.
>
>
>  ------------------------------
>

#14959 From: "mlablan1" <mrl1@...>
Date: Thu Dec 22, 2005 10:28 pm
Subject: GBA Simple Serial Interface to GPS
mlablan1
Offline Offline
Send Email Send Email
 
I am very new to GBA programming, but would like to build an
application that links a GBA to a Garmin GPS that I have.

I have found a couple of sites that present this type of application,
but none of them share the C code segments required for the GBA to
receive the NMEA packets into variables in the code.

Can anyone help me with some example code?

Thanks in advance for any help...

Mike

#14958 From: "Vital" <vitalhb@...>
Date: Thu Dec 1, 2005 6:57 pm
Subject: Re: Multi-tasking kernel
vitalhb
Offline Offline
Send Email Send Email
 
Thanks for all who replied.

I remembered that I had the book "MicroC/OS-II", so I selected
uC/OS-II, from Micrium. My application is not commercial (so far), so
I can use the version that comes with the book.

I tried to use eCos but it almost drove me crazy to configure those
endless parameters. It is not for mere mortals, even the Charmed Labs
version.

Vital

--- In gbadev@yahoogroups.com, "Greg Holdren" <greghol@s...> wrote:
>
> For the GBA, eCos:
>
> http://www.charmedlabs.com/
>
>
> ----- Original Message -----
> From: "Vital" <vitalhb@u...>
> To: <gbadev@yahoogroups.com>
> Sent: Tuesday, November 22, 2005 5:57 AM
> Subject: [gbadev] Multi-tasking kernel
>
>
> > Hello,
> >
> > Does anybody know a free multi-tasking kernel for the GBA?
> > It can be either preemptive or collaborative but must be light weight
> > and fast.
> >
> > thanks in advance,
> > Vital
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
>

#14957 From: "Greg Holdren" <greghol@...>
Date: Sun Nov 27, 2005 8:16 pm
Subject: Re: Multi-tasking kernel
gregholdren
Offline Offline
Send Email Send Email
 
For the GBA, eCos:

http://www.charmedlabs.com/


----- Original Message -----
From: "Vital" <vitalhb@...>
To: <gbadev@yahoogroups.com>
Sent: Tuesday, November 22, 2005 5:57 AM
Subject: [gbadev] Multi-tasking kernel


> Hello,
>
> Does anybody know a free multi-tasking kernel for the GBA?
> It can be either preemptive or collaborative but must be light weight
> and fast.
>
> thanks in advance,
> Vital
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>

#14956 From: Gilgamesh <gilgamesh@...>
Date: Fri Nov 25, 2005 10:42 pm
Subject: Re: Internet
gilgameshkun
Online Now Online Now
Send Email Send Email
 
Maybe he doesn't need to.  Maybe what he wants is an HTML browser that
derives its URL data from a file database encoded into ROM.

- Gilgamesh

Palamon 3 wrote:

>How do you intend to connect to the internet?
>
>
>--- yodskywlkr <yodskywlkr@...> wrote:
>
>
>
>>Has any one tried to make a intenet browser for the
>>gba
>>
>>

#14955 From: Palamon 3 <palamon_3@...>
Date: Fri Nov 25, 2005 9:12 pm
Subject: Re: Internet
palamon_3
Offline Offline
Send Email Send Email
 
How do you intend to connect to the internet?


--- yodskywlkr <yodskywlkr@...> wrote:

> Has any one tried to make a intenet browser for the
> gba
>
>
>
>
>
>
>





__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

#14954 From: "yodskywlkr" <yodskywlkr@...>
Date: Fri Nov 25, 2005 1:07 pm
Subject: Internet
yodskywlkr
Offline Offline
Send Email Send Email
 
Has any one tried to make a intenet browser for the gba

#14953 From: Nicolas Wack <nwack@...>
Date: Wed Nov 23, 2005 7:17 pm
Subject: Re: Multi-tasking kernel
wackes
Offline Offline
Send Email Send Email
 
Hello,

I don't know if that will suit your needs (it's not exactly a kernel)
but you may find it useful:

http://www.sics.se/~adam/pt/

It's basically very light-weight stackless threads, and it is released
under a BSD-style license.

Hope this helps!

Nicolas.

Vital wrote:
> Hello,
>
> Does anybody know a free multi-tasking kernel for the GBA?
> It can be either preemptive or collaborative but must be light weight
> and fast.
>
> thanks in advance,
> Vital
>
>
>
>
>
>
>
>
>
> Yahoo! Groups Links
>
>
>
>
>
>
>
>
>

#14952 From: "Vital" <vitalhb@...>
Date: Tue Nov 22, 2005 1:57 pm
Subject: Multi-tasking kernel
vitalhb
Offline Offline
Send Email Send Email
 
Hello,

Does anybody know a free multi-tasking kernel for the GBA?
It can be either preemptive or collaborative but must be light weight
and fast.

thanks in advance,
Vital

#14951 From: "Jonathan Perret" <jonathan.perret@...>
Date: Tue Oct 25, 2005 11:41 am
Subject: Re: Xboo Source Code (again)
jonathan.perret@...
Send Email Send Email
 
I am not the author of Xboo, but I did reverse-engineer it with the
help of a disassembler (more than 2 years ago !), and for
a time I dabbled with the possibilities of the cable beyond
just cart transfer. I've regrouped the results of my work
in the attached zip file. I hope it goes through the mailing list,
otherwise just ask and I'll send it directly.

Cheers,
--Jonathan

----- Original Message -----
From: "Vital" <vitalhb@...>
To: <gbadev@yahoogroups.com>
Sent: Friday, October 21, 2005 4:03 PM
Subject: [lists] [gbadev] Xboo Source Code (again)


> Hello,
>
> I found an old message in this list asking for the source code of the
> Xboo program, but the link mentioned in the answer is no longer active.
> Does anybody have the source code to kindly provide me?
>
> thanks,
> Vital
>

#14950 From: "Vital" <vitalhb@...>
Date: Fri Oct 21, 2005 2:03 pm
Subject: Xboo Source Code (again)
vitalhb
Offline Offline
Send Email Send Email
 
Hello,

I found an old message in this list asking for the source code of the
Xboo program, but the link mentioned in the answer is no longer active.
Does anybody have the source code to kindly provide me?

thanks,
Vital

#14949 From: Dave Murphy <wintermute2k4@...>
Date: Thu Aug 4, 2005 11:48 pm
Subject: devkitARM release 15 now available
gameboy_dave
Online Now Online Now
Send Email Send Email
 
http://devkitpro.sourceforge.net/

* gcc updated to 4.0.1
* ndstool updated to v1.22
* base_rules bin2o now uses bin2s
* bin2s updated to exclude file path from labels

#14948 From: Dave Murphy <wintermute2k4@...>
Date: Sun Jul 24, 2005 12:59 pm
Subject: devkitPro candidate 4.0.1 releases
gameboy_dave
Online Now Online Now
Send Email Send Email
 
The devkitPro team are proud to announce the addition of candidate
releases of all three toolchains using gcc 4.0.1. Details may be found
at http://devkitpro.sourceforge.net/

Dave

#14947 From: David Rorex <drorex@...>
Date: Fri Jul 22, 2005 4:58 pm
Subject: Re: Digest Number 1399
josath
Offline Offline
Send Email Send Email
 
>    Date: Thu, 21 Jul 2005 06:56:38 -0000
>    From: "salvodif" <salvatore.difazio@...>
> Subject: Re: how to configure devkitadv for GNU/Linux
>
> --- In gbadev@yahoogroups.com, "Mike \"BigRedPimp\" Parks"
> <bigredpimp@p...> wrote:
> > http://devkitpro.sf.net/ might be a better way to go. devkitAdv is a
> bit
> > out of date.
>
> Ah!
> And where can I find a good tutorial to install devkitproARM in a
> Linux Desktop?
>

It's very very easy to install:
1. Download devkitarm
2. Decompress somewhere (mine is in /home/davidr/devkitarm/ )
3. add devkitarm/bin to your path

That's it for installing! From then on, most gba tutorials will work,
as long as they use makefiles (and not the cursed .bat files).

Here are some GBA Tutorials:
http://drunkencoders.com/index.php?system_id=2&page=Tutorials

-David R

#14946 From: "Jamie" <cosmic4z@...>
Date: Thu Jul 21, 2005 12:12 pm
Subject: GBAtools Tile Quantizer
cosmic4z
Offline Offline
Send Email Send Email
 
Tile Quantizer converts 24 bit images in to 8 bit (256 colour) images
that contain 16 colour tiles (16 palettes of 16 colours each).

This resulting 256 colour image can then be used to grab 16 colour
tiles from.

More info here: www.gbatools.com

#14945 From: "salvodif" <salvatore.difazio@...>
Date: Thu Jul 21, 2005 6:56 am
Subject: Re: how to configure devkitadv for GNU/Linux
salvodif
Offline Offline
Send Email Send Email
 
--- In gbadev@yahoogroups.com, "Mike \"BigRedPimp\" Parks"
<bigredpimp@p...> wrote:
> http://devkitpro.sf.net/ might be a better way to go. devkitAdv is a
bit
> out of date.

Ah!
And where can I find a good tutorial to install devkitproARM in a
Linux Desktop?

#14944 From: "Mike \"BigRedPimp\" Parks" <bigredpimp@...>
Date: Wed Jul 20, 2005 4:25 pm
Subject: Re: how to configure devkitadv for GNU/Linux
biggierp
Online Now Online Now
Send Email Send Email
 
http://devkitpro.sf.net/ might be a better way to go. devkitAdv is a bit
out of date.

salvodif wrote:
> Hi guys,
> I'm looking for a good docs that explain how to install devkitadv (any
> version) in a Linux desktop.
> tnx

#14943 From: "salvodif" <salvatore.difazio@...>
Date: Wed Jul 20, 2005 7:36 am
Subject: how to configure devkitadv for GNU/Linux
salvodif
Offline Offline
Send Email Send Email
 
Hi guys,
I'm looking for a good docs that explain how to install devkitadv (any
version) in a Linux desktop.
tnx

#14942 From: "salvodif" <salvatore.difazio@...>
Date: Tue Jul 19, 2005 11:53 am
Subject: KDevelop3
salvodif
Offline Offline
Send Email Send Email
 
Hi guys,
I would like to know how I can build a gba project.
Yesterday I did try to do that but I didn't build anything, at first
because the KDevelop
didn't find the right compiler (I wrote the complete path in the
project and, after that, KDevelop found the compiler) and after that
because it didn't find the file crt0.s (even if I did write the
complete path)
Can anybody  help me, please?
Tnx

#14941 From: "Vital" <vitalhb@...>
Date: Thu Jul 14, 2005 1:55 pm
Subject: Free software for boundary scan
vitalhb
Offline Offline
Send Email Send Email
 
Hello,

I am working on a personal project that may or may not become
commercial, so I am trying to spend as little money as possible on it.
I am using the EPM570T100 CPLD from altera, and I would like to use
boundary scan to test the board and the firmware.

Does anybody know a free software for boundary scan? any help will be
greatly appreciated.

thanks in advance,
Vital

#14940 From: Dave Murphy <wintermute2k4@...>
Date: Tue Jul 12, 2005 9:56 am
Subject: devkitARM release 14 available
gameboy_dave
Online Now Online Now
Send Email Send Email
 
devkitARM release 14 is now available

ndstool updated to v1.21
ds_arm9 crt0 removed iwram, made 0x02400000 - 0x02800000 non cacheable
ds_arm9 linkscript uninitialised and initialised data go in ewram by
default, sbss section is now in dtcm
gba_crt0 fixed bss clearing
base_rules bin2o macro fixed to no longer require data copy

http://devkitpro.sourceforge.net

#14939 From: Pete Hunt <pete_retep@...>
Date: Wed Jun 29, 2005 3:13 pm
Subject: RE: Re: RS232 level shifter
pete_retep
Offline Offline
Send Email Send Email
 
Here is the link to the web site


http://www.koolgsm.co.uk/product_info-148_48_38+1084.html

Pete
Sipke de Leeuw <s.de.leeuw@...> wrote:
Hi Pete,

Yes, I am still interested!

Best regards,
Sipke
-----Oorspronkelijk bericht-----
Van: gbadev@yahoogroups.com [mailto:gbadev@yahoogroups.com]Namens pete_retep
Verzonden: maandag 27 juni 2005 1:58
Aan: gbadev@yahoogroups.com
Onderwerp: [gbadev] Re: RS232 level shifter


I have found a source for these cables if you are interested


Pete
--- In gbadev@yahoogroups.com, David Voswinkel <d.voswinkel@n...>
wrote:
>
>
> i have never seen such a cable in a shop,
> but you can easliy build one:
>
>
> http://darkfader.net/gba/files/UART.gif
>
> greetz david
> On Thursday 31 March 2005 09:32, Sipke de Leeuw wrote:
> > Hello,
> >
> > I am looking for a RS232 cable that can connect the gameboy
advance serial
> > port to a PC RS232 port. I think that the voltages must be
converted from
> > 0 - +3V to something like -5V - +5V. Does anyone know where a can
buy such
> > a cable with level shifter?
> >
> > Any help will be greatly appreciated.
> >
> >
> > Best regards,
> > Sipke
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >






---------------------------------
Yahoo! Groups Links

    To visit your group on the web, go to:
http://groups.yahoo.com/group/gbadev/

    To unsubscribe from this group, send an email to:
gbadev-unsubscribe@yahoogroups.com

    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



---------------------------------
Yahoo! Messenger NEW - crystal clear PC to PCcalling worldwide with voicemail

#14938 From: "dsprogrammer" <dsprogrammer@...>
Date: Thu Jul 7, 2005 11:19 pm
Subject: need GBA programmer in DFW area
dsprogrammer
Offline Offline
Send Email Send Email
 
We are working on a Nintendo DS project and are in need of an
additional contract programmer for the next two months.  Work can be
performed remotely but does require getting together in person a
couple of times per week.

Interested persons with GBA experience (paid or not) can reply to
DSProgrammer@... with your contact info and qualifications.

#14937 From: "Mike \"BigRedPimp\" Parks" <bigredpimp@...>
Date: Tue Jun 28, 2005 12:18 am
Subject: Re: Re: Getting my maps working in yeti3d !
biggierp
Online Now Online Now
Send Email Send Email
 
I'm going to assume it's due to the fact that the compiled 'e1m1' object
isn't being linked in. It's either that or some bad VisualHAM mojo. Try
compiling it w/ the latest devkitARM ( http://devkitpro.sf.net/ ) and
see if it makes any difference.

bmnb1234 wrote:
> Hi I fixed it but I am getting the same error. I even  created a map
> e1m1.c  using  Yeti3D Editor and replaced it with  the exact same
> name the original e1m1.c  but when I still  got this error
>
>
> : undefined reference to `e1m1'
> make: *** [yeti.elf] Error 1
>
> but when I compile it with original I get no errors.
>
> /gcc-arm/bin/arm-thumb-elf-objcopy.exe  -v -O binary yeti.elf
> yeti.gba
> copy from yeti.elf(elf32-littlearm) to yeti.gba(binary)
> /tools/win32/gbafix.exe yeti.gba  -tyeti
> ROM fixed!
> /tools/win32/vba.exe yeti.gba
>

#14936 From: "Sipke de Leeuw" <s.de.leeuw@...>
Date: Mon Jun 27, 2005 6:20 am
Subject: RE: Re: RS232 level shifter
nospam538
Offline Offline
Send Email Send Email
 
Hi Pete,
 
Yes, I am still interested!
 
Best regards,
Sipke
-----Oorspronkelijk bericht-----
Van: gbadev@yahoogroups.com [mailto:gbadev@yahoogroups.com]Namens pete_retep
Verzonden: maandag 27 juni 2005 1:58
Aan: gbadev@yahoogroups.com
Onderwerp: [gbadev] Re: RS232 level shifter

I have found a source for these cables if you are interested


Pete
--- In gbadev@yahoogroups.com, David Voswinkel <d.voswinkel@n...>
wrote:
>
>
> i have never seen such a cable in a shop,
> but you can easliy build one:
>

> http://darkfader.net/gba/files/UART.gif
>
> greetz david
> On Thursday 31 March 2005 09:32, Sipke de Leeuw wrote:
> > Hello,
> >
> > I am looking for a RS232 cable that can connect the gameboy
advance serial
> > port to a PC RS232 port. I think that the voltages must be
converted from
> > 0 - +3V to something like -5V - +5V. Does anyone know where a can
buy such
> > a cable with level shifter?
> >
> > Any help will be greatly appreciated.
> >
> >
> > Best regards,
> > Sipke
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >





#14935 From: "pete_retep" <pete_retep@...>
Date: Sun Jun 26, 2005 11:57 pm
Subject: Re: RS232 level shifter
pete_retep
Offline Offline
Send Email Send Email
 
I have found a source for these cables if you are interested


Pete
--- In gbadev@yahoogroups.com, David Voswinkel <d.voswinkel@n...>
wrote:
>
>
> i have never seen such a cable in a shop,
> but you can easliy build one:
>
>
> http://darkfader.net/gba/files/UART.gif
>
> greetz david
> On Thursday 31 March 2005 09:32, Sipke de Leeuw wrote:
> > Hello,
> >
> > I am looking for a RS232 cable that can connect the gameboy
advance serial
> > port to a PC RS232 port. I think that the voltages must be
converted from
> > 0 - +3V to something like -5V - +5V. Does anyone know where a can
buy such
> > a cable with level shifter?
> >
> > Any help will be greatly appreciated.
> >
> >
> > Best regards,
> > Sipke
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >

#14934 From: "bmnb1234" <bmnb1234@...>
Date: Sun Jun 26, 2005 9:09 pm
Subject: Re: Getting my maps working in yeti3d !
bmnb1234
Offline Offline
Send Email Send Email
 
Hi I fixed it but I am getting the same error. I even  created a map
e1m1.c  using  Yeti3D Editor and replaced it with  the exact same
name the original e1m1.c  but when I still  got this error


: undefined reference to `e1m1'
make: *** [yeti.elf] Error 1

but when I compile it with original I get no errors.

/gcc-arm/bin/arm-thumb-elf-objcopy.exe  -v -O binary yeti.elf
yeti.gba
copy from yeti.elf(elf32-littlearm) to yeti.gba(binary)
/tools/win32/gbafix.exe yeti.gba  -tyeti
ROM fixed!
/tools/win32/vba.exe yeti.gba






--- In gbadev@yahoogroups.com, "Mike \"BigRedPimp\" Parks"
<bigredpimp@p...> wrote:
> Looks like you forgot to close your function....
>
> yeti_load_map(yeti, &warehouse;
>
> Should be
>
> yeti_load_map(yeti, &warehouse);
>
>
> bmnb1234 wrote:
>
> >I am working a yeti3d pronged when I was able to get it to
compiler
> >using VisualHAM with default map with no problems.
> >
> >But when I replaced with my map warehouse.c I searched all the
code
> >and replaced all entries of e1m1 with warehouse I got the
following
> >errors.
> >
> >../../src/game.c:260: error: parse error before ';' token
> >make: *** [../../src/game.o] Error 1
> >
> >in my yeti.c
> >yeti_load_map(yeti, &warehouse;
> >
> >in my yeti.h
> >extern YETI_ROM rom_map_t warehouse;
> >
> >I then tried to delegate the default map e1m1.c and rename my map
> >e1m1.c and I got this error
> >Message.
> >
> >: undefined reference to `e1m1'
> >
> >
> >I would grateful anyone has any ideas on how to get my maps
working
> >in yeti3d.
> >
> >Thank you for your time!
> >Jason
> >
> >
> >
> >
> >
> >
> >
> >
> >Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >

#14933 From: "Mike \"BigRedPimp\" Parks" <bigredpimp@...>
Date: Fri Jun 24, 2005 5:49 am
Subject: Re: Getting my maps working in yeti3d !
biggierp
Online Now Online Now
Send Email Send Email
 
Looks like you forgot to close your function....

yeti_load_map(yeti, &warehouse;

Should be

yeti_load_map(yeti, &warehouse);


bmnb1234 wrote:

>I am working a yeti3d pronged when I was able to get it to compiler
>using VisualHAM with default map with no problems.
>
>But when I replaced with my map warehouse.c I searched all the code
>and replaced all entries of e1m1 with warehouse I got the following
>errors.
>
>../../src/game.c:260: error: parse error before ';' token
>make: *** [../../src/game.o] Error 1
>
>in my yeti.c
>yeti_load_map(yeti, &warehouse;
>
>in my yeti.h
>extern YETI_ROM rom_map_t warehouse;
>
>I then tried to delegate the default map e1m1.c and rename my map
>e1m1.c and I got this error
>Message.
>
>: undefined reference to `e1m1'
>
>
>I would grateful anyone has any ideas on how to get my maps working
>in yeti3d.
>
>Thank you for your time!
>Jason
>
>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>

Messages 14933 - 14962 of 15019   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help