snes9x rewrite for raspberry pi
  • C++ 76.6%
  • C 23.3%
  • Makefile 0.1%
Find a file
Cédric Chépied 5cd7ae8fc9 Use SDL 2.0
SDL 2.0 should be able to use OpenGL ES to render screen. This should
improve performances.
2013-11-07 20:34:19 +01:00
confTool Use SDL 2.0 2013-11-07 20:34:19 +01:00
debian Update changelog for 0.3 release 2013-05-01 13:24:32 +02:00
unix Use SDL 2.0 2013-11-07 20:34:19 +01:00
unzip All: Remove useless includes 2013-04-07 01:51:10 +02:00
65c816.h Initial commit 2013-02-25 12:24:05 +01:00
apu.cpp Initial commit 2013-02-25 12:24:05 +01:00
apu.h Initial commit 2013-02-25 12:24:05 +01:00
apumem.h Initial commit 2013-02-25 12:24:05 +01:00
changes.txt Initial commit 2013-02-25 12:24:05 +01:00
cheats.h Initial commit 2013-02-25 12:24:05 +01:00
clip.cpp All: Remove useless includes 2013-04-07 01:51:10 +02:00
copyright.h Initial commit 2013-02-25 12:24:05 +01:00
cpu.cpp Initial commit 2013-02-25 12:24:05 +01:00
cpuaddr.h Initial commit 2013-02-25 12:24:05 +01:00
cpuexec.cpp Remove OSS and use ALSA. 2013-03-09 23:07:37 +01:00
cpuexec.h Initial commit 2013-02-25 12:24:05 +01:00
cpumacro.h Initial commit 2013-02-25 12:24:05 +01:00
cpuops.cpp Initial commit 2013-02-25 12:24:05 +01:00
cpuops.h Initial commit 2013-02-25 12:24:05 +01:00
data.cpp Initial commit 2013-02-25 12:24:05 +01:00
debug.h Initial commit 2013-02-25 12:24:05 +01:00
display.h Input management. 2013-03-17 18:24:46 +01:00
dma.cpp Initial commit 2013-02-25 12:24:05 +01:00
dma.h Initial commit 2013-02-25 12:24:05 +01:00
dsp1.cpp Multi controller version. 2013-02-28 19:13:50 +01:00
dsp1.h Initial commit 2013-02-25 12:24:05 +01:00
dsp1emu.h.impl All: Remove useless includes 2013-04-07 01:51:10 +02:00
font.h Initial commit 2013-02-25 12:24:05 +01:00
fxemu.h Initial commit 2013-02-25 12:24:05 +01:00
fxinst.h Initial commit 2013-02-25 12:24:05 +01:00
getset.h Use type long for addresses. 2013-03-17 18:28:25 +01:00
gfx.cpp Ugly fix of strange code 2013-11-07 10:38:19 +01:00
gfx.h Initial commit 2013-02-25 12:24:05 +01:00
globals.cpp Initial commit 2013-02-25 12:24:05 +01:00
hardware.txt Initial commit 2013-02-25 12:24:05 +01:00
loadzip.cpp All: Remove useless includes 2013-04-07 01:51:10 +02:00
Makefile Use SDL 2.0 2013-11-07 20:34:19 +01:00
memmap.cpp All: Remove useless includes 2013-04-07 01:51:10 +02:00
memmap.h Initial commit 2013-02-25 12:24:05 +01:00
messages.h Initial commit 2013-02-25 12:24:05 +01:00
missing.h Initial commit 2013-02-25 12:24:05 +01:00
pixform.h Initial commit 2013-02-25 12:24:05 +01:00
port.h All: Remove useless includes 2013-04-07 01:51:10 +02:00
ppu.cpp InputController: catch ExitException 2013-04-18 17:40:47 +02:00
ppu.h Multi controller version. 2013-02-28 19:13:50 +01:00
problems.txt Initial commit 2013-02-25 12:24:05 +01:00
README.md Readme: palerider reference added. 2013-03-27 12:05:22 +01:00
readme.rpi Initial commit 2013-02-25 12:24:05 +01:00
readme.txt Initial commit 2013-02-25 12:24:05 +01:00
sa1.h Initial commit 2013-02-25 12:24:05 +01:00
sdd1.h Initial commit 2013-02-25 12:24:05 +01:00
snaporig.h Initial commit 2013-02-25 12:24:05 +01:00
snapshot.cpp Remove warnings 2013-11-07 11:39:08 +01:00
snapshot.h All: Remove useless includes 2013-04-07 01:51:10 +02:00
snes9x.cpp All: Remove useless includes 2013-04-07 01:51:10 +02:00
snes9x.h All: Remove useless includes 2013-04-07 01:51:10 +02:00
soundux.cpp All: Remove useless includes 2013-04-07 01:51:10 +02:00
soundux.h Sound system: make alsa working 2013-03-15 12:52:28 +01:00
spc700.cpp Initial commit 2013-02-25 12:24:05 +01:00
spc700.h Initial commit 2013-02-25 12:24:05 +01:00
spc7110.h Initial commit 2013-02-25 12:24:05 +01:00
srtc.h Initial commit 2013-02-25 12:24:05 +01:00
tile.cpp Initial commit 2013-02-25 12:24:05 +01:00
tile.h Initial commit 2013-02-25 12:24:05 +01:00
unzipP.h Initial commit 2013-02-25 12:24:05 +01:00

snes9x-rpi

snes9x rewrite for raspberry pi Based on palerider's snes9x-rpi version. See readme.txt and readme.rpi for more information.