No Description

notaz 88fd63ad10 split memories away from Pico 6 years ago
cpu 2b15cea82e workaround idledet breaking op test 6 years ago
jni 20a10d3ed9 android: solve "text segment is not shareable" 6 years ago
pico 88fd63ad10 split memories away from Pico 6 years ago
platform 88fd63ad10 split memories away from Pico 6 years ago
tools 88fd63ad10 split memories away from Pico 6 years ago
unzip 325ee167fd use system's zlib 7 years ago
zlib ca482e5de8 UIQ3 update, some makefile unification, rm old configs, stuff 16 years ago
.gitignore d4bea61c8f Add support for the OpenDingux platform 10 years ago
.gitmodules 1b85bf1c23 switch Cyclone to submodule on it's own git repo 11 years ago
AUTHORS 99823d0f23 split base_readme to more traditional files 10 years ago
COPYING cff531af94 clarify PicoDrive's license 11 years ago
ChangeLog 74e770b1ec release 1.91 10 years ago
Makefile 40d22a8e76 recognize the MED ssf2 header 6 years ago
Makefile.libretro 34e424aa27 remove dead code 6 years ago
README 0270424fac adjust famec flags after O2 -> O3 change 8 years ago
configure 6027c719ba configure: allow to override SDL_CONFIG 6 years ago

README


This is yet another Megadrive / Genesis / Sega CD / Mega CD / 32X / SMS
emulator, which was written having ARM-based handheld devices in mind
(such as smartphones and handheld consoles like GP2X and Pandora),
but also runs on non-ARM little-endian hardware too.

The emulator is heavily optimized for ARM, features assembly cores for
68k, Z80 and VDP chip emulation, also has dynamic recompilers for SH2 and
SSP16 (for 32X and SVP emulation). It was started by Dave (aka fdave,
finalburn author) as basic Genesis/Megadrive emulator for Pocket PC,
then taken over and expanded by notaz.

PicoDrive was the first emulator ever to properly emulate Virtua Racing and
it's SVP chip.

How to compile on Raspbian Wheezy:

export CC=gcc-4.8
export CXX=g++-4.8
./configure --platform=rpi2
make