Skip to content

Commit

Permalink
Merge pull request #26 from shadersrs3/main
Browse files Browse the repository at this point in the history
Add more info for Playstation Portable section
  • Loading branch information
VelocityRa authored Aug 8, 2024
2 parents 720e0c6 + cc9d774 commit cf5a57a
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions emudev_resources_systems.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,9 +251,19 @@ There are no "full" tutorials for other systems, so using references will be a b
- [Reverse Engineering PlayStation 4](https://emulation.gametechwiki.com/index.php/PlayStation_4_emulators#Reverse_engineering_PlayStation_4)

## PlayStation Portable
- <http://hitmen.c02.at/files/yapspd/psp_doc/>
- <https://www.ppsspp.org/docs/psp-hardware/>
- [Allegrex Ghidra plugin](https://github.com/kotcrab/ghidra-allegrex)
- Hardware
- <http://hitmen.c02.at/files/yapspd/psp_doc/>
- <https://www.ppsspp.org/docs/psp-hardware/>
- <https://github.com/uofw/upspd/wiki>
- [PSPSDK for writing homebrew](https://pspdev.github.io/pspsdk/index.html)
- [PRXTool](https://github.com/tyranid/prxtool)
- [Texture swizzling](https://forums.ps2dev.org/viewtopic.php?t=3021)
- [VFPU reverse engineering and implementation](https://github.com/jpcsp/jpcsp/blob/master/src/jpcsp/Allegrex/VfpuState.java)
- [Opcode decoding and instruction names](https://github.com/jpcsp/jpcsp/blob/master/src/jpcsp/Allegrex/Instructions.java)
- [Unofficial Firmware, based on reverse engineering by folks from the PSP Homebrew Community](https://github.com/uofw/uofw)
- Plugins for Reverse Engineering
- [Resolve NIDS](https://github.com/pspdev/psp-ghidra-scripts/tree/master)
- [Allegrex Ghidra plugin](https://github.com/kotcrab/ghidra-allegrex)

## Sega Game Gear
- [VDP test ROM](https://www.retrorgb.com/game-gear-vdp-test-software.html)
Expand Down

0 comments on commit cf5a57a

Please sign in to comment.