win32 Pico work nearly done

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@450 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-05-20 21:46:32 +00:00
parent 42989e7d7e
commit 8f7ed1b8e1
6 changed files with 142 additions and 16 deletions

View file

@ -17,7 +17,7 @@
#define __FUNCTION__ ""
#endif
#define LOGFAIL() dprintf2("fail: %s %s:%i\n", __FUNCTION__, __FILE__, __LINE__)
#define LOGFAIL() lprintf("fail: %s %s:%i\n", __FUNCTION__, __FILE__, __LINE__)
// Emu.cpp
@ -52,7 +52,7 @@ int LoopInit();
void LoopExit();
int LoopCode();
//extern "C" int dprintf(char *format, ...);
extern "C" int dprintf2(char *format, ...);
extern "C" int lprintf(char *format, ...);
// Main.cpp
extern char *romname;