mirror of https://github.com/xemu-project/xemu.git
Updated Home (markdown)
parent
52d53942dd
commit
7ed2e1e553
24
Home.md
24
Home.md
|
@ -1,3 +1,5 @@
|
|||
<a id="content-top"></a>
|
||||
|
||||
<!-- <img src=https://i.imgur.com/lf2KlyN.png height=200 /> -->
|
||||
<img src=https://i.imgur.com/3bztvmH.png />
|
||||
<br /><br />
|
||||
|
@ -114,10 +116,10 @@ xemu is a low-level, full-system emulator which emulates the actual hardware of
|
|||
the Xbox; this means that in order to actually run xemu, you must have a copy
|
||||
of the stuff that a real Xbox needs when it turns on:
|
||||
|
||||
1. The MCPX Boot ROM image
|
||||
2. The flash ROM image (aka *BIOS*)
|
||||
3. A properly-formatted hard disk drive image
|
||||
4. Game disc image(s)
|
||||
1. [The MCPX Boot ROM image](#mcpx-boot-rom-image)
|
||||
2. [The flash ROM image (aka *BIOS*)](#flash-rom-image-aka-bioskernel)
|
||||
3. [A properly-formatted hard disk drive image](#hard-disk-drive-image)
|
||||
4. [Game disc image(s)](#game-disc-images)
|
||||
|
||||
Unfortunately, distributing some of these items would violate copyright laws, so
|
||||
you'll need to acquire them on your own.
|
||||
|
@ -179,6 +181,20 @@ file can be used as-is with xemu.
|
|||
You can also create an Xbox hard-disk image using XboxHDM. Directions on how
|
||||
to do this [can be found here](https://github.com/xqemu/xqemu-hdd-image).
|
||||
|
||||
#### Game Disc Images
|
||||
|
||||
xemu requires game discs to be in the form of ".iso" disc images. You can
|
||||
backup your legally purchased games by:
|
||||
|
||||
* Using a real Xbox with a custom dashboard to transfer the game files to your
|
||||
computer over FTP.
|
||||
* Purchasing and using a special, reflashed DVD drive. [More details here](http://wiki.redump.org/index.php?title=Microsoft_Xbox_and_Xbox_360_Dumping_Guide).
|
||||
|
||||
You can create an iso image using [extract-xiso](https://github.com/XboxDev/extract-xiso) (command-line only).
|
||||
|
||||
I've found an issue, what do I do?
|
||||
----------------------------------
|
||||
Great! Please do not file any GitHub issues at the moment, as I need to create the issue templates before hand. Instead, come chat on the Discord server linked at the top and we can do an early diagnosis of the issue. If necessary, we can catalog the issue for further exploration.
|
||||
|
||||
---
|
||||
<a href="#content-top">Return to Top</a>
|
||||
|
|
Loading…
Reference in New Issue