Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

VitaMips: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "GameBrew!" to "GameBrew")
Line 1: Line 1:
{{#seo:
{{#seo:
|title=Vita Homebrew PC Tools (Developments) - GameBrew!
|title=Vita Homebrew PC Tools (Developments) - GameBrew
|title_mode=append
|title_mode=append
|image=vitamipsvita.jpg
|image=vitamipsvita.jpg

Revision as of 03:37, 5 December 2022

VitaMips
File:Vitamipsvita.jpg
General
AuthorTheFloW
TypeDevelopments
Version2020
LicenseMixed
Last Updated2020/11/15
Links
Download
Source

VitaMips is a sample homebrew that demonstrates how to integrate the MIPS processor into homebrews without the need of a kernel plugin. This capability is beneficial for PS1, PS2 and N64 emulators.

pcbctool

This tool generates a bootcode that can be placed at PSP memory 0x88600000 and executed with sceCompatStart().

Enable PspEmu Capability

To enable PspEmu Capability in homebrews, you need to use 0x2800000000000013 flags in your fself.

Screenshot

File:Vitamipsvita.jpg

Fake PSP license

Thanks to the patch rif_check_psp_patched in taiHEN, it is possible to load fake licenses. A license is required in order for sceCompatStart to succeed.

sceCompat API

The API for PSP compatibility is available at compat.h.

TODO

  • Currently, 64MB of CDRAM is allocated by sceCompat. We don't need that much memory.
  • Implement MIPS baremetal code for interrupt handling.
  • Implement sceKermit code, such that we can use sceCompatWaitIntr, sceCompatInterrupt, sceCompatWaitAndGetRequest and sceCompatReturnValueEx.

Credits

  • All folks behind kirk_engine
  • Davee
  • xerpi

External links

Advertising: