Search results

  1. Frederic

    The PicBox !

    I'm so sorry to announce that Open64 project is quite dead. Too much work to do, not enough time to code, problems with internet connection ... But it's not dead ! So instead, to make you wait a while, I have a great project to share. I let you discover, the website is underconstruction but I...
  2. Frederic

    Open64 -> Not dead !

    Excuse me, Excuse me for those who believed that open64 project was dead ! I was just in holyday and I haven't let news and information about the state of the devel to my partners so they thought that it was over ... In fact the project is a little bit stressy ... And I'm not feeling very well...
  3. Frederic

    A beta tester !

    We are thinking about having a beta tester in our devel team ... If you are interrested by this proposition you need to : -Know C/Cpp programming language -Know well the N64 system (hardware) and the N64 asm -Be free and have a lot of time to spare ! -Don't be afraid by skype and our accent...
  4. Frederic

    N64 Debugger ?

    Is there any N64 compiled emulator with a true debugger ? I know that PJ64 has debug sources but I can't compile it, I haven't got VCC. Does someone have a solution ?
  5. Frederic

    Problems with Storing Loading memory.

    I know I don't have to post it here but I don't know where else. (Please to be indulgent) * Value = *(BYTE *)(RSPInfo.DMEM + ((Addr ^ 3) & 0xFFF)) ; I'm asking my self for the ^ 3 operation. What is the aim of this operation ? Where are TLB routines ?
  6. Frederic

    Problem Cop0MF/MT

    Hello, I'm Frederic and I'm creating my own N64 emulator by viewing and reading all the docs I have. I think I have found a bug in PJ64 interpretor source code, at Cop0 MF/MT level : That is your code : void RSP_Cop0_MF (void) { switch (RSPOpC.rd) { case 4: RSP_GPR[RSPOpC.rt].UW =...

Top