BizHawk/waterbox/picodrive
CasualPokePlayer 0a2d4405f0
Revamp Waterbox Setup (#3529)
* Waterbox setup has been revamped to use the latest llvm parts (llvm 16 for compiler_rt/libunwind/libcxx/libcxxabi).
* Clang is now possible to use, and is the preferred compiler (due to superior performance).
* Supported compilers are now clang 14/15/16, and gcc 12.
* Other core updates are mixed in.

---------

Co-authored-by: Morilli <35152647+Morilli@users.noreply.github.com>
2023-03-28 16:53:33 -07:00
..
.vscode PicoDrive: minor cleanup 2017-07-02 18:29:41 -04:00
cpu PicoDrive (WIP) 2017-07-02 13:47:43 -04:00
pico Revamp Waterbox Setup (#3529) 2023-03-28 16:53:33 -07:00
platform PicoDrive (WIP) 2017-07-02 13:47:43 -04:00
AUTHORS PicoDrive (WIP) 2017-07-02 13:47:43 -04:00
COPYING PicoDrive (WIP) 2017-07-02 13:47:43 -04:00
ChangeLog PicoDrive (WIP) 2017-07-02 13:47:43 -04:00
Makefile Revamp waterbox build environment and runtime. (#2027) 2020-05-20 15:34:24 -04:00
Makefile.libretro PicoDrive (WIP) 2017-07-02 13:47:43 -04:00
Makefile.old PicoDrive (WIP) 2017-07-02 13:47:43 -04:00
README PicoDrive (WIP) 2017-07-02 13:47:43 -04:00
bizhawk.c Fix Issue #1048: Flags on memory domain in picodrive 2017-11-13 21:12:27 -05:00

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