refactoring for Wiz port; random cleanups
authornotaz <notasas@gmail.com>
Wed, 15 Jul 2009 16:13:43 +0000 (16:13 +0000)
committernotaz <notasas@gmail.com>
Wed, 15 Jul 2009 16:13:43 +0000 (16:13 +0000)
commit421713439805e3d389c420a04afc48fc267eb28f
tree2c220eda0030db36bd7d548aa2657101c047d9a3
parente54507e8567e1f52954ced5f85737195ee65c7b5
refactoring for Wiz port; random cleanups

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@703 be3aeb3a-fb24-0410-a615-afba39da0efa
18 files changed:
platform/common/config.c
platform/common/menu.c
platform/common/menu.h
platform/common/plat.h
platform/gp2x/940ctl.c
platform/gp2x/Makefile
platform/gp2x/emu.c
platform/gp2x/gp2x.h
platform/gp2x/in_gp2x.c
platform/gp2x/main.c
platform/gp2x/plat.c
platform/gp2x/soc.c [new file with mode: 0644]
platform/gp2x/soc.h [new file with mode: 0644]
platform/gp2x/soc_mmsp2.c [moved from platform/gp2x/gp2x.c with 56% similarity]
platform/gp2x/soc_mmsp2.h [new file with mode: 0644]
platform/gp2x/soc_pollux.c [new file with mode: 0644]
platform/linux/gp2x.c
platform/pandora/emu.c