An open API service indexing awesome lists of open source software.

https://github.com/aayes89/xbox360emu

Java PPC emulator for Xbox 360
https://github.com/aayes89/xbox360emu

emulation java ppc xbox360

Last synced: about 1 month ago
JSON representation

Java PPC emulator for Xbox 360

Awesome Lists containing this project

README

          

# XBOX360Emu
Java PPC emulator for Xbox 360. Actively in development

For those who say it's not possible, the intention is to complete this emulator in a language uncommon for these purposes and then port it to other supported platforms (Android, Web, etc.).

It's necessary to thoroughly debug each set of instructions so that the interpretation is 100% correct, using a modular, scalable, and best-practice style (in most cases).

# Implemented
* Display and Framebuffer support with Java native and OpenGL (JOGL)
* MemoryDevice and RAM
* CPU (supporting most instructions and opcodes )
* Files (ELF32, ELF64 and RAW)

# TO DO
* Controllers (joystick support)
* SMC support
* NAND support
* Hard disk and USB management
* Improve coding to make it cleaner and more debuggable

# Disclaimer
This is a parallel project of Xenon, it is not related in any way to the aforementioned.

# Capture
![xbox360Fb](https://github.com/user-attachments/assets/c5493f10-4aa7-499b-a8c5-61791e30e768)