Skip to content

Commit 20579c8

Browse files
committed
Merge branch 'master' of github.com:drx/kiwi
2 parents e75b444 + 5eac2fa commit 20579c8

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

README.md

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,29 @@
1-
# Kiwi
1+
# 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

33
Kiwi 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`
1113
3. `$ ./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.

0 commit comments

Comments
 (0)