All Projects → drx → Kiwi

drx / Kiwi

Licence: other
A simple Sega Genesis emulator

Programming Languages

python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Kiwi

Sameboy
Game Boy and Game Boy Color emulator written in C
Stars: ✭ 732 (+5128.57%)
Mutual labels:  emulator
Cloud Functions Emulator
A local emulator for deploying, running, and debugging Google Cloud Functions.
Stars: ✭ 836 (+5871.43%)
Mutual labels:  emulator
Vba M Nx
WIP full featured port of VBA-M for Nintendo Switch
Stars: ✭ 11 (-21.43%)
Mutual labels:  emulator
Assembler Simulator
Simple 8-bit Assembler Simulator with Angular.js
Stars: ✭ 792 (+5557.14%)
Mutual labels:  emulator
Web2executable
Uses NW.js to generate "native" apps for already existing web apps.
Stars: ✭ 824 (+5785.71%)
Mutual labels:  pyside
Gameboy
🎮 Game Boy emulator written in Rust
Stars: ✭ 17 (+21.43%)
Mutual labels:  emulator
Qt.py
Minimal Python 2 & 3 shim around all Qt bindings - PySide, PySide2, PyQt4 and PyQt5.
Stars: ✭ 684 (+4785.71%)
Mutual labels:  pyside
Projectpsx
Experimental C# Playstation Emulator
Stars: ✭ 874 (+6142.86%)
Mutual labels:  emulator
Server
Ultima Online Shard Emulator w/ Node.js
Stars: ✭ 6 (-57.14%)
Mutual labels:  emulator
Rustboy
A game boy emulator in rust
Stars: ✭ 8 (-42.86%)
Mutual labels:  emulator
Citra
A Nintendo 3DS Emulator
Stars: ✭ 7,009 (+49964.29%)
Mutual labels:  emulator
Giovanni
A Gameboy Emulator for the Apple Watch
Stars: ✭ 823 (+5778.57%)
Mutual labels:  emulator
Cemu graphic packs
Community Graphic Packs for Cemu
Stars: ✭ 916 (+6442.86%)
Mutual labels:  emulator
Androidsdk
🐳 Full-fledged Android SDK Docker Image
Stars: ✭ 776 (+5442.86%)
Mutual labels:  emulator
Vsclipboard
A small clipboard history tool for Windows.
Stars: ✭ 12 (-14.29%)
Mutual labels:  pyside
Androidnativeemu
Allows you to partly emulate an Android native library.
Stars: ✭ 717 (+5021.43%)
Mutual labels:  emulator
Gameboy
Full featured Cross-platform GameBoy emulator by Rust. Forever boys!.
Stars: ✭ 893 (+6278.57%)
Mutual labels:  emulator
Hpsx64
Source Code of HPSx64 (A set of PS1 and PS2/PS1 emulators)
Stars: ✭ 14 (+0%)
Mutual labels:  emulator
Wakxy
Wakxy is a Wakfu packet sniffer (MITM). Written in C++/Qt with Javascript scripting support.
Stars: ✭ 12 (-14.29%)
Mutual labels:  emulator
Embeddednes
A portable NES simulator for embedded processors
Stars: ✭ 26 (+85.71%)
Mutual labels:  emulator

Kiwi    Travis Coveralls

Kiwi is a simple Sega Genesis emulator.


Kiwi in action

Quick start

Binary

Running from source

  1. $ git clone git://github.com/drx/kiwi.git or download the latest version
  2. $ brew install [email protected] (macOS)
    $ sudo apt-get install libqt4-dev (Linux)
  3. $ pip install PySide
  4. $ make
  5. $ ./kiwi.py

Requirements

  • clang/gcc, make, Python 2.7
  • Qt 4, PySide

Acknowledgements

  • The hqx library 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.
  • The bundled macOS doesn't work on some machines, in which case you have to run from source.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].