Updated Getting Started (markdown)

espes 2016-12-30 13:11:07 +01:00
parent be70a593a0
commit e804d70758
1 changed files with 3 additions and 2 deletions

@ -80,10 +80,11 @@ To run a game from a Xbox DVD image you must specify a `file` for the DVD device
## Chihiro ## 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... 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 ## 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`