diff --git a/Getting-Started.md b/Getting-Started.md index 0bd076a..c36ced3 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -80,10 +80,11 @@ 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. +XQEMU includes limited emulation of the [SEGA Chihiro](http://segaretro.org/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 + + xbox-softmmu/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`