initial import
authornotaz <notasas@gmail.com>
Tue, 19 Dec 2006 20:53:21 +0000 (20:53 +0000)
committernotaz <notasas@gmail.com>
Tue, 19 Dec 2006 20:53:21 +0000 (20:53 +0000)
commit720ee7f6244cb51cc123a7fd16832161db9a3b4d
treec82abf02544c26f1cb2733881923a89a0a3f9671
initial import

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@2 be3aeb3a-fb24-0410-a615-afba39da0efa
36 files changed:
gp2x/940.c [new file with mode: 0644]
gp2x/940ctl_ym2612.c [new file with mode: 0644]
gp2x/940ctl_ym2612.h [new file with mode: 0644]
gp2x/940init.s [new file with mode: 0644]
gp2x/940shared.h [new file with mode: 0644]
gp2x/Makefile [new file with mode: 0644]
gp2x/asmutils.h [new file with mode: 0644]
gp2x/asmutils.s [new file with mode: 0644]
gp2x/config.txt [new file with mode: 0644]
gp2x/cpuctrl.c [new file with mode: 0644]
gp2x/cpuctrl.gpl.txt [new file with mode: 0644]
gp2x/cpuctrl.h [new file with mode: 0644]
gp2x/emu.c [new file with mode: 0644]
gp2x/emu.h [new file with mode: 0644]
gp2x/gp2x.c [new file with mode: 0644]
gp2x/gp2x.h [new file with mode: 0644]
gp2x/main.c [new file with mode: 0644]
gp2x/menu.c [new file with mode: 0644]
gp2x/menu.h [new file with mode: 0644]
gp2x/mmuhack.c [new file with mode: 0644]
gp2x/mmuhack.txt [new file with mode: 0644]
gp2x/port_config.h [new file with mode: 0644]
gp2x/port_config.s [new file with mode: 0644]
gp2x/squidgehack.c [new file with mode: 0644]
gp2x/squidgehack.h [new file with mode: 0644]
gp2x/test.c [new file with mode: 0644]
gp2x/usbjoy.c [new file with mode: 0644]
gp2x/usbjoy.h [new file with mode: 0644]
gp2x/version.h [new file with mode: 0644]
linux/940ctl_ym2612.c [new file with mode: 0644]
linux/Makefile [new file with mode: 0644]
linux/README [new file with mode: 0644]
linux/blit.c [new file with mode: 0644]
linux/fakedasm.c [new file with mode: 0644]
linux/gp2x.c [new file with mode: 0644]
linux/port_config.h [new file with mode: 0644]