UIQ3 bugfixes, SVP drc indirect jumps, stuff

git-svn-id: file:///home/notaz/opt/svn/PicoDrive@572 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
notaz 2008-08-24 09:33:12 +00:00
parent 02ba8788a0
commit f8af96349e
29 changed files with 193 additions and 157 deletions

View file

@ -541,10 +541,6 @@ PICO_INTERNAL void z80_reset(void);
PICO_INTERNAL void z80_exit(void);
extern int PsndDacLine;
#ifdef __cplusplus
} // End of extern "C"
#endif
// emulation event logging
#ifndef EL_LOGMASK
#define EL_LOGMASK 0
@ -590,5 +586,9 @@ extern void lprintf(const char *fmt, ...);
#define cdprintf(x...)
#endif
#ifdef __cplusplus
} // End of extern "C"
#endif
#endif // PICO_INTERNAL_INCLUDED