recognize the MED ssf2 header
[picodrive.git] / README
CommitLineData
99823d0f 1
2This is yet another Megadrive / Genesis / Sega CD / Mega CD / 32X / SMS
3emulator, which was written having ARM-based handheld devices in mind
4(such as smartphones and handheld consoles like GP2X and Pandora),
5but also runs on non-ARM little-endian hardware too.
6
7The emulator is heavily optimized for ARM, features assembly cores for
868k, Z80 and VDP chip emulation, also has dynamic recompilers for SH2 and
9SSP16 (for 32X and SVP emulation). It was started by Dave (aka fdave,
10finalburn author) as basic Genesis/Megadrive emulator for Pocket PC,
11then taken over and expanded by notaz.
12
13PicoDrive was the first emulator ever to properly emulate Virtua Racing and
14it's SVP chip.
15
8450a2f5
C
16How to compile on Raspbian Wheezy:
17
18export CC=gcc-4.8
19export CXX=g++-4.8
20./configure --platform=rpi2
0270424f 21make