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
- Host: GitHub
- URL: https://github.com/aayes89/xbox360emu
- Owner: aayes89
- License: mit
- Created: 2025-05-25T21:16:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-05-25T21:48:35.000Z (5 months ago)
- Last Synced: 2025-05-25T22:29:09.290Z (5 months ago)
- Topics: emulation, java, ppc, xbox360
- Language: Java
- Homepage:
- Size: 6.03 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
