BizHawk/waterbox/picodrive
nattthebear 3b207f54ce 32x - fix crash, fixes #1826
Trigger condition:  Any 32x rom smaller than 4MB in total size that tries to read out of bounds between its actual end and the 4MB limit

I've fixed the emulator crash, but I do not know if such roms are actually mirroring correctly - they probably aren't
2020-05-21 10:04:12 -04: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 32x - fix crash, fixes #1826 2020-05-21 10:04:12 -04: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