notaz 22814963cc some irq hacks
notes to self (derived from Nemesis):

H32: 0x10A .. 0x127 0x1D2 .. 0x1FF 0x000 0x001
pclk       30             46          1 |0x109
mclk                 770                | 2650   = 3420
68kclk              110                   378.5 ~= 488.5

H40: 0x14A .. 0x16C 0x1C9 .. 0x1FF 0x000 0x001
pclk       35             55          1
mclk     35*8       4*8+314+10+19*8     |0x149*8
                  788                   | 2632   = 3420
68kclk           112.5                    376   ~= 488.5
2017-10-14 00:53:08 +03:00
2017-09-20 23:47:09 +03:00
2017-10-14 00:53:08 +03:00
2017-10-14 00:53:08 +03:00
2017-10-14 00:53:08 +03:00
2017-04-17 00:50:49 +03:00
2013-10-12 22:06:29 +03:00
2013-06-26 03:07:07 +03:00
2017-10-03 00:40:37 +03:00
2017-08-06 23:02:28 +03:00

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
Description
No description provided
Readme 12 MiB
Languages
C 87%
Assembly 11.8%
Makefile 0.7%
Shell 0.3%
Batchfile 0.2%