XQEMU Git (2016/01/18) is compiled. XQEMU is a open source, cross-platform emulator for the original Xbox (and Sega Chihiro). It is currently in very early stages of development. XQEMU is built on-top of QEMU.
XQEMU Status
* Very little actually works
* Most graphics are broken
* Everything is slow
* No audio
* No networking
XQEMU Git Changelog
* Merge pull request #66 from mborgerson/networking
Add networking support
* Add networking support
This patch adds basic networking capabilities to XQEMU. Currently the
emulation is not exactly hardware-accurate, but is functional enough
for basic packet tx/rx with both the official Microsoft Xbox networking
libraries and NXDK networking libraries.
How to run: Here
Download: XQEMU Git (2016/01/18) x64
Source: Here
2016-01-18
I had a question, I put everything in the folder and game.iso, but get black screen. How do i fix it?
ReplyDeleteDo you have the xbox bios, mcpx1.0 and probably a xbox harddrive image loaded as command arguments? just running Xqemu.exe wont work.
ReplyDeletetry making a .bat file (batch file in windows ;) )
qemu-system-xbox -cpu pentium3 -machine xbox,bootrom=mcpx_rom.bin -m 64 -drive file=xbox_harddisk.qcow2,index=0,media=disk,locked=on -drive index=1,media=cdrom -bios xbox_bios.bin -usb -device usb-hub,bus=usb-bus.0,port=3 -device usb-xbox-gamepad,bus=usb-bus.0,port=3.2
and make sure to follow the "tutorial" on that github website. DONT spam the makers, they realt work hard and under Linux its waay faster than windows (I have a i7 and dunno, windows 10 runs this slow and under Linux (arch) its slightly playable :D No sound, and no official networking yet.