File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# Kiwi  ;  ;  ;  ; [ ![ 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
3-
4-
53Kiwi is a simple Sega Genesis emulator.
64
75<table ><tr ><td align =" center " ><img src =" /images/kiwi.gif?raw=true " ><br >Kiwi in action</td ></tr ></table >
86
9- ## Quick start
7+ ### Quick start
108
1191 . ` git clone git://github.com/drx/kiwi.git ` or [ download the latest version] ( https://github.com/drx/kiwi/zipball/master )
12102 . ` $ brew install qt@4 ` (macOS)<br >` $ sudo apt-get install libqt4-dev ` (Linux)
13112 . ` $ pip install PySide `
14122 . ` $ make `
15133 . ` $ ./kiwi.py `
1614
17- ## Requirements
15+ ### Requirements
1816
1917* clang/gcc, make, Python 2.7
2018* Qt 4, PySide
2119
22- ## Acknowledgements
20+ ### Acknowledgements
2321
2422* The [ hqx library] ( http://code.google.com/p/hqx/ ) is by Maxim Stepin and Cameron Zemek
2523* 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