Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.62 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.62 KB

XBENext

Image of XBENext

Experimental emulator for the original Microsoft Xbox video game system.

Installation

Downloading Source Code:

XBENext takes advantage of GIT submodules. Use the command below to download the source and related libraries

git clone --recursive https://github.com/LoveMHz/XBENext.git

Usage

TODO: Write usage instructions

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

TODO: Write history

Credits

espes - For his orginal work on XQEmu, the first QEmu based emulator for the orginal Xbox.

JayFoxRox - For his work on XQEmu.

blueshogun - Mentor, and inspriation to work on Xbox emulation.

License

Copyright (C) 2015 Dustin Holden

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.