mirror of https://github.com/xqemu/xqemu.git
Updated Getting Started (markdown)
parent
be70a593a0
commit
e804d70758
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue