Skip to content

Commit

Permalink
Merge branch 'master' of github.com:drx/kiwi
Browse files Browse the repository at this point in the history
  • Loading branch information
drx committed Aug 27, 2017
2 parents e75b444 + 5eac2fa commit 20579c8
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,29 @@
# Kiwi
# 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)

Kiwi is a simple Sega Genesis emulator.

<table><tr><td align="center"><img src="/images/kiwi.gif?raw=true"><br>Kiwi in action</td></tr></table>

## Quick start
### Quick start

1. Clone the repo (`git clone git://github.com/drx/kiwi.git`) or [download the latest version](https://github.com/drx/kiwi/zipball/master).
2. Run make.
1. `git clone git://github.com/drx/kiwi.git` or [download the latest version](https://github.com/drx/kiwi/zipball/master)
2. `$ brew install qt@4` (macOS)<br>`$ sudo apt-get install libqt4-dev` (Linux)
2. `$ pip install PySide`
2. `$ make`
3. `$ ./kiwi.py`

## Requirements
### Requirements

* clang/gcc, make, python
* pyside
* clang/gcc, make, Python 2.7
* Qt 4, PySide

## Acknowledgements
### Acknowledgements

* The [hqx library](http://code.google.com/p/hqx/) is by Maxim Stepin and Cameron Zemek
* The Musashi library is by Karl Stenerud

### Notes

* Kiwi was written in 2013, with some bugs fixed and tests added more recently.
* There is no sound support. The Z80 processor is handled by dummy code. Some games do not work at all because of this.
* Tested on Linux and macOS.

0 comments on commit 20579c8

Please sign in to comment.