Results 1 to 5 of 5

Thread: Gameboy Advance programming

  1. #1

    Gameboy Advance programming

    Hey I found http://www.gbadev.org and those guys make C/C++/ASM games for GBA. It's cool stuff but I am wondering if there is a way to do this in Delphi. If anyone knows or wants to help me figure out a way then feel free the speak.
    -AOTA Head Programmer
    <br />www.aotaonline.com
    <br />LiquidIce@aotaonline.om

  2. #2

    Gameboy Advance programming

    The only whay I am aware of creating a GBA game in delphi is to write your own GBA compiler/linker.

    But I could be wrong.

    -Jeremy

  3. #3

    Gameboy Advance programming

    I looked up some info and found that the free pascal compiler will support arm.

    But the only problem is that at the current rate of development that could be a year or more away... :?

    -Jeremy

  4. #4
    Co-Founder / PGD Elder WILL's Avatar
    Join Date
    Apr 2003
    Location
    Canada
    Posts
    6,107
    Blog Entries
    25

    Gameboy Advance programming

    If the compiler/linker is open source it could be translated.

    Then again you'd have to use C anyways, unless you write a compiler of your own anyways.
    Jason McMillen
    Pascal Game Development
    Co-Founder





  5. #5

    Gameboy Advance programming

    Hi,

    I have also looked in to Gameboy advanced programming, infact i had started to build a dev kit, with multi language support C,Pascal and asm.
    I havnt looked at free pascal but GNU Pascal compiler can compile to ARM but im not completly sure if it is the right version for the ARM used in the gameboy :s Its something i was going to look at, at another date!

    The GNU Pascal page is :: http://www.gnu-pascal.de/gpc/h-index.html
    M109uk
    <br />--------------------------------------------------------
    <br />www.pulse-soft.oneuk.com

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •