Updated Getting Started (markdown)

espes 2016-12-30 13:10:37 +01:00
parent 20aa9d0db8
commit be70a593a0
1 changed files with 7 additions and 0 deletions

@ -78,6 +78,13 @@ To skip the Xbox logo animation you can pass `short_animation` to the -machine o
To run a game from a Xbox DVD image you must specify a `file` for the DVD device To run a game from a Xbox DVD image you must specify a `file` for the DVD device
## Chihiro
XQEMU includes limited emulation of the SEGA Chihiro. Currently it doesn't make it past SegaBoot.
To emulate a Chihiro, launch XQEMU with something like...
qemu-system-xbox -cpu pentium3 -machine chihiro,mediaboard_rom=mediaboard_rom.bin -m 128 -bios chihiro_xbox_bios.bin
## Debugging Tips ## Debugging Tips
* QEMU can host a gdb stub! Launch with ```-s -S```, and with gdb run `target remote localhost:1234` * QEMU can host a gdb stub! Launch with ```-s -S```, and with gdb run `target remote localhost:1234`
* Protip: You can also attach to it with [IDA](https://www.hex-rays.com/products/ida/) if you're so inclined. You can then load in a database if you export it as a IDC script! * Protip: You can also attach to it with [IDA](https://www.hex-rays.com/products/ida/) if you're so inclined. You can then load in a database if you export it as a IDC script!