File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed
Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change 1- # Kiwi
1+ # Kiwi& nbsp ;& nbsp ;& nbsp ;& nbsp ; [ ![ Travis ] ( https://img.shields.io/travis/drx/kiwi.svg )] ( https://travis-ci.org/drx/kiwi ) [ ![ Coveralls ] ( https://img.shields.io/coveralls/drx/kiwi.svg )] ( https://coveralls.io/github/drx/kiwi )
22
33Kiwi is a simple Sega Genesis emulator.
44
55<table ><tr ><td align =" center " ><img src =" /images/kiwi.gif?raw=true " ><br >Kiwi in action</td ></tr ></table >
66
7- ## Quick start
7+ ### Quick start
88
9- 1 . Clone the repo (` git clone git://github.com/drx/kiwi.git ` ) or [ download the latest version] ( https://github.com/drx/kiwi/zipball/master ) .
10- 2 . Run make.
9+ 1 . ` git clone git://github.com/drx/kiwi.git ` or [ download the latest version] ( https://github.com/drx/kiwi/zipball/master )
10+ 2 . ` $ brew install qt@4 ` (macOS)<br >` $ sudo apt-get install libqt4-dev ` (Linux)
11+ 2 . ` $ pip install PySide `
12+ 2 . ` $ make `
11133 . ` $ ./kiwi.py `
1214
13- ## Requirements
15+ ### Requirements
1416
15- * clang/gcc, make, python
16- * pyside
17+ * clang/gcc, make, Python 2.7
18+ * Qt 4, PySide
1719
18- ## Acknowledgements
20+ ### Acknowledgements
1921
2022* The [ hqx library] ( http://code.google.com/p/hqx/ ) is by Maxim Stepin and Cameron Zemek
2123* The Musashi library is by Karl Stenerud
24+
25+ ### Notes
26+
27+ * Kiwi was written in 2013, with some bugs fixed and tests added more recently.
28+ * There is no sound support. The Z80 processor is handled by dummy code. Some games do not work at all because of this.
29+ * Tested on Linux and macOS.
You can’t perform that action at this time.
0 commit comments