diff --git a/Getting-Started.md b/Getting-Started.md index 85a9d59..0bd076a 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -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 +## 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 * 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!