win32 Pico mostly finished

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@452 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-05-21 19:08:10 +00:00
parent 7a87643e07
commit 2cb51c3c62
4 changed files with 42 additions and 15 deletions

View file

@ -24,7 +24,7 @@
extern unsigned short *EmuScreen;
extern int EmuWidth,EmuHeight;
extern RECT EmuScreenRect;
extern int picohw_pen_pressed;
extern int PicoPadAdd;
int EmuInit();
void EmuExit();
int EmuRomLoad(char *name);