From e804d707581c1a545a9c4732f2af2d22acdd81f4 Mon Sep 17 00:00:00 2001 From: espes Date: Fri, 30 Dec 2016 13:11:07 +0100 Subject: [PATCH] Updated Getting Started (markdown) --- Getting-Started.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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`