Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Moderator Hacktarux's Avatar
    Join Date
    Nov 2001
    Location
    France
    Posts
    1,174

    mupen64 0.0.90 source code

    This is the source code of Mupen64 0.0.90.
    -If you want to contribute to the project, please ask me first (this is just to not have many people that are making the same thing...).
    -When you give me new code please comment what you have done and delimit what you have done.
    -Please do not distribute this file, just put links to this message board.
    -If you have any question about the source code you can ask it here

    mupen64 0.0.90 source code



    • Advertising

      advertising
      EmuTalk.net
      has no influence
      on the ads that
      are displayed
        
       

  2. #2
    EmuTalk Member
    Join Date
    Oct 2002
    Location
    somewhere
    Posts
    154

    Source

    Is it possible that you can also post the TR64 source?
    You want to look at it.

  3. #3
    Flare
    Guest
    hmm.....
    i think it W-A-S opensource but now closed

  4. #4
    Moderator
    Join Date
    Nov 2001
    Location
    Oulu, Finland
    Posts
    3,271
    Source is always nice



  5. #5
    Plugin coder / Betatester Falcon4ever's Avatar
    Join Date
    Mar 2002
    Location
    The Netherlands
    Posts
    1,253
    does this source includes the source of the gfx plugin ?

  6. #6
    EmuTalk Member
    Join Date
    Oct 2002
    Location
    somewhere
    Posts
    154

    To the last post

    I just want to turn the 32 bits to 16
    and also try fullscreen thats all.

  7. #7
    Moderator Hacktarux's Avatar
    Join Date
    Nov 2001
    Location
    France
    Posts
    1,174
    I don't know if i can distribute the modified tr64 plugin src code, anyway if someone want to look at it go to the tr64 section of this board download it...

    The plugin is already using 16 bits and if you want to switch to full screen just press f1 key

  8. #8
    EmuTalk Member Fritti's Avatar
    Join Date
    Oct 2002
    Posts
    12

    n64 graphics plugin sources?

    well I got mupen64 to compile after some minor source modifications on my FreeBSD machine but now I don't have any sources for a graphics plugin -> no zelda64 for me

    Does anyone have working sources, or at least a link to the sources of a working plugin?

  9. #9
    Moderator
    Join Date
    Nov 2001
    Location
    Oulu, Finland
    Posts
    3,271
    Would there be a possibility to make a gentoo ebuild? This would be very nice for all gentoo users, including myself
    Code:
    emerge mupen64
    Just typing that, then waiting a few mins for it to download and compile and just be able to run mupen64 and play games would be real nice

    I would make one myself, but I am no good at scripting



  10. #10
    EmuTalk Member
    Join Date
    Feb 2003
    Posts
    1

    Makefile changes for PPC linux.

    To get the latest source to compile on my ibook2 (G3 800mhz) with gcc 3.2.1, I used:

    CC = gcc -O3 -pipe -fsigned-char -mpowerpc-gfxopt -mcpu=750

    To compile on a G4, use the following:

    CC = gcc -O2 -pipe -fsigned-char -mpowerpc-gfxopt -mcpu=7450 -maltivec -mabi=altivec

    (gcc 3.2.x has a bug with -O3 on the g4 apparently...)

    Now. Where can I find some plugins to try the damn thing?

Page 1 of 2 12 LastLast

Posting Permissions

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