refactoring for Wiz port; random cleanups

git-svn-id: file:///home/notaz/opt/svn/PicoDrive/platform@703 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2009-07-15 16:13:43 +00:00
parent 9c0d458840
commit d572cbad98
18 changed files with 531 additions and 492 deletions

View file

@ -16,6 +16,7 @@
#include "emu.h"
#include "gp2x.h"
#include "soc.h"
#include "../common/menu.h"
#include "../common/arm_utils.h"
#include "../common/fonts.h"
@ -40,8 +41,6 @@
#endif
int select_exits = 0;
extern int crashed_940;
static short __attribute__((aligned(4))) sndBuffer[2*44100/50];
@ -1017,7 +1016,7 @@ const char *plat_get_credits(void)
"Reesy & FluBBa: DrZ80 core\n"
"MAME devs: YM2612 and SN76496 cores\n"
"rlyeh and others: minimal SDK\n"
"Squidge: squidgehack\n"
"Squidge: mmuhack\n"
"Dzz: ARM940 sample\n"
"GnoStiC / Puck2099: USB joy code\n"
"craigix: GP2X hardware\n"